Closed
Bug 592546
Opened 15 years ago
Closed 15 years ago
Create read-only version of add-on edit page
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.12
People
(Reporter: clouserw, Assigned: gkoberger)
References
()
Details
(Whiteboard: [devtools][Q32010][qa-])
Mockup: http://people.mozilla.com/~chowse/drop/amo/devtools/v2/Addon_02_Edit_Default.png
This is just displaying the info we've already got in the db. Edit links all href to # for now (we'll hook them up in the next bug). There are a couple things that aren't implemented yet like "Required add-ons" - we'll get those as separate bugs also.
Back end:
- Pretty simple, just need to pull the info out of the db and print it on the page.
Front end:
- Just make it pretty. All the hover help should be available on the Remora pages already. If it's not, we probably don't need it, just ask. The only JS interactions at this point will be the popup buttons. The next bug will take care of the heavy lifting.
| Reporter | ||
Comment 1•15 years ago
|
||
This is a good sized new page, and important. The header/footer/nav bug is a couple minor commits from being ready to go (http://github.com/clouserw/zamboni/pull/1) and I'll merge it in as soon as I can.
Assignee: nobody → gkoberger
| Assignee | ||
Comment 2•15 years ago
|
||
fligtar, chowse: Do either of you have the text for the "helpful tooltips" on this page?
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> fligtar, chowse: Do either of you have the text for the "helpful tooltips" on
> this page?
Also, we talked about getting rid of a bunch so if you don't have copy we can just remove them.
Comment 4•15 years ago
|
||
Help text is in the spec: https://docs.google.com/Doc?id=dfntthnr_78f58ztkfz
| Assignee | ||
Comment 5•15 years ago
|
||
http://github.com/jbalogh/zamboni/commit/a32edf9
It's not ready to go, but everything that needs to be fixed is in other bugs already.
Status: NEW → RESOLVED
Closed: 15 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
•