/tasktracker3

The 3rd edition of TaskTracker in rails

Primary LanguageRuby

== Welcome TaskTracker3

TaskTracker3 is a web-application to track your activities and assign them to projects.

It started as a Rails 3 learning project, and now is being used by others to play with :-)

It is usually regularly push on heroku and can be tested live on http://tasktracker3.marache.com

== Design ==

3 classes :-) :
 - User, you when you are logged in
 - Project, a name and a Budget Unit
 - Activity, one per day per Project per User