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

broadcast feature flags changes to client apps (instead of client apps making calls to backend api) #12

Open
Abdenasser opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Abdenasser
Copy link
Member

Abdenasser commented May 4, 2023

sometimes you'd disable a feature flag from Django admin which then disables the flagged feature on the server but if your client apps still hold the old state it can cause confusion among your users since the feature will still be active on their side while the functionality would not ... it might be better if we can broadcast feature flags changes to client apps using a channel then on the client apps whenever we get a new event we update the state in the background so that whenever we get a fag check we can then access the local updated state and keep everything in sync

@Abdenasser Abdenasser added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant