owltide/utils
Hornwitser fad1bb2482
All checks were successful
/ build (push) Successful in 1m28s
/ deploy (push) Successful in 16s
Ignore updatedAt timestamp when comparing entities
To determine if the entity received from the server is the same as the
entity the client has the equals method is use.  To avoid problems with
clients that have incorrect clocks the timestamp is overriden with the
server's time when the entities are saved on the server.

This means that the entities received back from the server when the
client saves will have different timestamps than what the client set.
Ignore the updatedAt timestamp when comparing entities for equality so
that the update logic correctly replaces entities that only differ by
the update timestamp.
2025-06-13 21:06:48 +02:00
..
client-schedule.nuxt.test.ts Ignore updatedAt timestamp when comparing entities 2025-06-13 21:06:48 +02:00
client-schedule.ts Ignore updatedAt timestamp when comparing entities 2025-06-13 21:06:48 +02:00
functions.ts Refactor API types and sync logic 2025-06-11 21:05:17 +02:00