Maintenance type tasks #203
Replies: 3 comments 3 replies
-
I don't know how hard this would be to implement, but it would be useful for me 😀 +1 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the idea. This is definitely related to #53. what would you say are the main differences? Thanks! |
Beta Was this translation helpful? Give feedback.
-
The The docs are at: Repeating a Task Based on the Original Due Date or the Completion Date. A general tip for smooth operation is to ensure that your unit of recurrence is a fixed duration, namely days or weeks - and not months (28/29/30/31) or years (leap years). So |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of maintenance tasks (e.g. cleaning, sorting, plant watering, etc.) have behaviour that is somewhat fuzzy. These tasks occur somewhat regularly but they do not have a fixed due date. Their recurrence also depends on when they have been done before (if you just watered the plants it doesn't make sense to water them again right now and you cannot make up for missed sessions by just adding more water). One could write them like this:
The 🔃 indicates the suggested interval (e.g. in this case 3 days). The ✅ indicates when the task was last completed. Tasks which have not been completed since the last completion time + suggested interval will be considered as active. Ideally one could sort these tasks by how many days they are over the suggested interval, so the tasks that have not been done in a long time should come up first.
Beta Was this translation helpful? Give feedback.
All reactions