Add Versioning of Objects #19781
L00tz1ffer
started this conversation in
Ideas
Replies: 1 comment
|
did you notice our soft-deleting feature? (records are not erased when you delete them, but stored for 14 days) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Scope & Context
Every entry in the CRM is a momentary record. This means that if someone accidentally overrides data of any kind, it is effectively gone.
The idea is to provide the user with a journaling system, similar to an append-only interface, so that data is never truly deleted but instead flagged as deleted. At the same time, there must be an option to delete certain data when required, for example in response to a "DSGVO request" involving any contained user.
Current Behavior
Expected Behavior
Challenges
All reactions