Sequential Tasks #3360
scottataber
started this conversation in
Ideas
Replies: 0 comments
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.
-
I think it would be nice to incorporate "numeric" goals. For example, I want to read a 500 page textbook, and picture something like this:
task sequence from:1 to:500 by:25 Read my textbook
// This would make tasks like "Read my textbook 1-25" with appropriate blocking
task sequence from:1 to:500 due:4-29-24 Read my textbook
// This would calculate number per day and make the appropriate tasks, and would refresh numbers if you miss a day
task modify 7 at:126
// Mark where you left off and refresh tasks
Beta Was this translation helpful? Give feedback.
All reactions