Closed
Bug 1273856
Opened 9 years ago
Closed 9 years ago
[All-Aboard] First run question dialog
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: espressive, Assigned: espressive)
References
(Blocks 1 open bug)
Details
On /firstrun the initial FxA form will be replaced by a dialog presenting two questions and a "No thanks" opt out link to the user.
The flow is as follows:
Show dialog with the "I’ve used Firefox in the last 30 days?" question as well as a "No thanks" link(links to about:home) visible. Once the user selects either yup or nope, the second question is shown. This questions will read "Are you more:"
Once the user clicks on "Go!", the dialog will be removed and the FxA form will be shown.
When a user clicks "Go!" we need to store two preferences on the add-on classifying the user. The two preferences are `isNewUser` and `whatMatters`.
If a user selected yup isNewUser is set to false and vice versa. If the user selected the "Do it yourself" answer to the second question, we set whatMatters to utility and to values for the "Do good" answer.
Should the user click on the "No thanks" link neither of the above preferences will be set but, we will set the onboardingDismissed preference to true.
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1273844 that deals with the telemetry preference that needs to be set at this stage.
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•