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

Signup: Move the user step to the end of flows #30696

Closed
wants to merge 2 commits into from

Conversation

taggon
Copy link
Contributor

@taggon taggon commented Feb 11, 2019

Changes proposed in this Pull Request

  • The user steps move back to the end of signup flows.

Testing instructions

  • Ensure that you're logged out.
  • User signup step should the last step when you start from the following entry points.
    • /start
    • /start/business
    • /start/premium
    • /start/presonal
    • /start/free
    • /start/blog
    • /start/website

Related #28488, #28487, #28485, #28425

The corresponding e2e testing updates should be reviewed too.

@taggon taggon self-assigned this Feb 11, 2019
@matticbot
Copy link
Contributor

@taggon taggon added [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature] Signup & Account Creation All screens and flows for making a new WordPress.com account. labels Feb 11, 2019
@taggon taggon requested a review from a team February 11, 2019 13:37
@ramonjd
Copy link
Member

ramonjd commented Feb 12, 2019

I went through each route and could create a site, but should there be a way to login? I can only signup for each flow.

screen shot 2019-02-12 at 11 46 39 am

@southp
Copy link
Contributor

southp commented Feb 25, 2019

I went through each route and could create a site, but should there be a way to login? I can only signup for each flow.

From the code, it looks intentional: https://github.com/Automattic/wp-calypso/blob/master/client/blocks/signup-form/index.jsx#L684 .

However, since <SignupForm/> lives in /client/blocks/ as a reusable component, I personally don't think it's an ideal way to implement that logic. e.g. I believe that's why <InviteAcceptLoggedOut/> has duplicated the same footer component here to override it: https://github.com/Automattic/wp-calypso/blob/master/client/my-sites/invites/invite-accept-logged-out/index.jsx#L107 .

@southp
Copy link
Contributor

southp commented Feb 25, 2019

@taggon The test plan works for me. I also tested the site creation for an existing users through both the main flow and the onboarding flow and the both works. To complete this flow update, let's update the lastModified properties and this should good to go.

@taggon
Copy link
Contributor Author

taggon commented Jul 12, 2019

Looks like we no longer need this PR.

@taggon taggon closed this Jul 12, 2019
@taggon taggon deleted the update/move-user-step-to-end-of-flow branch July 12, 2019 04:54
@matticbot matticbot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Signup & Account Creation All screens and flows for making a new WordPress.com account.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants