I've almost completed a little task manager add-on for my main database.
It's nice and simple but I want to add subtasks so a user can break a main task down into logical steps.
The question is, should I create a new table for the subtasks or should I use the existing tasks table and create a field referring to the parent task ID?
It's nice and simple but I want to add subtasks so a user can break a main task down into logical steps.
The question is, should I create a new table for the subtasks or should I use the existing tasks table and create a field referring to the parent task ID?