-
Notifications
You must be signed in to change notification settings - Fork 528
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 Request: Modify Feature Flag Names to reflect those on Oppia Web #5251
Comments
Hi @adhiamboperes. I decided not to do this as part of #5240 since it could be a good first issue and it poses little risk to the functionality of the rest of the codebase. Let me know what you think. |
I would like to work on this issue. Please assign this to me. |
Thanks @kkmurerwa! Looks good as a gfi. @Tejas-67, could you please describe the changes required to solve this issue? |
@adhiamboperes the issue require changing the value of feature flags from the current name to the proposed name. |
You can submit a draft PR for this issue. I think the issue description is already pretty specific on the required changes, @Tejas-67 |
@adhiamboperes done. |
Is your feature request related to a problem? Please describe.
Some of the feature flags used to gate feature on Oppia-Android need to be updated to reflect new android-specific feature flag names from oppia-web so that remote enabling and disabling of these features is possible.
Describe the solution you'd like
The feature flag names in the FeatureFlagConstants file need to be modified and to the new respective names as shown below.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: