ethanp / trracker

Time Tracking Utility as Rails App
trracker.herokuapp.com
2 stars 0 forks source link

save tickers in DB instead of (just) on browser #76

Open ethanp opened 9 years ago

ethanp commented 9 years ago

How to

Simply add a new ticking_since:datetime field to Task which IS NULL if it's not ticking.

Benefits

  1. Allows us to show which tasks are ticking (#63)
  2. Allows us to switch machines and retain the tickers