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

Multidimensional storage of an entity #8

Open
joamag opened this issue Apr 1, 2016 · 3 comments
Open

Multidimensional storage of an entity #8

joamag opened this issue Apr 1, 2016 · 3 comments
Assignees
Labels
enhancement New feature or request p-high High priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Apr 1, 2016

Description

Sometimes it's relevant to keep storing the history/snapshot of an entity as backup that may be used latter to rollback unwanted changes.

For that a pre_update (and pre_delete) operation must be created that intercepts the storage operation and that retrieves a snapshot of the current state storing it on a different collection.

There should be a proper UI for retrieval (and inspection) of a different snapshot (snapshots collection).

@joamag joamag added enhancement New feature or request p-high High priority issue labels Apr 1, 2016
@joamag joamag self-assigned this Apr 1, 2016
@joamag
Copy link
Contributor Author

joamag commented Apr 1, 2016

@tsilva this is huge

@joamag
Copy link
Contributor Author

joamag commented Apr 1, 2016

first part of the implementation is done, still some tests pending
the UI is also missing

@joamag
Copy link
Contributor Author

joamag commented Feb 16, 2018

better UI must be created for the management of this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-high High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant