Replies: 1 comment
-
|
Timeboxing/Pomodoro is about respecting those intervals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see a problem with the way the postpone function currently works. Let's say you're deep into something, and suddenly you hear a signal to take break №2 and complete the corresponding set of exercises. If you press the
+symbol, the sound signal will continue to sound. You don't want to turn down your phone's volume or stop the app, so you tapStart breakand pause it. After that, finish working, unpause the timer and begin doing exercise set №2. Will the extra time be added to your work time (the total time of all pomodoro intervals)? Obviously not; it will be added to thepausetotal.After the beep started, I could tap
Start break, then swipe left (the Break interval would change to a pomodoro interval that would start over), and then, when I was finished, swipe right to start the break. This seems like the fastest, albeit not the most obvious, way to extend the interval when the notification is triggered without breaking my stats and maintaining the break sequence.This isn't an obvious solution, but it works. Can anyone suggest something better for the described source data and within the app's current functionality? Perhaps there's something worth changing in the app itself, or even something in the development roadmap that would simplify the described set of actions and make them more natural?
Beta Was this translation helpful? Give feedback.
All reactions