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): Replace wizard url flag with saas flag #78248

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

matejminar
Copy link
Member

@matejminar matejminar requested a review from a team as a code owner September 27, 2024 10:35
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 27, 2024
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

Thanks!

}: Params) => {
const urlParam = !isSelfHosted && urlPrefix ? `--url ${urlPrefix}` : '';
const getInstallConfig = ({isSelfHosted, organization, projectSlug}: Params) => {
const urlParam = isSelfHosted ? '' : '--saas';
Copy link
Member

Choose a reason for hiding this comment

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

l/to follow up on: Should we think about displaying --url <selfHostedUrl> for self-hosted users? Probably not the end of the world if they are confronted with the "are you using saas/selfhosted" question in the wizard but might be nice.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, we thought about it, but there were some challenges with figuring out the right urlPrefix.
This will act as a progressive enhancement for saas. Self-hosted will still work, but they will have to answer this question in the wizard.

@matejminar matejminar merged commit c092e39 into master Sep 27, 2024
43 of 44 checks passed
@matejminar matejminar deleted the feat/onboarding-wizard-saas-flag branch September 27, 2024 11:17
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants