Adding my reviews section to the dashboard's sidebar.
Review Request #9246 — Created Oct. 9, 2017 and discarded — Latest diff uploaded
When user login to Review Board dashboard, they would like
to see all their open requests from incoming and outgoing.
Therefore, adding a new section that is called 'My Reviews'
will allow users to see all their open requests.
Added a unit test, which passes (along with all other tests).
- Created test review requests that will be open under incoming and
outgoing sections. - Ran it using this command ./tests/runtests.py
reviewboard.reviews.tests.test_review_request_manager - The test calls the query that merge the requests.
- It will check if the requests are merged successfully than it passes
the test.
Diff Revision 10 (Latest)
orig
1
2
3
4
5
6
7
8
9
10
reviewboard/accounts/admin.py |
---|
reviewboard/accounts/models.py |
---|
reviewboard/accounts/evolutions/__init__.py |
---|
reviewboard/accounts/evolutions/total_my_reviews_count.py |
---|
reviewboard/accounts/fixtures/test_users.json |
---|
reviewboard/datagrids/builtin_items.py |
---|
reviewboard/datagrids/grids.py |
---|
reviewboard/reviews/managers.py |
---|
reviewboard/reviews/tests/test_review_request_manager.py |
---|