Skip to content

EntityStore: optimistic deletion

Alex Gleason requested to merge store-optimistic-delete into develop

Summary

When deleting an entity, take a snapshot of it and immediately remove it from the store. Upon API success, finish cleaning up the store. Upon API failure, revert the change by reimporting the snapshot.

Merge request reports

Loading