zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] Flexibility in the clocks and breaks #61

Open zztin opened 3 years ago

zztin commented 3 years ago

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