-
Notifications
You must be signed in to change notification settings - Fork 47
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
Due date #54
Comments
It is not a feature right now, but could be added to the parser code in cmdline.go |
So the task doesn't appear in any default view until tomorrow? |
@naggie I'm not sure, \ for now when I add a task I add a +today tag in order to filter them |
I see, I'd rather not overload tags so the syntax would indeed be If it's the latter I suggest it's called defer: |
@naggie it would be great to defer them I think , but in case of |
I think due dates (deadlines) are distinct from deferred tasks which should tracked separately. Highlighting with an asterisk or something might work. I probably won't implement this until recurring and dependent tasks are implemented though. |
@naggie, @dontlaugh so is the It's in the code too here: https://github.com/naggie/dstask/blob/master/task.go#L53 |
It's a placeholder for now. |
Can anyone recommend a good "human readable datetime" library for Go? |
What is the currrent state of due-dates? I am not using the current HEAD, but the latest release v0.23.2 and due dates do not work at all there. This could be a deal-breaker for me... |
Not implemented yet. Still planned. |
Just a comment on this feature. Taskwarrior due dates have "end of day" deadlines, so a I personally find this annoying, and I know I'm not alone: there are Reddit threads on this and closed issues in Taskwarrior issue tracker. The answer from the taskwarrior devs is that in taskwarrior due dates are by convention dates at which the task should be done already, and encourage the the use of aliases like Please consider defaulting to "end of day" deadlines when implementing this feature, instead of using Taskwarrior-like "beginning of day" deadlines, or at least consider make it configurable from the very beginning of the implementation to avoid getting stuck with defaults that do not work well for several people. Thanks! |
interesting. I can see how both can make sense. If it involves other people (e.g. completing a document and sending it to someone, or doing an assignment and submitting it to a teacher) and it's due "today" or "tomorrow" i think of that has needing to have been sent by this morning or tomorrow morning, respectively. |
another thing on my mind... I think of it this way:
To put it a bit more mathematical:
I have a few tasks where do dates make more sense than due dates. for example when i have to remind people to do something (e.g. a certain amount of days before something is due, and you don't want to ask "too soon"), or when something external needs to happen first. |
@Dieterbe AIUI the "deferred tasks" mentioned at https://github.com/naggie/dstask/blob/master/etc/FUTURE.md would allow to set a "do date" (mock syntax: |
@naggie :
Is there a specific technical or conceptual relationship between recurring/dependent tasks (#12) and due dates (and/or defer dates) ? |
Just the latter. No objection to any order |
Good day, I can't find this information in help output. In task warrior it is possible to specify due date for tasks , something like
due:tom due:today
, it's helpful for creating todolist for tomorrow. Is it possible to do it using dstask .thanks in advance
The text was updated successfully, but these errors were encountered: