Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to delete entities ? #129

Open
eric-basley opened this issue May 12, 2016 · 0 comments
Open

How to delete entities ? #129

eric-basley opened this issue May 12, 2016 · 0 comments

Comments

@eric-basley
Copy link
Contributor

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 ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant