-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Better support for mixed completion #441
Comments
Ah. That is an interesting idea. hmm.
Would it be better/different to make the parent a blockref ^somethign, and have the moved child items link back to the blockref? |
I think what I'm asking is to retain the context in both the collected and leftover group of tasks.
I'm not quite sure I understand this question
Good question. If a parent task is marked as completed but there are still children tasks left uncompleted, what should happen? Maybe the inverse of what I had originally suggested, where the parent task is collected as a task, and the context is preserved in the original checkbox structure. For example:
becomes
I don't think anything happens until the next time a collection action would run, right? I attempted the idea of embedding a blockref of the parent and it embedded the task and subtasks (see Major Task A):
I'm not sure this is the desired behavior.In my mind, the Collection feature is meant to collect tasks at a given point in time. However, it shouldn't gather non-completed items, but it should retain the context of nested checkbox lists in the above examples. |
This is exactly how I use it. Management of subtasks is always dicey, because the more context I try to account for, the easier it is to get it wrong and really mess things up. Moving single line entries between sections: yes. Moving single line entries and their sub-entries between sections? yes. Moving some subset based on completion gets weird (what gets collected and what stays behind? How should or would it be regrouped when everything is completed again?) Over time, I've adapted my workflow such that I don't worry about partial tasks/context in this way. When I'm planning my work, I end up pulling subtasks out/up into better scoped top-level tasks (sometimes marked with a prefix). I guess, in thinking about how to solve this problem when I started the plugin, I landed on a place that simplified my notes and my workflow instead. |
I have a setup like so:
When collecting tasks, the plugin is just collecting the marked tasks straight up and removing the context from the incomplete tasks. However, I would expect them to be collected like so:
in order to retain context in both the completed and the still unfinished tasks.
The text was updated successfully, but these errors were encountered: