-
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
Multiple Concurrent Timers #128
Comments
Maybe giving people the
Should people run more than one timer at the same time...? #discuss |
I'm trying to think of good examples of when this would be useful (i.e. when you'd need to categorise a task as two different things) and I keep thinking that if this is the case you need a better categorisation system. We're trying to encourage focus , which would imply working deeply on one thing at a time. |
I am unsure about whether users should be allowed to run multiple timers at all. Does it detract from the focus side of things? IMO it does. |
Working on one task at a time means one timer at a time. We haven't found a usecase for multiples yet |
The only instance I could think of was running a concurrent timer But we definitely don't need this feature until people using the app request it. 👍 |
Somehow this request/feature got lost and we can now run multiple concurrent timers. Paired with the fact that we don't yet have reordering of items dwyl/mvp#145 (and even once we have it) and that timers that are active timers don't bubble up to the top (I should open an issue for this because there's a bit to think through here), I have already ended up with two 'lost' timers running for a month 😆 (Remember I get hastily interrupted regularly 👶 ) Re-opening for discussion. |
@iteles I use concurrent timers regularly. But I agree that many people would want to automatically stop one timer when another is running.
I'm sure we can draft better copy. The question is: what the default be? 💭 |
@iteles similar to how you feel about categories,
I feel that having only one active timer severely limits the usefulness of this app.
We need to get votes on this from people using the app.
The text was updated successfully, but these errors were encountered: