Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor welcome: Update display logic for an existing user #58273

Open
2 tasks
razvanpapadopol opened this issue Nov 19, 2021 · 0 comments
Open
2 tasks

Editor welcome: Update display logic for an existing user #58273

razvanpapadopol opened this issue Nov 19, 2021 · 0 comments
Assignees
Labels
API Editor Welcome Project that is part of bigger scope to help new user's onboard to the WordPress Editor [Feature] Post/Page Editor The editor for editing posts and pages. [Pri] Normal Schedule for the next available opportuinity. [Size] S Small sized issue [Type] Task Welcome Tour

Comments

@razvanpapadopol
Copy link

razvanpapadopol commented Nov 19, 2021

Note: before starting the implementation for this task, check out #57660

What

Stop displaying the Editor Welcome Tour for 30 days after the user dismissed it.

Current status: the Tour is forced to be displayed for any site that is maximum 30 minutes old, regardless if and when the user dismissed it previously.
Also, a dismissal status is stored in local storage to be used in this interval (30 minutes) and that may cause issues with the welcome tour reappearing (see #57660).

Why

  • Editor Welcome tour should be there to guide the users when they need it and it shouldn't be annoying.
  • As part of the Help Center initiative, the tour (together with other tours) will be more accessible to restart.

A/C

  • Update API to store the timestamp of the last tour completion (or dismissal) event in the user option where the dismissal flag is already stored.
  • Update client-side logic:
    • stop forcing the Tour in the first 30 minutes for a new site
    • save the timestamp of the dismissal
    • show the tour based only on the user option when the tour hasn't been completed (or dismissed) in the past 30 days.

Notes:

@razvanpapadopol razvanpapadopol added Editor Welcome Project that is part of bigger scope to help new user's onboard to the WordPress Editor API [Type] Task [Pri] Normal Schedule for the next available opportuinity. labels Nov 19, 2021
@razvanpapadopol razvanpapadopol added Welcome Tour [Feature] Post/Page Editor The editor for editing posts and pages. labels Nov 19, 2021
@razvanpapadopol razvanpapadopol added the [Size] S Small sized issue label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Editor Welcome Project that is part of bigger scope to help new user's onboard to the WordPress Editor [Feature] Post/Page Editor The editor for editing posts and pages. [Pri] Normal Schedule for the next available opportuinity. [Size] S Small sized issue [Type] Task Welcome Tour
Projects
None yet
Development

No branches or pull requests

2 participants