-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 feature flags snippets #17638
Conversation
📸 UI snapshots have been updated5 snapshot changes in total. 0 added, 5 modified, 0 deleted:
Triggered by this commit. |
only used by feature flags instructions so far
…ub.com/PostHog/posthog into feat/onboarding-feature-flags-snippets
Snapshot changes are definitely not desired.. will look into that Update: ✅ |
📸 UI snapshots have been updated5 snapshot changes in total. 0 added, 5 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated4 snapshot changes in total. 0 added, 4 modified, 0 deleted:
Triggered by this commit. |
…ub.com/PostHog/posthog into feat/onboarding-feature-flags-snippets
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Problem
We will very shortly have a dedicated onboarding flow for feature flags. We need to make sure anyone who wants to use feature flags has basically all the information they need to get up and running inside the app. The goal is to have every SDK/framework we support listed in the app.
Changes
I've set up a lot of the snippets already, thanks to the pre-existing feature flag snippets that are used on the feature flag create screen. I extended that component a bit so I could use it here.
Additionally, we offer a ton of docs, tutorials, etc on using other frameworks like gatsby, svelte, vue, etc that are not currently included here. I could use help getting those added here, maybe by @ivanagas? Or someone on the feature success team.
Update: I updated this PR to also use the shared snippets in the product analytics folder. Because those should be good to go, and the feature flag snippets are all based on the existing snippets in the app, all I basically need this team to review is what snippets are available in the feature_flags folder, and if others should be added, please do so 😄
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?
🙈