MOTHER
The mother attribute stores a valid UUID that creates a connection between
the subtask and the mother task (which will always be a Objective
task).
But… What does “connection” mean in this context?
Simple, you will not only know which task is the main one, but you will
also have algorithms such as taadd-seq
, tamas
and tastart
that use
this connection and will give you facilities precisely because of this.
Another very powerful attribute of this functionality differs from other applications that you have probably already used. Each subtask is an independent task inits own right. This means that you have no limits on filtering, recurrence, or anything else that makes the subtask “less powerful” than the parent task. In addition, this child-parent relationship can always be broken and reallocated with another task. However, it is recommended that you follow some rules so as not to end up completely messing up your tasks.
These rules (which are more like recommendations in themselves) will be described in this wiki as the project development unfolds.