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

nharker-core: consider migrating trash to field-based persistence #223

Open
tsbonev opened this issue Feb 14, 2019 · 0 comments
Open

nharker-core: consider migrating trash to field-based persistence #223

tsbonev opened this issue Feb 14, 2019 · 0 comments
Assignees
Labels
domain Make a domain decision
Projects

Comments

@tsbonev
Copy link
Owner

tsbonev commented Feb 14, 2019

Currently trash is kept in a separate generic table which spawns issues that clutter the domain. Consider migrating the logic so that each object contains a nullable 'deletedOn' field that is used to determine it's state in the database.

@tsbonev tsbonev added the domain Make a domain decision label Feb 14, 2019
@tsbonev tsbonev self-assigned this Feb 14, 2019
@tsbonev tsbonev added this to To Do in NHarker 0.2 via automation Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain Make a domain decision
Projects
NHarker 0.2
  
To Do
Development

No branches or pull requests

1 participant