J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Running timers #75

Closed J3RN closed 7 years ago

J3RN commented 7 years ago

Currently, the user must refresh the page to see the timer update, which is computed by taking the current time minus the start_time field of the TimeEntry, if the TimeEntry is running. I would like to have the timer update without the need for refreshing.

I see two possible implementations:

Open to other suggestions, of course!

pedroandrade commented 7 years ago

@J3RN I'm on it, I will do an ajax call to the server and it updates all TimeEntries, sounds good?

J3RN commented 7 years ago

@pedroandrade Sounds good to me! :smiley: