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

Immutable data storage #6

Open
bayprogrammer opened this issue Jul 17, 2023 · 0 comments
Open

Immutable data storage #6

bayprogrammer opened this issue Jul 17, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bayprogrammer
Copy link
Member

We must disallow direct editing of models and instead provide an immutable method of "updating" data; for transactions we need to model reversals and replacement transactions (unless the transaction is not yet posted), and for all other forms of data that is kept within the Beankeep we should update through forward-additions to the datastore. We must make this transparent to end users as much as possible, while at the same time making it easy and convenient to see an object's history forwards or backwards when such access is needful (such as to support auditing functionality).

@bayprogrammer bayprogrammer added the enhancement New feature or request label Jul 17, 2023
@bayprogrammer bayprogrammer self-assigned this Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant