Time Tracking
TimeEntry model
id space_id begin_at – datetime end_at – datetime hours – float description – varchar(255) created_at updated_at
User will enter data in time_entries table.
Space owner can verify user's data with the reports generated by external application that can be called through web services.
We can track time with an external rails application. Each breakout page will have a javascript included that will log to external app page views (log DB will be a lot of data and it's not ). This also can be integrated in Trac, we will modify trac templates.
We can also collect time from svn commits, trac ticket changes.
see also #404