trip-planner/backend/app/Infrastructure/Http/Controllers/API
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
..
CalendarSlot Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
E2e Refactor folder structure to DDD 2025-09-27 11:52:59 +02:00
PlannableItem Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
PlannedItem Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
Trip Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
User/Auth Refactor folder structure to DDD 2025-09-27 11:52:59 +02:00