basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
36 stars 7 forks source link

Add IDs of the parents of all entities #99

Open basshelal opened 5 years ago

basshelal commented 5 years ago

Each entity like Task and TaskList should probably have a reference to the ID of its parent. For Task this is TaskList, for TaskList this is Board etc. This isn't necessary hence why we didn't do it but it would prevent many possible problems later on and just generally makes more sense. This will also be handy when we introduce archiving and undo deletes/archives.