Closed
Bug 599041
Opened 14 years ago
Closed 14 years ago
Build add-on version listing page
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.2
People
(Reporter: clouserw, Assigned: gkoberger)
References
Details
(Whiteboard: [devtools][Q32010][qa-])
Current page: https://addons.mozilla.org/en-US/developers/versions/5326 (you can switch the add-on id if you can't see that one)
Mockup: http://people.mozilla.com/~chowse/drop/amo/devtools/v2/Addon_05_Versions_All.png
Backend:
- This is a new URL at /developers/addon/$id/versions/edit. The current URL should redirect there.
- Other than that, it's just getting existing data to the template
Frontend:
- The Version History table is pretty basic. If the validation stuff isn't in the db by the time this bug is done, file a separate bug to fill it in once that piece is integrated.
- The statuses at the top are defined in apps/amo/__init__.py and the db
- "Trusted" is a flag in the db, not a status
CCing Chowse to figure out where the "Action to Take" and "Link to more..." links go
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → gkoberger
Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.12.1 → 5.12.2
Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Here's the copy for the statuses. We're going to simplify the top part into a single status box. chowse is respinning mocks based on the new copy.
* Awaiting Preliminary Review ('Unverified' status is implicit)
You will receive an email within 3 days when the review is complete. Until then, your add-on is not listed in our gallery but can be accessed directly from its [details page]. [Learn more]
Actions: Cancel Review Request (disables add-on), Delete Add-on
* Awaiting Full Review ('Unverified' status is implicit)
You will receive an email within 10 days when the review is complete. Until then, your add-on is not listed in our gallery but can be accessed directly from its [details page]. [Learn more]
Actions: Cancel Review Request (disables add-on), Delete Add-on
copy for Cancel Review Request confirmation:
Canceling your review request will disable your add-on. If you'd prefer to have another version reviewed, simply upload the new version instead. Are you sure you wish to cancel your review request and disable your add-on?
* Preliminarily Reviewed
Your add-on is displayed in our gallery as experimental and users are receiving automatic updates. Some features are unavailable to your add-on. [Learn more]
Actions: Request Full Review (available 10 days after prelim review completed), Disable Add-on, Delete Add-on
copy for Cancel Review Request confirmation:
Canceling your review request will disable your add-on. If you'd prefer to have another version reviewed, simply upload the new version instead. Are you sure you wish to cancel your review request and disable your add-on?
* Preliminarily Review; Awaiting Full Review
You will receive an email within 10 days when the full review is complete. Until then, your add-on is displayed in our gallery as experimental and users are receiving automatic updates. Some features are unavailable to your add-on. [Learn more]
Actions: Cancel Review Request, Disable Add-on, Delete Add-on
copy for Cancel Review Request confirmation:
Canceling your request for full review will return your add-on to its preliminary review status. Are you sure you wish to cancel your request?
* Fully Reviewed
Your add-on is displayed in our gallery and users are receiving automatic updates. [Learn more]
Actions: Disable Add-on, Delete Add-on
* Disabled (formerly inactive)
Your add-on's listing is disabled and not showing anywhere in our gallery or update service.
Actions: Enable Add-on, Delete Add-on
* Admin Disabled
Your add-on was disabled by an administrator. If you have questions any questions, please email amo-admins@mozilla.org.
Actions: Delete Add-on
copy for Disable Add-on confirmation:
Disabling your add-on will prevent it from appearing anywhere in our gallery and will stop users from receiving automatic updates. Are you sure you wish to disable your add-on?
Delete confirmation copy:
Deleting your add-on will permanently remove it from the site and prevent its GUID from being submitted ever again, even by you. The existing users of your add-on will remain on this update channel and never receive updates again. Are you absolutely sure you want to permanently delete your add-on's listing?
(ask user to confirm password)
Comment 3•14 years ago
|
||
Mocks updated w/ the new copy and actions:
http://people.mozilla.com/~chowse/drop/amo/devtools/v3/manage_addon/05_versions.png
http://people.mozilla.com/~chowse/drop/amo/devtools/v3/manage_addon.pdf
Assignee | ||
Comment 4•14 years ago
|
||
https://github.com/jbalogh/zamboni/commit/15465230775a7e3b2a2dabd13028320911b9d3fd
This is a mix of v2 and v3, since v3 depends on a slightly new status setup that isn't implemented yet.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
(In reply to comment #4)
> This is a mix of v2 and v3, since v3 depends on a slightly new status setup
> that isn't implemented yet.
Is there a followup bug?
Updated•9 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
•