Adding smarter update notifications
Review Request #8519 — Created Nov. 3, 2016 and discarded — Latest diff uploaded
When viewing a review request, Review Board periodically checks
to see if there have been any updates to the review request.
Currently we only receive updates regarding the type of change
and who it was made by. The goal of this project is to improve
on the detail provided.
Added unit tests for backend code - all pass.
Manually verified API response locally.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 18. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
reviewboard/reviews/models/review.py |
---|
reviewboard/static/rb/js/resources/models/reviewRequestModel.es6.js |
---|
reviewboard/webapi/resources/review_request.py |
---|
reviewboard/webapi/resources/review_request_last_update.py |
---|