A simple trip planning app
Find a file
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
backend Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
bin Add plannable items 2025-10-04 14:59:20 +02:00
docker Add PHPUnit tests + add code coverage 2025-09-27 11:20:52 +02:00
frontend Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
tests Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
.env.local Set up docker for local and production 2025-09-26 01:13:44 +02:00
.gitignore Add plannable items 2025-10-04 14:59:20 +02:00
docker-compose.dev.yml Add authentication tests 2025-09-27 02:07:01 +02:00
docker-compose.prod.yml Set up docker for local and production 2025-09-26 01:13:44 +02:00