[WIP] Action feed prototype using a separate table for storing actions
Review Request #3151 — Created June 19, 2012 and discarded — Latest diff uploaded
In the current stage, the action feed is the default dashboard view and it displays info related to [almost] any update to the requests the user has previously visited. The action-boxes contain the review request id and summary, the name of the user who performed the action and the type of action performed. Still to-do: * restyle the dashboard entries box * make the action boxes expandable and implement ajax calls to display their content
No tests yet - will start running them/ adding new ones once this is a bit more advanced.
Diff Revision 8
This is not the most recent revision of the diff. The latest diff is revision 13. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
reviewboard/settings.py |
---|
reviewboard/reviews/admin.py |
---|
reviewboard/reviews/datagrids.py |
---|
reviewboard/reviews/models.py |
---|
reviewboard/reviews/views.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/static/rb/css/action-feed.less |
---|
reviewboard/templates/reviews/action_feed.html |
---|
reviewboard/templates/reviews/dashboard.html |
---|