trip-planner/backend/database/migrations
myrmidex 935162ea70 Implement timeline scheduling feature with hour-based calendar slots
- Add CalendarSlotService methods for slot order calculation
  - Update PlannedItemController to create slots from datetime
  - Update CalendarSlotController with proper eager loading
  - Create timeline UI components (TripTimeline, DaySection, HourRow, ScheduleItemModal)
  - Add comprehensive PHPUnit tests (PlannedItemTest, CalendarSlotServiceTest)
  - Add comprehensive Selenium E2E tests (timeline-scheduling.test.js)
  - Update PlannablesList to support onItemsChange callback
2025-10-07 22:54:09 +02:00
..
0001_01_01_000000_create_users_table.php Fresh react and laravel install 2025-09-26 00:13:15 +02:00
0001_01_01_000001_create_cache_table.php Fresh react and laravel install 2025-09-26 00:13:15 +02:00
0001_01_01_000002_create_jobs_table.php Fresh react and laravel install 2025-09-26 00:13:15 +02:00
2025_09_25_234247_create_personal_access_tokens_table.php Implement Sanctum (#23) 2025-09-26 21:50:44 +02:00
2025_09_27_004838_create_trips_table.php Style app 2025-09-27 03:59:37 +02:00
2025_09_28_064348_create_plannable_items_table.php WIP 2025-09-28 13:31:43 +02:00
2025_09_28_064407_create_calendar_slots_table.php Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
2025_09_28_064428_create_planned_items_table.php WIP 2025-09-28 13:31:43 +02:00