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

Guided tour: Jetpack guided checklist links to "My Plan" #26043

Merged
merged 2 commits into from
Jul 16, 2018

Conversation

sirreal
Copy link
Member

@sirreal sirreal commented Jul 13, 2018

Jetpack checklists will be shown at /plans/my-plan/SITE_SLUG. Jetpack guided tours that "return" or otherwise link to the related checklist should send users to that route.

Update relevant guided tours.

#26042 Adds redirection from /checklist/SITE_SLUG to /plans/my-plan/SITE_SLUG for Jetpack sites, so "generic" tours should continue to work well. This change avoids that unnecessary redirection for Jetpack tours.

Closes #26041

Testing

  1. Test with a new Jetpack site to ensure the checklist steps are available
  2. Visit https://calypso.live/plans/my-plan/JETPACK_SITE_SLUG?branch=update/jetpack-guided-tours-returnstep
  3. Test the monitoring and sign-in tours.
  4. Ensure the relevant links link to /plans/my-plan/JETPACK_SITE_SLUG.

@sirreal sirreal added [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it Jetpack [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Type] Task Guided Tours Checklist [Type] Feature progress labels Jul 13, 2018
@sirreal sirreal self-assigned this Jul 13, 2018
@matticbot
Copy link
Contributor

matticbot commented Jul 13, 2018

@sirreal sirreal requested review from ockham and joanrho July 13, 2018 08:08
sirreal added a commit that referenced this pull request Jul 13, 2018
@@ -67,7 +69,7 @@ export const JetpackMonitoringTour = makeTour(
) }
</p>
<ButtonRow>
<SiteLink isButton href={ '/checklist/:site' }>
<SiteLink isButton href={ '/plans/my-plan/:site' }>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could turn the { '...' }s into "..."s while we're here (also below). Probably my bad 😅

Copy link
Contributor

@ockham ockham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor suggestion. Good to 🚢 otherwise!

@sirreal sirreal added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Jul 16, 2018
@sirreal sirreal merged commit 216e215 into master Jul 16, 2018
@sirreal sirreal deleted the update/jetpack-guided-tours-returnstep branch July 16, 2018 08:14
sirreal added a commit that referenced this pull request Jul 16, 2018
sirreal added a commit that referenced this pull request Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Checklist Guided Tours Jetpack [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it [Type] Task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants