-
Notifications
You must be signed in to change notification settings - Fork 23
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 Request: Add label at given time #35
Comments
I could be wrong, but I think this can be accomplished by hiding the task until it is within a certain range of time, [can be found here](https://github.com/Hoffelhas/autodoist#additional-arguments). so in this case, you would set number of days to something like ex:
|
I would like to add that, that the only issue I've found with this approach is that currently, if the task that would be assigned what I've done to combat this is to actively look through my projects for these cases and move them manually to a different section within the project. So they do not cause a blockage again. |
First, thanks for responding! Second, that's an interesting way of doing it, but I'd quite like a way to not use the "due date" feature in Todoist at all. Personally, I'd like for a task to be quietly placed into the list at a certain time for me to complete at my leisure, rather than have Todoist yell at me if I didn't complete the task exactly on the due date. I'd also prefer to not hide upcoming tasks that actually have to be completed on a certain date, which is what I'd use due dates for. Does the It is totally possible that I'm misunderstanding the |
No problem! It does not remove the task, it only ignores it in my experience. I'll try and add the flag again and test to see if this issue is still prevalent in v2.0. Because if it is not, the I think it would meet your requirements. You should give it a shot as well 🙂 |
Problem
I currently follow GTD, which recommends to only add due dates if absolutely necessary. However, I often have tasks that can only be completed after a certain date, but do not need to be completed on that date exactly. e.g. if I want to book a dentist appointment in 3 months, I would like to add it to a next actions list, but not give it a due date that means it needs to be done on that date
Proposal/Solution
Add a new symbol for tasks, which will add a @next_action label on a given date, maybe set by a reminder.
Example workflow:
Does this sound like a worthwhile addition? I'd be happy to write this feature, but wanted to check that this is sensible first!
The text was updated successfully, but these errors were encountered: