Closed
Bug 660900
Opened 14 years ago
Closed 14 years ago
Adjust the developer menu
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.1.0
People
(Reporter: clouserw, Assigned: gkoberger)
Details
We want to change this menu a bit to make navigation easier. A mockup:
http://cl.ly/3M3x0y0Z2v1R450A1U0B
Fligtacode:
Currently the logic is this:
if logged in and access to multiple tools
show Tools menu with links to available tools
else
show Developer Hub link
This should change to:
if logged in:
if access to multiple tools
show Tools menu with links to available tools
else
show Developers menu with links to developer items
else
show link to Developer Hub
| Assignee | ||
Comment 1•14 years ago
|
||
Correct new fligcode:
if logged in:
if access to multiple tools
show Tools menu with links to devhub items + other available tools
else
show Develoeprs menu with links to dev items
else
not link to devhub or tools
| Assignee | ||
Comment 2•14 years ago
|
||
Note that the user will always see the Devhub link (right, fligtar?), so there will never be a case where we only see "Editor Tools" and it's not in a Tools menu.
This is fixed on both Impala and Not Impala, and there's tests for both.
http://github.com/jbalogh/zamboni/commit/d4b2ff2
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
* 'My Account-> My Add-ons' and 'Developer-> Manage my Add-ons' both link to the same place. Should we remove one of them?
* I think linking to 'Submit a New Add-on' for a new user is a good idea. Currently, we only list that option if the user has submitted an add-on previously. (New users needing the most hand-holding)
Whiteboard: [ddn]
Comment 4•14 years ago
|
||
filed bug 662980 and bug Bug 662983
It seems to work fine for new users, developer, editors and admin.
Also checked in various locales to ensure that there is no overflow.
Status: RESOLVED → VERIFIED
Whiteboard: [ddn]
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
•