You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using it, I end up having not enough time for the clock and the break. This results in my instinct not following the clock and end out doing work during break, and after break finishes, doesn't want to start a new clock.
Adding a button for "I just need a bit more time" would be useful at times.
Possible Solution
A button for "NEED MORE TIME" constantly available during clock and breaks. If someone feels he/she need more time for the current task, he/she can click on this button which contains a drop-down menu of 2mins, 5 mins, 10 mins.
The clock will add these time immediately to the count down to allow more time. (Kinda like a snooze button).
While popping up "Did you reach your goal" window, also add a button for "No, I need more time")
While break's over "Time's up", also allow button "more breeak time."
These (and any countdown) should all be tracked in the sqlite database. But with a tag "is_complete" == False
The text was updated successfully, but these errors were encountered:
Description
While using it, I end up having not enough time for the clock and the break. This results in my instinct not following the clock and end out doing work during break, and after break finishes, doesn't want to start a new clock.
Adding a button for "I just need a bit more time" would be useful at times.
Possible Solution
A button for "NEED MORE TIME" constantly available during clock and breaks. If someone feels he/she need more time for the current task, he/she can click on this button which contains a drop-down menu of 2mins, 5 mins, 10 mins.
The clock will add these time immediately to the count down to allow more time. (Kinda like a snooze button).
While popping up "Did you reach your goal" window, also add a button for "No, I need more time")
While break's over "Time's up", also allow button "more breeak time."
These (and any countdown) should all be tracked in the sqlite database. But with a tag "is_complete" == False
The text was updated successfully, but these errors were encountered: