Closed
Bug 634806
Opened 15 years ago
Closed 15 years ago
Implement redesigned first visit experience
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
6.0.11
People
(Reporter: clouserw, Assigned: potch)
References
Details
(Whiteboard: [t:impala])
Chowse finished designs for the new detail pages. You can see the finished product[1] and code[2].
If you click "First Run" at the top you'll see a friendly banner welcoming people to AMO. We should show this banner to people who haven't been to AMO before (very similar to the intro promo on the front page). We've done this before by incrementing a counter in a cookie. Rules:
- Never show the banner on the home page
- If no cookie exists, show the banner and set the counter to 1
- If counter > $num, don't show the banner (and you can stop incrementing the counter)
- If the person hits the [x], hide the banner and set the counter to $num+1
What is $num? I don't know. 3? 5? There is debate going on about it right now, but I've had this bug written in a tab for hours now and I feel like I'm tempting fate that the browser won't crash. So, look for that answer in the comments below.
[1] http://chowse.github.com/amo-redux/detail.html
[2] https://github.com/chowse/amo-redux
Let's keep this on a separate branch until we're ready for QA - I don't want this to block our other code from going out.
Comment 1•15 years ago
|
||
we should only show it once
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → thepotch
Whiteboard: [t:impala]
| Reporter | ||
Comment 2•15 years ago
|
||
This is not just for the detail page, btw.
| Reporter | ||
Updated•15 years ago
|
Target Milestone: Q1 2011 → Q2 2011
| Reporter | ||
Updated•15 years ago
|
Target Milestone: Q2 2011 → 6.0.9
| Reporter | ||
Updated•15 years ago
|
Target Milestone: 6.0.9 → 6.0.11
| Assignee | ||
Comment 3•15 years ago
|
||
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
•