mirakel-android
mirakel-android copied to clipboard
Feature: Hide a task until a given date
Sometimes there are tasks that I do not want to think about until some future day. Therefore they should only appear in the lists from that day on.
(Additionally, we might need a special list "hidden tasks" to access them earlier for editing.)
This is something for 2.3 ;) I am also interested in this feature but currently I don't know how to implement this in the UI without overload it.
What about creating a meta-list and set in the Selection arguments the Due-Date to a range. So you have to choose if you want from today to some date or from some date1 to some date 2. Furthermore you have dynamic dates like "TODAY±x-Days" or some fixed dates.
No this are two different issues. This one is for every task. You can say „Show me this task only after x.y.” And the meta lists is for stuff like „Tasks, I have to do in the next time“
But won't be: „Show me this task only after x.y.” the same like a Metalist, with set due-date from x.y. to infinity? ... Ah now I got it.
Metalists are globally for any todo but the feature of this ticket is on a per todo basis, right? But what happens when I hide a todo until a date x.y.2050 and want to view the todo before? There would be a need for a metalist where I can say: show me all hidden tasks with a due-date from x.y. to infinity?
Am 20.01.2014 um 09:30 schrieb Anatolij Zelenin:
No this are two different issues. This one is for every task. You can say „Show me this task only after x.y.” And the meta lists is for stuff like „Tasks, I have to do in the next time“
— Reply to this email directly or view it on GitHub.
Yeah, that's absolutely right ;)
It's done as regular Hide Until date field in https://github.com/theunraveler/taskwarrior-web http://dl.dropbox.com/u/300801/20140806_11%3A4911%3A49.png In taskwarrior itself it's "until" - http://taskwarrior.org/docs/recurrence.html In Mirakel UI probably it should be copy of deadline
Sorry, it's wait, not until http://taskwarrior.org/docs/json.html#waiting
Hey, I would like to add, that this feature would be really nice. I have a lot of „waiting“ tasks in taskwarrior. But there is no way to hide them in Mirakel which renders some of my lists completly useless on my smartphone. Besides that: Awesome app! (As a first step I would not even need a UI enhancment of any kind. Just hide tasks, which are waiting in taskwarrior. One can still add the rest of the feature later.)