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 1
This is not the most recent revision of the diff. The latest diff is revision 10. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
reviewboard/datagrids/builtin_items.py |
---|
reviewboard/datagrids/grids.py |
---|
reviewboard/reviews/models/review_request_draft.py |
---|
reviewboard/reviews/tests/test_review_request.py |
---|
reviewboard/reviews/tests/test_review_request_draft.py |
---|
reviewboard/static/rb/js/resources/models/draftReviewRequestModel.es6.js |
---|
reviewboard/webapi/resources/review_request_draft.py |
---|