I've simply allowed non-owner to change the reviewers list. Not sure if this is desirable. ...
18 years, 1 month ago
(2008-05-10 01:00:40 UTC)
#1
I've simply allowed non-owner to change the reviewers list. Not sure if this is
desirable. But currently non-owners can already make comments to any issue, and
I think it is OK for anyone to register interests in an issue by adding herself
to the reviewer list.
I've thought about this and I agree that this is the way to go. There's ...
18 years, 1 month ago
(2008-05-10 15:44:23 UTC)
#2
I've thought about this and I agree that this is the way to go. There's really
no need to have separate Reviewers and CC lists, even though Mondrian does it
that way.
I have two nits and one suggestion for an enhancement.
http://codereview.appspot.com/776/diff/1/3
File rietveld/views.py (right):
http://codereview.appspot.com/776/diff/1/3#newcode949
Line 949: 'reviewers': ', '.join(issue.reviewers),
I would suggest one more addition: add the current user's email to the reviewers
if it's not already there (and this is not the issue owner).
http://codereview.appspot.com/776/diff/1/3#newcode965
Line 965: issue.reviewers = reviewers
I'd move this one line downfor symmetry with the 'if' clause (set subject first,
set issue attributes second).
http://codereview.appspot.com/776/diff/1/3#newcode1250
Line 1250:
Don't add an extra blank line at the end.
I've made your suggested changes. And made a further change in _get_reviewers to remove duplicates ...
18 years, 1 month ago
(2008-05-11 11:33:26 UTC)
#3
I've made your suggested changes. And made a further change in _get_reviewers to
remove duplicates in the reviewers list.
http://codereview.appspot.com/776/diff/1/3
File rietveld/views.py (right):
http://codereview.appspot.com/776/diff/1/3#newcode949
Line 949: 'reviewers': ', '.join(issue.reviewers),
Good suggestion, I've added that. Just another thought: should we use nickname
when displaying and allow users enter either email or nickname? That would make
the list shorter in general.
http://codereview.appspot.com/776/diff/1/3#newcode965
Line 965: issue.reviewers = reviewers
On 2008/05/10 15:44:24, GvR wrote:
> I'd move this one line downfor symmetry with the 'if' clause (set subject
first,
> set issue attributes second).
Done.
http://codereview.appspot.com/776/diff/1/3#newcode1250
Line 1250:
On 2008/05/10 15:44:24, GvR wrote:
> Don't add an extra blank line at the end.
Done.
http://codereview.appspot.com/776/diff/101/122 File rietveld/views.py (right): http://codereview.appspot.com/776/diff/101/122#newcode30 Line 30: import sets This is Python 2.5, it has ...
18 years, 1 month ago
(2008-05-11 19:20:48 UTC)
#4
Very close! http://codereview.appspot.com/776/diff/125/43 File rietveld/views.py (right): http://codereview.appspot.com/776/diff/125/43#newcode189 Line 189: send_mail = forms.BooleanField() The order of ...
18 years, 1 month ago
(2008-05-11 23:27:40 UTC)
#6
Issue 776: Allow reviewers to change the reviewers list
(Closed)
Created 18 years, 1 month ago by jiayao
Modified 16 years, 10 months ago
Reviewers: guido
Base URL: http://rietveld.googlecode.com/svn/trunk/
Comments: 13