fernandokosh / redmine_time_tracker

A time tracker plugin for Redmine
Other
203 stars 141 forks source link

Some improvements #77

Closed pashamesh closed 12 years ago

delaitre commented 12 years ago

Hiding the seconds in the displayed time tracker is the wanted behavior. I don't think displaying the seconds has any sense while working on an issue. I think this is even distracting you as you will have something changing on your web page every time which could prevent you to stay focused on the work you have to do.

The blinking tracker when paused is a rather good idea since it allows the user to see that he has potentially forgot to restart it. However, the "blink" CSS text-decoration is not supported on several web browser. Hence, this should be done in an other way.

Finally, if you want your work to be included upstream, please make one commit per feature/bug fix.

Thank you for the interest you show on this project!

pashamesh commented 12 years ago

Ok. I'll think about better stopped/paused task counter notification