tomatoes-app / tomatoes

Pomodoro Technique® online time tracker
http://www.tomato.es
MIT License
349 stars 92 forks source link

ticking timer #54

Closed potomak closed 11 years ago

canercandan commented 11 years ago

+1 for this feature playing a vital role in the pomodoro technique (but have to be disabled whenever the user wants). Can I have some details regarding the place where the songs are called in the code in order to bring my contribution on this feature. Thx.

potomak commented 11 years ago

Sounds are loaded at https://github.com/potomak/tomatoes/blob/develop/app/assets/javascripts/TT_init.js#L8

potomak commented 11 years ago

There should be a ticking timer boolean option to turn this feature off.

How should this feature be turned by default?

vrybas commented 11 years ago

@potomak, I'm not sure if this option should be in User settings. Now it's just hanging out on timer. Off by default. Once you've turned it on - it will stay enabled unless you drop the cache or reload browser.

vrybas commented 11 years ago
» Why is ticking important for me

I run Tomato.es on another laptop across the room. So It forces me to stand up to save my Pomodoro and start a break. Sometimes I get so concentrated, I can miss the Pomodoro alarm, which is not the case only with external device. And I used to completely disable my Notification Center during Pomodoro.

But when ticking is stopped - it's much more noticeable. I am starting to ask myself a productivity questions.

potomak commented 11 years ago

I merged your PR @vrybas, thanks and sorry for the delay.

Version 0.6.69 is on the way!