Modify ↓
Opened 4 years ago
Last modified 4 years ago
#14007 assigned enhancement
Allow code reviews on changeset page
Reported by: | Cinc-th | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
It's already possible to perform code reviews on changesets. The user creates a review on the changeset page and all the files are attached to a new review. The review is then done using the review pages provided by the plugin.
Changes
It would be nice if reviews could be performed directly on the changeset page.
Things to consider:
- Reuse the current features. Don't create a second detached review mechanism
- Added files are only shown as links on the changeset page, no diff view at all.
- Allow several reviews?
- Allow commenting on source browser pages?
- If so, how to deal with "normal" reviews created by the user using the Create Review pages?
Implementation
- Let the user create a review on the changeset page (already implemented)
- If there is an associated review for a changeset provide
addComment()
links for each line in the source browser. - Automatically load any available comments on page load
Attachments (0)
Change History (10)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
With [18263] there is a first implementation for code reviews on changeset pages.
There're still some rough edges.
- The user has to reload the page after creating the review to start commenting
- Probably some new, shiny bugs
comment:5 Changed 4 years ago by
BTW with [18264] a change was introduced which added comment links to source lines during creation of a review.
A page reload isn't necessary anymore to start commenting.
Note: See
TracTickets for help on using
tickets.
In 18263: