mirror of
https://github.com/BreizhHardware/projet-web-cipa4.git
synced 2026-05-09 08:15:44 +02:00
[PR #6] [MERGED] Feat/publish #6
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#6
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/6
Author: @MateoLeTouzic
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @BreizhHardware
Base:
main← Head:feat/publish📝 Commits (10+)
ddd1c1bFeat: initial commit37c2038Feat: creation HTML viewddc12a8feat: V1 page HTMLf70642afeat: V2 Publish pagecff12b0Feat/search (#5)3071820feat: V34ee1abbFeat: initial commitaad25c4Feat: creation HTML viewab7a152feat: V1 page HTML25b43e3feat: V2 Publish page📊 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.