Opal
Feature #111
User & Item Logging
| Status: | Closed | Start: | 02/03/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | - | Spent time: | 3.00 hours | |
| Target version: | 0.3.1 | |||
Description
We would like to see activity logging for different actions performed in Opal, mainly changes to items,but other actions can be logged as well.
History
Updated by Dave Hulihan 211 days ago
We should also have a section on the edit user page(for admins) and the user account section that shows a particulars user's latest activity.
Updated by Dave Hulihan 211 days ago
- % Done changed from 0 to 50
Created db structure and model. Alsoe created controller and Views for Logging Overall System Activity(in admin homepage), logged in user activity(in user homepage), and any specified user's activity(edit user page). Each log has an attribute for what user did a certain thing, which item was affected, a message, and a time stamp. This means you can have a group of activity logs for one item, one user, or both. Pretty cool, eh?
Next, we have to place log triggers all over.
Updated by Dave Hulihan 210 days ago
- % Done changed from 50 to 70
Added Triggers everything, just need to test now. I also moved all activity/log viewing actions to the logs controller.
Updated by Dave Hulihan 210 days ago
- % Done changed from 70 to 80
All logs created for Opal activity tracking are now also saved to the rails application environment log. Just in case.
Updated by Dave Hulihan 203 days ago
- Status changed from New to Closed
- % Done changed from 80 to 100




