Closed
Bug 611522
Opened 15 years ago
Closed 15 years ago
Tell remora about the STATUS_* changes
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.4
People
(Reporter: clouserw, Assigned: chenba)
References
()
Details
(Whiteboard: [qa+])
Attachments
(1 file)
15.26 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
In bug 603125 we got some new statuses which we've all already agreed are less than ideal. :) In order to smooth the transition to zamboni, we're going ahead with the change though, and we'll update it to use queue flags or whatever in the future.
In the mean time, we need to adjust the editor queue in remora to handle the new statuses. If you look at the queues, there is currently "Nominated Add-ons" and "Pending Add-ons."
This bug is to:
- rename the "Nominated Add-ons" tab to "Full Review"
- Change the "Pending Updates" list to *filter out* any preliminary reviews (don't show them)
- Add a "Preliminary Review" tab which shows all the preliminary review requests, including updates
If you're confused, attachment 487064 [details] has a rough mapping of the new statuses to the old ones. The two in the box are new and will need to be added to remora (see apps/amo/__init__.py in zamboni for their corresponding numbers).
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Updated•15 years ago
|
Assignee: nobody → chenba
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #492280 -
Flags: review?(clouserw)
Assignee | ||
Comment 2•15 years ago
|
||
The following are the changes in the patch above.
"Nominated Add-ons" has been renamed to "Full Reviews".
Full Reviews queue now includes nominated addons (STATUS_NOMINATED) and preliminary reviewed and nominated addons (STATUS_LITE_AND_NOMINATED).
The pending queue will not include new versions of preliminary reviewed addons.
Added the "Preliminary Reviews" queue. It includes unreviewed addons and updates to preliminary reviewed addons.
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 492280 [details] [diff] [review]
patch for "Preliminary Reviews" queue
"preliminary" is misspelled at the top of your patch. I'm worried about the joins in your queries, but not moreso than I am now. Please land this so jorgev can check it out.
Attachment #492280 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 4•15 years ago
|
||
@clouserw Thanks. The query for the prelim queue is based on the query for the pending queue since it has to include updates.
It's committed @ r78056.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•15 years ago
|
Whiteboard: [qa+]
Assignee | ||
Comment 5•15 years ago
|
||
Made the prelim reviews queue the third tab (jorgev's preference) @ r78138
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•