Feature #1539
Plugins should be able to generate activity
Status: | Closed | Start date: | 2008-06-27 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | 0.8 | |||
Resolution: | Fixed |
Description
Plugins should be able to hook into the activity page so the activity page can reflect recent activity in plugins as well. Perhaps the plugin could specify the name of the activity (to toggle on and off) and the model to search for, something like:
activity :status_updates, Status
Thanks!
History
#1
Updated by Mark Gallop over 14 years ago
Can't you use the Journal and JournalDetail Redmine classes to create some "activity"?
Mark
#2
Updated by Jean-Philippe Lang over 14 years ago
Brian is right. Any model should be able to provide events for the activity view.
#3
Updated by Jean-Philippe Lang over 14 years ago
- Category set to Plugin API
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed