[PR #9] [MERGED] Feat/manag #9

Closed
opened 2026-05-06 16:09:07 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: feat/manag


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/projet-web-cipa4/pull/9 **Author:** [@MateoLeTouzic](https://github.com/MateoLeTouzic) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@ClementHVT](https://github.com/ClementHVT) **Base:** `main` ← **Head:** `feat/manag` --- ### 📝 Commits (10+) - [`ddd1c1b`](https://github.com/BreizhHardware/projet-web-cipa4/commit/ddd1c1b0a69c48a50b9e0737d7c5237cc3167abd) Feat: initial commit - [`37c2038`](https://github.com/BreizhHardware/projet-web-cipa4/commit/37c203885761942d260f6520f76378c084cb8a5f) Feat: creation HTML view - [`ddc12a8`](https://github.com/BreizhHardware/projet-web-cipa4/commit/ddc12a8bcfb2820c8603820b804cf19b0a4d4dc9) feat: V1 page HTML - [`f70642a`](https://github.com/BreizhHardware/projet-web-cipa4/commit/f70642a6cf8f6f635670d00042887103f3302fc7) feat: V2 Publish page - [`3071820`](https://github.com/BreizhHardware/projet-web-cipa4/commit/30718206940b26cdacbb1738b77ee4d0a4f745c8) feat: V3 - [`9fae7fe`](https://github.com/BreizhHardware/projet-web-cipa4/commit/9fae7fe65e4563cf132c9dd0357e5bf67619ad58) feat: initial commit, view manag - [`5782dc5`](https://github.com/BreizhHardware/projet-web-cipa4/commit/5782dc51eab3037e63f662912159ff85a8d3433c) feat: V1 view details du trajet - [`4a57b4a`](https://github.com/BreizhHardware/projet-web-cipa4/commit/4a57b4add4ff151a29cc2eb7940a6295bd862885) Feat: initial commit - [`e627f75`](https://github.com/BreizhHardware/projet-web-cipa4/commit/e627f756b359e8bcea4f84ee54854d6ede304b13) feat: initial commit, view manag - [`95fc5a5`](https://github.com/BreizhHardware/projet-web-cipa4/commit/95fc5a53e5620e11937d7e8360b9ba6f5b02a57e) feat: V1 view details du trajet ### 📊 Changes **26 files changed** (+2416 additions, -301 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:09:07 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/projet-web-cipa4#9
No description provided.