owltide/components
Hornwitser e3ff872b5c
All checks were successful
/ build (push) Successful in 1m30s
/ deploy (push) Successful in 16s
Refactor ClientSchedule to mutable types
Use a single mutable location, event, slot, etc, for each unique
resource that keeps track of the local editable client copy and
the server copy of the data contained in it.

This makes it much simpler to update these data structures as I can take
advantage of the v-model bindings in Vue.js and work with the system
instead of against it.
2025-06-24 00:07:18 +02:00
..
AssignedCrew.vue Refactor user storage and update 2025-06-23 00:28:58 +02:00
ButtonLogOut.vue Use prefix notation for component names 2025-06-17 22:29:16 +02:00
CardEvent.vue Fix import statements 2025-06-23 12:54:09 +02:00
Header.vue Add admin page that can edit users 2025-06-23 00:28:59 +02:00
PushNotification.vue Use a pinia store to manage session state 2025-05-24 18:18:27 +02:00
TableScheduleEvents.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableScheduleEventSlots.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableScheduleLocations.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableScheduleRoles.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableScheduleShifts.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableScheduleShiftSlots.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
TableUsers.vue Fix import statements 2025-06-23 12:54:09 +02:00
Tabs.vue Organise edit page into tabs 2025-06-18 00:24:45 +02:00
timetable-terminology.png Port application from Next.js to Nuxt 2025-03-05 15:36:50 +01:00
Timetable.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00