Option to hide tasks with uncompleted child tasks #1032
Replies: 2 comments
-
Thank you for the suggestion. From searching for It's related to #60 (Support showing tasks as indented), and like that, would require fundamental changes to how Tasks stores data, as currently, it stores each task in isolation. I would go so far as to say that this one depends on #60, and so I recommend your upvoting that one, and subscribing to it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have created an issue from this, so that I can track it in the backlog. Keep up-voting here though... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to reduce clutter, it would be useful to hide tasks which have uncompleted child tasks:
In the example above, "wash the car" is essentially a clutter item since it would appear as a top-level item, but I can't complete it without completing the child tasks, so I'd like to be able to hide them.
It would be more complicated to handle due/start dates on the parent task, but to me the intuitive behavior would be to have child tasks inherit from the parent.
Beta Was this translation helpful? Give feedback.
All reactions