Modal variant with 'Start Here' and 'Meet the rest of Firefox' UI
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: pdahiya)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Based on data science experiment design feedback, add a new modal variant with 'Start Here' and 'Meet the rest of Firefox' language to better compare full page modal less and modal variant of welcome page
https://bugzilla.mozilla.org/show_bug.cgi?id=1583262#c7
modal_variant_f is same as modal_control with only difference being it uses 'Start Here' in signup form instead of 'Join Firefox' string
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
If you want to manually test the experiment branches, here's some string values for app.normandy.user_id
that trigger various variants:
10 modal_control
2 modal_variant_a
15 modal_variant_b
5 modal_variant_c
8 modal_variant_f
1 full_page_d
3 full_page_e
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Steps for QA to verify modal_variant_f experiment branch
- Create a new profile
- Set trailhead.firstrun.branches to modal_variant_f-supercharge
- Restart and open about:welcome
UI should match as noted in modal_varaint_f experiment branch in tech plan here https://docs.google.com/document/d/1MtWXnenZ8poPr1XSeR9ztDgjlyNcOUvPiW0_Y8dVibg/edit#heading=h.bexw5m85abfi
To test experiment branch and respective prefs are getting set correctly, we can use app.normandy.user_id as described in comment #3
- Create a new profile
- Verify trailhead.firstrun.branches is empty
- Set app.normandy.user_id to 8
- Restart and open about:welcome
- Verify pref trailhead.firstrun.didSeeAboutWelcome is set to true and trailhead.firstrun.interruptsExperiment value is set to 'modal_variant_f'
- about:welcome UI should match modal_variant_f as noted in tech plan link above
Assignee | ||
Comment 7•5 years ago
|
||
[Tracking Requested - why for this release]:
This fix is needed for 71 first run about:welcome experiments. As per data science feedback, patch implements a new experiment branch 'modal_variant_f' with messaging change to better compare modal control variant with modal less full page about:welcome.
Comment 8•5 years ago
|
||
Punam, please prepare an uplift request if the patch has to be in 71. Thanks
Comment 9•5 years ago
|
||
I have verified that the modal-f is properly displayed using the latest Firefox Nightly (72.0a1 Build ID - 20191028094851) installed, on Windows 10 x64, Arch Linux and Mac 10.15.
Updated•5 years ago
|
Assignee | ||
Comment 10•5 years ago
|
||
Comment on attachment 9103369 [details]
Bug 1590504 - About welcome modal variant with Start Here and Meet the rest of Firefox UI
Beta/Release Uplift Approval Request
- User impact if declined: This patch is needed to run about:welcome experiment logic in 71 by emptying pref 'trailhead.firstrun.branches'. Patch implements a new experiment branch 'modal_variant_f' to better compare modal variant with modal less full page about:welcome
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: https://bugzilla.mozilla.org/show_bug.cgi?id=1590504#c6
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small patch introducing a new experiment branch very similar to existing default about:welcome, with only difference being text as 'Start Here' in signup form instead of 'Join Firefox'
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment on attachment 9103369 [details]
Bug 1590504 - About welcome modal variant with Start Here and Meet the rest of Firefox UI
P1, has tests and verified on nightly by QA, uplift approved for 71 beta 6, thanks.
Comment 12•5 years ago
|
||
bugherder uplift |
Comment 13•5 years ago
|
||
I have verified that the modal-f is properly displayed using the latest Firefox Beta (71.0b6 Build ID - 20191031113544) installed, on Windows 10 x64, Arch Linux and Mac 10.15.
Description
•