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

feat: Improve first and last onboarding step tracking GRO-61 #7057

Conversation

jonallured
Copy link
Member

This PR adds two new onboarding tracking events for when a user picks interests and sets a budget. I followed some advice from this thread:

https://artsy.slack.com/archives/CP9P4KR35/p1613075517312100

And moved to wrapping the Wizard component in a track call so that I could use hooks in the child components. This worked great! The only exception was the existing event that was triggered and has not been migrated to cohesion. After chatting with @abhitip about it, we decided to leave it alone so I just marked it as any and moved on. We can come back to this if/when it makes sense.

I was really happy to add a bunch of tests in this PR so that we have some confidence as we move forward working on the onboarding code - more to come on this!

This PR only addresses the first and last steps because those were easy to do, haha. Next up I'll work on the artist and category steps using the patterns outlined here.

https://artsyproduct.atlassian.net/browse/GRO-61

/cc @artsy/grow-devs

@jonallured jonallured force-pushed the jonallured/feat-improve-first-and-last-onboarding-step-tracking branch from ca6ef97 to ea4b887 Compare February 19, 2021 15:40
Copy link
Member

@damassi damassi left a comment

Choose a reason for hiding this comment

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

A couple minor requests, but otherwise stellar PR @jonallured 👍 Merge once those changes are made.

@jonallured jonallured force-pushed the jonallured/feat-improve-first-and-last-onboarding-step-tracking branch from ea4b887 to e3f4dcb Compare February 23, 2021 15:36
@jonallured jonallured merged commit 70efb6b into master Feb 23, 2021
@jonallured jonallured deleted the jonallured/feat-improve-first-and-last-onboarding-step-tracking branch February 23, 2021 20:03
@artsy-peril artsy-peril bot mentioned this pull request Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants