Display the amount of subtasks a task has beside its title
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 706
- Forks
- 117
- Avg merge
- 8h 50m
- Merged PRs (30d)
- 18
Description
Is your feature request related to a problem? Please describe.
In some situation it would be nice to see, if there are collapsed subtasks in a task or not. Especially when reusing a big tasks with many sub and subsubtasks for another time it could help to find every sub task which is maybe hidden
Describe the solution you'd like
Maybe it would be possible to display the number of all subtasks of a task in parenthesis beside the task description like
Task1 (3)
Subtask 1.1
Subtask 1.2
Subtask 1.3
Describe alternatives you've considered
Another alternative for finding every subtask when reusing big tasks for another time could be an "expand all subtasks recursive" button.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the task title rendering and the existing subtask tree or expansion behavior, then determine how nested subtasks are counted. Done means each task title displays the total number of its subtasks, including nested subtasks, without preventing expansion or reuse of tasks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100