mirror of
https://github.com/BreizhHardware/projet-web-cipa4.git
synced 2026-05-09 08:15:44 +02:00
[PR #9] [MERGED] Feat/manag #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/projet-web-cipa4#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/projet-web-cipa4/pull/9
Author: @MateoLeTouzic
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @ClementHVT
Base:
main← Head:feat/manag📝 Commits (10+)
ddd1c1bFeat: initial commit37c2038Feat: creation HTML viewddc12a8feat: V1 page HTMLf70642afeat: V2 Publish page3071820feat: V39fae7fefeat: initial commit, view manag5782dc5feat: V1 view details du trajet4a57b4aFeat: initial commite627f75feat: initial commit, view manag95fc5a5feat: V1 view details du trajet📊 Changes
26 files changed (+2416 additions, -301 deletions)
View changed files
📝
css/base.css(+49 -7)📝
css/components.css(+1 -1)➕
css/manage.css(+717 -0)📝
css/style.css(+1 -0)➕
img/Map.png(+0 -0)➕
img/Trajet.png(+0 -0)📝
index.php(+24 -0)📝
js/app.js(+41 -0)📝
js/components/TripCard.js(+15 -9)➕
js/manag.js(+579 -0)➕
js/publish.js(+44 -0)📝
php/classes/Security.php(+1 -1)📝
php/controllers/BookingController.php(+79 -4)📝
php/controllers/RatingController.php(+26 -5)📝
php/controllers/TripController.php(+125 -1)📝
php/models/Booking.php(+29 -1)📝
php/models/Rating.php(+36 -0)📝
php/models/Trip.php(+58 -12)📝
php/utils/init_db.php(+2 -0)📝
php/utils/migrations/2026_02_03_17_51_49_remove_vehicles.php(+7 -1)...and 6 more files
📄 Description
Feat: V1 View "détails du trajet"
The hardest part is done, I just need to organize the buttons at the bottom of the page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.