Support sequential tasks #1179
Closed
Replies: 3 comments 10 replies
-
Hi @dgreen, thanks for the suggestion. Searching for the word 'sequential', there are some related requests already:
So I will link those to this one, and then mark this one as a duplicate. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a dataviewjs script which generates a tasks query. It returns first tasks of all projects.
|
Beta Was this translation helpful? Give feedback.
9 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.
-
Many projects have a sequence of tasks to be done and the tasks need to be done in a specific order.
For example,
It would be nice to have a way that only the doable task (first one not completed) shows in a list. Probably lots of ways to do this but perhaps
and some sort of keywords for the filter like "only next" which means when presented a list of tasks only show the first one not done.
Beta Was this translation helpful? Give feedback.
All reactions