/ett

Where does all your time go? Find out with the Emergent Task Timer

Primary LanguageRubyMIT LicenseMIT

The Emergent Task Timer

Where does all my time go?

"If you’re working in a distracting environment, you’ve probably wondered what happened to the eight hours you just spent at work. The Emergent Task Timer (ETT) was designed to help answer that question. Using an interval timer, you log what you were doing every 15 minutes or so. You’ll quickly see where your time is going, and have a picture of what your day looked like. The results are often shocking!" -- David Seah, The Printable CEO, on the Emergent Task Timer

For Fellow Developers

Build Status Code Climate GPA Issue Count Test Coverage

Initial Setup

It's a rails 5 app:

  1. Install dependencies: bundle install
  • Setup the db: rails db:setup
  • Test (using the default rake task): rake

Dependencies

Services (job queues, cache servers, search engines, etc.)

  • TBD

Deployment instructions

  • TBD