-
Notifications
You must be signed in to change notification settings - Fork 2
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
Repeated tasks #3
Comments
Also support things like "every monday, wednesday and thursday". The best representation for this would (IMHO) be assigning a task to some fixed days withing some fixed period. Then again, aren't these more calendar-things than deadliney-things? E.g. doing the dishes is something we do (withing a reasonable time) after every dinner, not something we do before midnight of each day we have dinner. PS, @silox, I hope you do your dishes more often than once a week. |
I came up with this idea because of the other idea I had (see #4). It would
be nice to indicate once that I would like to (eg.) ride my bike for 5
hours every week, and not having to reschedule it every week. Putting those
kinds of tasks/goals at a fixed time would not work in combination with #4
On 25 Aug 2017 13:32, "Felix Van der Jeugt" <notifications@github.com> wrote:
Also support things like "every monday, wednesday and thursday". The best
representation for this would (IMHO) be assigning a task to some fixed days
withing some fixed period.
Then again, aren't these more calendar-things than deadliney-things? E.g.
doing the dishes is something we do (withing a reasonable time) *after*
every dinner, not something we do *before* midnight of each day we have
dinner.
PS, @silox <https://github.com/silox>, I hope you do your dishes more often
than once a week.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA32uukmCDWqsoginNQY3j9GRfzIuWfaks5sbrC0gaJpZM4PABS3>
.
|
Hmm yeah, tasks like the ones in #4 are a different kind of thing, and I agree to their usefulness. |
Good point! I added it to the roadmap! (It was already on my personal todo list since recurring events are a dependency for having something like sleeping hours / working hours.) I'm a bit in two minds about this though. On the one hand, you want Eva to continue scheduling as normal while including these tasks with weekly deadlines. That way, Eva can decide you shouldn't be doing the dishes on your thesis deadline. On the other hand, if you give Eva full control, you will probably always do the dishes at another time of the day, on another day of the week, whereas having daily/weekly routines helps eleviate mental load and reduces stress. But perhaps the stress involved in not having routines is just because one has to deliberate on what to do next, which is exactly the thing that Eva is trying to solve here. What do you think? |
I see two extremes: On one side, you have the fixed tasks such as school, work, sleep which have fixed schedules. On the other side, you have tasks (e.g. those goals I mentioned in #4) which I don't care when they're scheduled. I think I would like to have a fixed schedule for stuff I don't like doing, and do the stuff I like doing in between/after those fixed tasks, but others might want it differently. |
I have the same feeling about that I think. In previous discussions, it also came up that it would be useful to have a distinction between fun stuff and chores. (Although there might be cases where the distinction is not so clear between the two.) I'm a bit wary of adding another required input. Do you think it's worth it? |
Two small remarks about what has been said here:
|
@iasoon on routines: You raise an interesting idea. I don't know what exactly causes the low level of stress when having routines. If it this just the decision-making, then -- great! -- Eva is already solving that and we don't have to worry about it. If it's not, we still might want to put routines in place. Those can, of course, subside for more important things should the need arise. (I would hope that Eva would make sure that that need doesn't arise though.)
@iasoon on fun stuff & chores: I think I'd want a good balance in both mental effort and fun throughout the day to keep me happy and motivated. I'm tempted to add both, but quite resistant to having a lot of inputs. (We already have (required now) the content, the duration, the deadline, the importance, (possibly optional in the future) what project it's part of, the dependencies, the reverse dependencies, the blockers, fun/chore, effort. And it probably won't be the last.) Maybe a lot of inputs isn't too bad when they're optional. @silox: I thought about it some more and had a brief discussion with Myrjam and perhaps it makes sense to schedule both habits and parts of projects as weekly or daily routines but standalone tasks dynamically, to fill up the gaps so to speak. Does that make sense (also in light of what I said above about routines)? |
Side note: I just realized that this is why I didn't think much about habits on deliberating what should be in this core part of Eva I'm building now: it short-circuited in my head because Eva doesn't have to do much about this. You should just decide on a time you want to do it, put it in your calendar and listen to your calendar. (But a friendly user-facing Eva should tell you to do so, or better yet, do it for you.) |
Some tasks have to happen regularly, for example:
It would be nice to be able to enter these with a repeatable time-interval so one does not have to bother to enter them manually every week/day/...
The text was updated successfully, but these errors were encountered: