-
Notifications
You must be signed in to change notification settings - Fork 292
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
Add feature flags #2429
Add feature flags #2429
Conversation
@vigneshhari this is under progress right? I would like to go ahead with the frontend implementation for this. I am imagining there will be an API exposed that returns whether the particular user is allowed to use a feature or not, which we can use in the frontend to enable/disable features. |
@sainak is taking over this MR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2429 +/- ##
===========================================
+ Coverage 64.57% 64.91% +0.33%
===========================================
Files 240 242 +2
Lines 13646 13801 +155
Branches 1950 1975 +25
===========================================
+ Hits 8812 8959 +147
- Misses 4460 4466 +6
- Partials 374 376 +2 ☔ View full report in Codecov by Sentry. |
…e_flag_implementation
This implementation adds the concept of a feature flag and how it can be used in API's