Closed
Bug 622191
Opened 15 years ago
Closed 14 years ago
[backend] Build the review page
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect, P1)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.12
People
(Reporter: clouserw, Assigned: andy+bugzilla)
References
Details
(Whiteboard: [fat])
Behold the review page!
https://addons.allizom.org/en-US/editors/review/121634?num=47
The backend of this involves showing stuff on the page (relatively simple) and accepting POST stuff (more complicated). I'm not going to list everything here that is done on POST, but please look through Remora's controllers/editors_controller.php (and the more interesting stuff in controllers/components/editors.php).
Other stuff worth noting:
- The prev/next link in the top right only shows up if num is in the URL
- The most complex part of this is the grey box in the middle. Note little things like the "notify me" box defaults to yes for rejections.
- This bug does NOT include the "Editor Comments" section
Reporter | ||
Updated•15 years ago
|
Assignee: nobody → gkoberger
Reporter | ||
Updated•15 years ago
|
Target Milestone: Q1 2011 → 5.12.10
Updated•14 years ago
|
Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.12.10 → 5.12.11
Reporter | ||
Updated•14 years ago
|
Assignee: gkoberger → amckay
Assignee | ||
Comment 1•14 years ago
|
||
nominationmessage is shown on the remora page, but isn't mentioned in the zamboni model, so assuming this is no longer used and won't be shown.
Comment 2•14 years ago
|
||
(In reply to comment #1)
> nominationmessage is shown on the remora page, but isn't mentioned in the
> zamboni model, so assuming this is no longer used and won't be shown.
We need it.
Assignee | ||
Comment 3•14 years ago
|
||
But I don't think its set at all anywhere in zamboni. Is it missing from other step of the addon submission process?
Comment 4•14 years ago
|
||
We used to require a nomination message with information about the add-on (how it works, how to test, etc.). For a while we've had the Notes to Reviewer, which are optionally included on every version of the add-on and can serve the same purpose.
While I'm OK with not requiring the nomination message in the new system, there's a lot of useful historical data in the nomination messages of all existing add-ons. So, we should still display it in the new review pages.
Assignee | ||
Comment 5•14 years ago
|
||
We haven't got a model for editor_subscriptions yet?
Reporter | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> We haven't got a model for editor_subscriptions yet?
That looks like the case
Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.12.11 → 5.12.12
Assignee | ||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•