owltide/utils
Hornwitser 5edea4dd72 Implement ClientUser based on a new concept
Create a new mutable ClientEntity type and implement ClientUser on top
of it. The mutable concept is intended to replace the immutable concept
used by the ClientSchedule entities as updating immutable types in a
deep interconnected structure is a lot of hassle for little benefit.
2025-06-23 00:28:58 +02:00
..
client-schedule.nuxt.test.ts Implement editing of slots in ClientSchedule 2025-06-14 19:12:31 +02:00
client-schedule.ts Refactor to use ClientSchedule on client 2025-06-14 19:22:53 +02:00
client-user.ts Implement ClientUser based on a new concept 2025-06-23 00:28:58 +02:00
functions.ts Implement editing of slots in ClientSchedule 2025-06-14 19:12:31 +02:00