[Feature Request] Parent task state should reflect sub-task completion (including partial state) #119
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue/Description:
Currently, parent tasks and sub-tasks behave independently. A parent task can be marked as completed even if some or all of its sub-tasks are still incomplete. This creates an inconsistent and confusing state.
A more intuitive approach is for the parent task to reflect the completion state of its sub-tasks. For example:
This aligns with common task management patterns and improves clarity.
Other Notes:
This would improve UX by aligning the task hierarchy with user expectations and reducing inconsistent states between parent tasks and their sub-tasks.
It would be great to have a partial completion state in the checkbox, this is something that can be proposed to
libcosmic.For now, I think we can adhere to the behavior you propose.
I actually reported this way back in 2022
https://github.com/pop-os/libcosmic/issues/24
I've upvoted the issue in libcosmic