-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove tours #15999
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
Remove tours #15999
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to remove everything around onboardedAt
on the user/auth object if tours are removed?
// ../backend-core/src/users/events.ts
await events.user.onboardingComplete(user)
Nice catch, should be removed now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for the few back-end changes that there are.
Description
This PR removes all code relating to the tours we previously used for some basic onboarding and a couple of features. We haven't updated these in a long time so we're removing them.
Feature branch env
Feature Branch Link