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

Feature flags #142

Open
Temzasse opened this issue Jun 22, 2023 · 0 comments
Open

Feature flags #142

Temzasse opened this issue Jun 22, 2023 · 0 comments
Labels
client Related to the client app only server Related to the server only

Comments

@Temzasse
Copy link
Contributor

Notes:

  • We probably only need simple static feature flags that are shared between client and server
    • Or is it enough to have flags only on the client?
  • No need to have fancy things like flags for different user groups or percentage based flags
  • Flags should be configurable per env (dev/test/qa/prod)
  • Flags should be configurable via URL params, eg. flag can be turned on with ?features=someFlag

Questions:

  • Should flags be fetched from server? Or just imported as static json during build?
@Temzasse Temzasse added enhancement client Related to the client app only server Related to the server only and removed enhancement labels Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Related to the client app only server Related to the server only
Projects
None yet
Development

No branches or pull requests

1 participant