owltide/utils
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
..
client-entity.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
client-map.nuxt.test.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
client-map.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
client-schedule.nuxt.test.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
client-schedule.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
client-user.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
functions.ts Implement editing of slots in ClientSchedule 2025-06-14 19:12:31 +02:00