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(onboarding): remove welcome page experiment and use new experience #33616

Merged
merged 2 commits into from Apr 14, 2022

Conversation

scefali
Copy link
Member

@scefali scefali commented Apr 14, 2022

This PR copies the welcome page component from the targeted onboarding flow into the default onboarding flow and removes the TargetedOnboardingWelcomePageExperimentV2 experiment. There are some minor differences to handle the different prop types but everything else is the same.

Since we only have one welcome background now, I was able to delete the one from the targeted onboarding folder and just copy its contents to the shared one.

Here's what it looks like now:
Screen Shot 2022-04-14 at 9 35 46 AM

platform: PlatformKey | null;
project: Project | null;
organization?: Organization;
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure why organization was marked as optional as it makes typing more difficult and the parent component has organization as required. So I just made it required.

@scefali scefali requested review from evanpurkhiser and a team April 14, 2022 16:46
Copy link
Contributor

@Neo-Zhixing Neo-Zhixing left a comment

Choose a reason for hiding this comment

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

LGTM

it('renders', function () {
const name = 'Rick Snachez';
const name = 'Rick Sanchez';
Copy link
Member

Choose a reason for hiding this comment

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

good fix

@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants