-
Notifications
You must be signed in to change notification settings - Fork 128
Make the screenshots web page highlight the Screenshots page action button #3411
Comments
The bug 1371538[1] would make the Photon Onboarding Screenshots tour open https://screenshots.firefox.com/#hello.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1371538 |
@Fischer-L The work here is as follows: We need to implement a UI tour trigger from https://sceenshots.firefox.com/#tour, and the onboarding team needs to send users to that URL from the primary onboarding tour. Our onboarding will then occur independently based on whether a user has previously been through our onboarding. Is this something you can implement for us? |
Note the code that handles |
Which part do you mean us to help on? Please let us know if any question to discuss, thanks |
@Fischer-L can you provide an example of anther site that triggers the page action. Also i think this patch (https://bugzilla.mozilla.org/show_bug.cgi?id=1371543) will need to land before we can implement. I believe Gijs is on PTO this week, so you might ask someone else to review for you to expedite the process. |
@Fischer-L Additionally since the uiTour is triggerable from specific domains, how do you recommend testing from a local instance. can we whitelist localhost through a config pref or something? |
And yes Gijs is out until 9/1. Since the UITour part about page action has been co-worked and reviewed with Gijs, would like to wait a bit. [1] http://bedrock.readthedocs.io/en/latest/uitour.html#local-development |
@Fischer-L: can you confirm that this change to our homepage is correct? My reading of your patch is that |
@ianb Yes, [1] http://searchfox.org/mozilla-central/source/browser/components/uitour/UITour-lib.js |
Note, fixed in #3449, though not yet deployed (will be deployed in the version after 18) |
@ianb Now UITour supports https://screenshots.firefox.com on Nightly. Just tried to manually trigger show highlight on the Screenshots. Thanks for your help. |
The corresponding bug on Bugzilla: Bug 1393668
Photon Onboarding tour have one Screenshots tour. That tour will lead user to the screenshots web page[1] so we would like to have the web page can highlight the Screenshots page action button to introduce users where they could find this screenshots feature.
Please see Bug 1393668 comment 9 [2] for how to highlight the Screenshots page action button in the web page.
One thing we have to consider is what is the appropriate timing and flow to do the highlight so that users would know what we are delivering and not being confused, as Bug 1393668 comment 1, 3, 4 and 6 [3][4][5][6].
[1] https://screenshots.firefox.com
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1393668#c9
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1393668#c1
[4] https://bugzilla.mozilla.org/show_bug.cgi?id=1393668#c3
[5] https://bugzilla.mozilla.org/show_bug.cgi?id=1393668#c4
[6] https://bugzilla.mozilla.org/show_bug.cgi?id=1393668#c6
The text was updated successfully, but these errors were encountered: