Closed
Bug 1070008
Opened 10 years ago
Closed 10 years ago
Don't show the transition banner to a new user
Categories
(Marketplace Graveyard :: Integration, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-09-30
People
(Reporter: andy+bugzilla, Unassigned)
References
Details
If a user is completely new to the Marketplace, don't show them a banner. It's hard to determine if a user is completely new though, so any good ideas here are welcome.
One is that localStorage changes as you login and logout. When you login the permissions key is created and then cleaned out on logout. Also user_apps gets created with some data. Perhaps we could detect the presence of those?
Comment 1•10 years ago
|
||
https://github.com/mozilla/zamboni/commit/bf310429bc51ec9a7a8c0940b6c34433e9bab746
https://github.com/mozilla/fireplace/commit/347e1ccf8225b80b15cb1e87ceaf40e3284ec14a
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-09-30
Comment 2•10 years ago
|
||
I am not sure how to verify this because https://bugzilla.mozilla.org/show_bug.cgi?id=1052864 is still reproducible. The banner is not displayed on consumer pages even if I used an already verifued account or a persona account which was used before.
I am not sure if I am correctly understand this bug, so please add some STRs if you think that this is not blocked by the issue from above
Comment 3•10 years ago
|
||
I added STR to bug 1052864 comment 26, specifically the "new user" section.
Comment 4•10 years ago
|
||
Verified as fixed following the instructions from above.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•