Background
Currently, after a user creates an account, we show a “Get started” popover designed primarily for editors. With the introduction of Reading List (RL), we will also show a Reading List onboarding popover to new accounts during the RL beta phase.
At the moment, both onboarding dialogs can appear at the same time (as shown below), leading to a confusing experience.
We want to ensure these onboarding experiences are properly sequenced and timed. The editor-focused “Get started” popover should take priority, followed by the Reading List onboarding.
User Story
As a new account holder, I want onboarding dialogs to appear in a clear and non-overlapping sequence,
so that I can understand each feature without confusion.
Requirements
The following requirements are for both Desktop and Mobile.
Sequencing of pop overs
- Do not show the Reading List onboarding popover at the same time as the “Get started” editor popover.
- Trigger the Reading List onboarding on a subsequent page the user navigates to after dismissing the “Get started” dialog.
Exclusions
- Do not show the Reading List onboarding on the homepage.
