December 2017
Beginner
372 pages
10h 32m
English
The implementation of adding a new subTask is very similar to adding a new task, with a major difference in the data object we work on. When adding a new task, we just make sure we add the task to the list of tasks for the selected board.
When adding a new subtask, we have to identify the parent task to which this subtask will belong and then make sure we update the task to reflect the changes. Because the majority of the implementation is similar we will just go through the code and not get into the details of each line.
Read now
Unlock full access