[Offer] Subtasks in a task

Just in case anyone still wonders. This example contains a doc where any level of task/subtask nesting is possible (and as an addition, it’s visualized as a tree map):

The idea is to specify a parent for each task. Feel free to use the above document as a template (copy the DB Items table and delete the columns responsible for tree map node position calculations).

Here’s how to limit the selection of parents to only valid ones, so that you don’t accidentally make a parent of a task that is already a sub-task of this task:

This is already implemented in the above doc.

1 Like