Open del82 opened 11 years ago
The public_activity gem looks like a good bet for this. Railscast.
Added initial activity tracking for hits (only) in a064c4bd953b4ad7707cab7588819550d08d56ac.
Also added development data for activities to the sample_data generator, so re-doing rake db:populate will create activity which can be viewed in a browser. The /activities index currently dumps each activity's attributes to the screen so that we can see what's in it while writing the views.
What kind of output should be displayed? I think a list would be nice, but what kind of graphs might be useful? Some sort of time series graph, probably.
(Also, deferred to 1.1, since the basics are done, but it could be better)
Activity tracking for users and targets. This would allow stat collection per user per target. the user/admin could then see his/her personal stats and those of the users she is supervising.