[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.
Changes between revision 12 and 13
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
docs/manual/webapi/2.0/resources/action.txt |
---|
docs/manual/webapi/2.0/resources/action-list.txt |
---|
docs/manual/webapi/2.0/resources/index.txt |
---|
docs/manual/webapi/2.0/resources/resource-tree.txt |
---|
reviewboard/reviews/models.py |
---|
reviewboard/reviews/views.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/webapi/resources.py |
---|