[PR #6] [MERGED] Feat/publish #6

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/6
Author: @MateoLeTouzic
Created: 2/3/2026
Status: Merged
Merged: 2/11/2026
Merged by: @BreizhHardware

Base: mainHead: feat/publish


📝 Commits (10+)

📊 Changes

18 files changed (+1168 additions, -115 deletions)

View changed files

MIGRATIONS_README.md (+45 -0)
css/components.css (+197 -0)
css/result-list.css (+28 -0)
📝 css/style.css (+424 -5)
img/Passager.png (+0 -0)
img/Vector.png (+0 -0)
📝 index.html (+1 -1)
📝 index.php (+2 -2)
js/components/TripCard.js (+100 -0)
js/trip-list.js (+120 -0)
📝 php/classes/Security.php (+1 -1)
📝 php/models/Trip.php (+6 -2)
php/utils/MigrationManager.php (+96 -0)
php/utils/create_migration.php (+16 -0)
📝 php/utils/init_db.php (+9 -3)
php/utils/migrations/2026_02_03_13_05_00_add_trip_options.php (+46 -0)
📝 views/trip/list.html (+36 -88)
📝 views/trip/publish.html (+41 -13)

📄 Description

V1 page publish


🔄 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/6 **Author:** [@MateoLeTouzic](https://github.com/MateoLeTouzic) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `feat/publish` --- ### 📝 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 - [`cff12b0`](https://github.com/BreizhHardware/projet-web-cipa4/commit/cff12b0dd2a323eeba7609930d5d4eb460d0d392) Feat/search (#5) - [`3071820`](https://github.com/BreizhHardware/projet-web-cipa4/commit/30718206940b26cdacbb1738b77ee4d0a4f745c8) feat: V3 - [`4ee1abb`](https://github.com/BreizhHardware/projet-web-cipa4/commit/4ee1abb49b66a421b80fe9939191edffc5efd966) Feat: initial commit - [`aad25c4`](https://github.com/BreizhHardware/projet-web-cipa4/commit/aad25c455c8624446541542fcbffa87530284c05) Feat: creation HTML view - [`ab7a152`](https://github.com/BreizhHardware/projet-web-cipa4/commit/ab7a1520df8d3ddfbfb2bffeea27a5a371cc176b) feat: V1 page HTML - [`25b43e3`](https://github.com/BreizhHardware/projet-web-cipa4/commit/25b43e302cf6c5a873aecedc54a19f4d1cdda8f6) feat: V2 Publish page ### 📊 Changes **18 files changed** (+1168 additions, -115 deletions) <details> <summary>View changed files</summary> ➕ `MIGRATIONS_README.md` (+45 -0) ➕ `css/components.css` (+197 -0) ➕ `css/result-list.css` (+28 -0) 📝 `css/style.css` (+424 -5) ➕ `img/Passager.png` (+0 -0) ➕ `img/Vector.png` (+0 -0) 📝 `index.html` (+1 -1) 📝 `index.php` (+2 -2) ➕ `js/components/TripCard.js` (+100 -0) ➕ `js/trip-list.js` (+120 -0) 📝 `php/classes/Security.php` (+1 -1) 📝 `php/models/Trip.php` (+6 -2) ➕ `php/utils/MigrationManager.php` (+96 -0) ➕ `php/utils/create_migration.php` (+16 -0) 📝 `php/utils/init_db.php` (+9 -3) ➕ `php/utils/migrations/2026_02_03_13_05_00_add_trip_options.php` (+46 -0) 📝 `views/trip/list.html` (+36 -88) 📝 `views/trip/publish.html` (+41 -13) </details> ### 📄 Description V1 page publish --- <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#6
No description provided.