You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual principe is to tag deleted entities as 'isDeleted' and keep them away from client side, it means client should carefully delete unless unresolved ids may appeared on client side
Other solution is just to tag, but send them to client side, so that client will always be able to resolve ids, it means client has to filter entities in many selectors (may be more ...)
We can imagine to offer filters (on liste pages) to identify deleted entities and propose to really delete them under certain conditions (no links with others ...)
The text was updated successfully, but these errors were encountered:
The actual principe is to tag deleted entities as 'isDeleted' and keep them away from client side, it means client should carefully delete unless unresolved ids may appeared on client side
Other solution is just to tag, but send them to client side, so that client will always be able to resolve ids, it means client has to filter entities in many selectors (may be more ...)
We can imagine to offer filters (on liste pages) to identify deleted entities and propose to really delete them under certain conditions (no links with others ...)
The text was updated successfully, but these errors were encountered: