- Overview
The goal of this feature is to introduce "Subtasks" to our existing task management system. This API update will allow users to break down larger, complex tasks into smaller, actionable, and trackable child tasks (subtasks).
Subtasks will share the same core properties as standard tasks but will be hierarchically linked to a "Parent Task."
- User Stories
As a user, I want to create a subtask under an existing task so I can break my work into smaller chunks.
As a user, I want to view all subtasks associated with a specific parent task.
As a user, I want to easily delete a parent task and have all its subtasks automatically cleaned up (or specifically handled).
The goal of this feature is to introduce "Subtasks" to our existing task management system. This API update will allow users to break down larger, complex tasks into smaller, actionable, and trackable child tasks (subtasks).
Subtasks will share the same core properties as standard tasks but will be hierarchically linked to a "Parent Task."
As a user, I want to create a subtask under an existing task so I can break my work into smaller chunks.
As a user, I want to view all subtasks associated with a specific parent task.
As a user, I want to easily delete a parent task and have all its subtasks automatically cleaned up (or specifically handled).