owltide/utils
Hornwitser 6336ccdb96 Implement mutable mapping for client entities
Create a simple Map like class for storing and keeping track of client
entities that are synced from the server and have local editable state.
This will form the basis for storing entities on the client and should
replace the immutable concept used be the ClientSchedule class.
2025-06-23 00:28:58 +02:00
..
client-map.nuxt.test.ts Implement mutable mapping for client entities 2025-06-23 00:28:58 +02:00
client-map.ts Implement mutable mapping for client entities 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