diff --git a/frontend/src/assets/img/onboardingConcepts.png b/frontend/src/assets/img/onboardingConcepts.png index 0617e62029..ada63b1c8d 100644 Binary files a/frontend/src/assets/img/onboardingConcepts.png and b/frontend/src/assets/img/onboardingConcepts.png differ diff --git a/frontend/src/component/personalDashboard/WelcomeDialog.tsx b/frontend/src/component/personalDashboard/WelcomeDialog.tsx index 178a7a6dad..490699fde4 100644 --- a/frontend/src/component/personalDashboard/WelcomeDialog.tsx +++ b/frontend/src/component/personalDashboard/WelcomeDialog.tsx @@ -60,50 +60,47 @@ export const WelcomeDialog: FC = ({ open, onClose }) => { /> - Here are the concepts you{' '} + Here are the{' '} - must understand + key concepts {' '} - in order to work effectively with Unleash + you'll need when working with Unleash

Environments

- Unleash comes with two global environments. Once you - create a feature flag it will exist in all environments, - but it will hold different configuration per - environment. + Environments represent different stages in your + development lifecycle. The default environments are + development and production.

Projects

- Feature flags live in projects. When SDKs connect to - Unleash they use an environment /project combination in - order to retrieve the correct configuration. You can - also use projects to control access level for feature - flags. + Projects help you organize feature flags and define + access for users and applications. SDKs use a + combination of environment and project to retrieve + feature flag configurations.

Feature flags

- Flags live in projects and across all configured - environments. Each flag will have separate configuration - in each environment enabled for the project that they - live in. + Feature flags exist within a project and have distinct + configurations for each of the project's active + environments.

Activation strategy

- Activation strategies are rulesets that decide whether - or not a feature flag should be enabled in a specific - environment. You can configure as many rulesets as you - want per environment. + Activation strategies are rulesets that determine if a + feature flag is enabled in a specific environment. You + can configure multiple activation strategies per + environment.