tsbonev / nharker

NHaker - an offline writing organization tool
0 stars 0 forks source link

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

Open tsbonev opened 5 years ago

tsbonev commented 5 years ago

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.