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: Feature flags #533

Merged
merged 6 commits into from
Aug 26, 2024
Merged

feat: Feature flags #533

merged 6 commits into from
Aug 26, 2024

Conversation

ramedina86
Copy link
Collaborator

This PR introduces a new feature, feature flags.

These are defined in writer.Config.feature_flags and carried to the frontend, shipped as part of the init package.

The main objective is to allow the development and beta testing of big features (like Workflows) without disrupting the release cycle.

This is a minimal implementation, if necessary, future development can include:

  • Setting feature flags via CLI (CLI -> AppRunner -> AppProcess -> writer.Config)
  • Filtering available components via feature flag

src/ui/src/core/index.ts Outdated Show resolved Hide resolved
src/ui/src/core/index.ts Outdated Show resolved Hide resolved
src/ui/src/core/index.ts Show resolved Hide resolved
ramedina86 and others added 4 commits August 23, 2024 18:02
Co-authored-by: Alexandre Rousseau <alexandre@rsseau.fr>
Co-authored-by: Alexandre Rousseau <alexandre@rsseau.fr>
@ramedina86 ramedina86 merged commit 70e6d04 into dev Aug 26, 2024
18 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants