Closed
Bug 1189574
Opened 8 years ago
Closed 8 years ago
Clarify wording on publishing review requests
Categories
(MozReview Graveyard :: General, defect, P3)
MozReview Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: gps)
Details
Attachments
(1 file)
The wording for publishing review requests at push time makes a few references to "review request." There are always at least 2 review requests present. It isn't clear that publishing impacts the entire set/series. I just witnessed someone IRL get confused by this wording.
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•8 years ago
|
||
I'll take this low hanging fruit.
Assignee: nobody → gps
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
reviewboard: change wording around review publishing (bug 1189574); r?mcote "review series" is more appropriate since in the context of publishing because "review request" implies a single thing, when we just printed a list of multiple review requests.
Attachment #8646604 -
Flags: review?(mcote)
Updated•8 years ago
|
Attachment #8646604 -
Flags: review?(mcote)
Comment 3•8 years ago
|
||
Comment on attachment 8646604 [details] MozReview Request: reviewboard: change wording around review publishing (bug 1189574); r?mcote https://reviewboard.mozilla.org/r/15803/#review14189 I feel a little pedantic here, but I guess that's what this bug is about. :) Changing "review request" to "review series" is now conflating "review requests" with "reviews", which we're also trying to be clear about. Maybe "review request series"? ("review-request series" might actually be more grammatically correct, but I don't think it's necessary here.)
Assignee | ||
Updated•8 years ago
|
Attachment #8646604 -
Flags: review?(mcote)
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8646604 [details] MozReview Request: reviewboard: change wording around review publishing (bug 1189574); r?mcote reviewboard: change wording around review publishing (bug 1189574); r?mcote "review series" is more appropriate since in the context of publishing because "review request" implies a single thing, when we just printed a list of multiple review requests.
Comment 5•8 years ago
|
||
Comment on attachment 8646604 [details] MozReview Request: reviewboard: change wording around review publishing (bug 1189574); r?mcote https://reviewboard.mozilla.org/r/15803/#review15289 ::: hgext/reviewboard/client.py:658 (Diff revision 2) > - ui.status(_('(published review request %s)\n') % v) > + ui.status(_('(published review series %s)\n') % v) > elif k == 'error': > errored = True > rrid, error = v.split(' ', 1) > - ui.warn(_('error publishing review request %s: %s\n') % > + ui.warn(_('error publishing review series %s: %s\n') % Looks like you missed these two. ::: hgext/reviewboard/tests/test-specify-reviewers.t:206 (Diff revision 2) > - (published review request 1) > + (published review series 1) This'll need to be fixed too. ::: hgext/reviewboard/tests/test-specify-reviewers.t:287 (Diff revision 2) > - (published review request 1) > + (published review series 1) And here. ::: hgext/reviewboard/tests/test-specify-reviewers.t:349 (Diff revision 2) > - (published review request 1) > + (published review series 1) Ditto. ::: hgext/reviewboard/tests/test-specify-reviewers.t:415 (Diff revision 2) > - (published review request 1) > + (published review series 1) Une autre. ::: hgext/reviewboard/tests/test-specify-reviewers.t:479 (Diff revision 2) > - (published review request 1) > + (published review series 1) Encore.
Attachment #8646604 -
Flags: review?(mcote)
Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8646604 [details] MozReview Request: reviewboard: change wording around review publishing (bug 1189574); r?mcote reviewboard: change wording around review publishing (bug 1189574); r?mcote "review series" is more appropriate since in the context of publishing because "review request" implies a single thing, when we just printed a list of multiple review requests.
Attachment #8646604 -
Flags: review?(mcote)
Comment 7•8 years ago
|
||
Comment on attachment 8646604 [details] MozReview Request: reviewboard: change wording around review publishing (bug 1189574); r?mcote https://reviewboard.mozilla.org/r/15803/#review15415 Ship It!
Attachment #8646604 -
Flags: review?(mcote) → review+
Assignee | ||
Comment 8•8 years ago
|
||
https://hg.mozilla.org/hgcustom/version-control-tools/rev/d588b602f3e0faae03933f9f2cab30f0b6265dfa reviewboard: change wording around review publishing (bug 1189574); r=mcote
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•