Commit graph

19 commits

Author SHA1 Message Date
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
f13044c58e Ignore trees folder 2025-10-07 22:54:09 +02:00
0ad5c1796e Add plannable items 2025-10-04 14:59:20 +02:00
59d785c248 Optimize frontend with performance improvements and design consistency 2025-09-28 18:48:44 +02:00
24b59c5755 Ignore claude files 2025-09-28 17:57:24 +02:00
c66fd753cf WIP 2025-09-28 13:31:43 +02:00
ebc3c87116 Install PHPStan 2025-09-28 00:39:30 +02:00
f910dbc856 Refactor folder structure to DDD 2025-09-27 11:52:59 +02:00
3ad4994856 Add PHPUnit tests + add code coverage 2025-09-27 11:20:52 +02:00
70440e03d5 Add selenium tests for trip crud 2025-09-27 10:56:04 +02:00
f12d13f16c Style app 2025-09-27 03:59:37 +02:00
938869c53b Add authentication tests 2025-09-27 02:07:01 +02:00
f1b3c1c8ac Working selenium on local 2025-09-27 00:24:41 +02:00
8c68cdfe9f Implement Sanctum (#23)
Reviewed-on: https://codeberg.org/lvl0/trip-planner/pulls/23
Co-authored-by: myrmidex <myrmidex@myrmidex.net>
Co-committed-by: myrmidex <myrmidex@myrmidex.net>
2025-09-26 21:50:44 +02:00
5764a2fb4e Fix dev compose permission issues 2025-09-26 01:34:51 +02:00
a2f5a112d3 Set up docker for local and production 2025-09-26 01:13:44 +02:00
dac8fb4f2c Ignore IDE files 2025-09-26 00:18:20 +02:00
9af6911f7e Ignore IDE files 2025-09-26 00:17:51 +02:00
c3ad9d22d5 Fresh react and laravel install 2025-09-26 00:13:15 +02:00