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

Fix #5225: Remove the EnableLanguageSelectionUi Feature Flag #5239

Merged
merged 25 commits into from
Jan 3, 2024

Conversation

kmanikanta335
Copy link
Contributor

Explanation

Fix #5225

Remove declarations and usages of the EnableLanguageSelectionUi PlatformParameter.

Essential Checklist

  • The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)

  • Any changes to scripts/assets files have their rationale included in the PR explanation.

  • The PR follows the style guide.

  • The PR does not contain any unnecessary code changes from Android Studio (reference).

  • The PR is made from a branch that's not called "develop" and is up-to-date with "develop".

  • The PR is assigned to the appropriate reviewers (reference).

@kmanikanta335 kmanikanta335 requested review from a team as code owners November 21, 2023 10:01
@kmanikanta335 kmanikanta335 changed the title Fix: #5225 Remove the EnableLanguageSelectionUi Feature Flag Fix: #5225: Remove the EnableLanguageSelectionUi Feature Flag Nov 21, 2023
@kmanikanta335 kmanikanta335 changed the title Fix: #5225: Remove the EnableLanguageSelectionUi Feature Flag Fix #5225: Remove the EnableLanguageSelectionUi Feature Flag Nov 21, 2023
Copy link
Collaborator

@adhiamboperes adhiamboperes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kmanikanta335, thanks for your PR.

According to the CI results(see: https://github.com/oppia/oppia-android/wiki/Interpreting-CI-Results), you still have leftover refrences to the removed platform param. Use Ctrl+Shift+F to search for all usages.

Additionally, please deploy the app locally to confirm nothing is broken, before pushing new commits.

Copy link
Collaborator

@adhiamboperes adhiamboperes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kmanikanta335 per the CI results I can see two failing tests for this platform param being disabled. These tests should be removed because we nolonger have this feature flag. testOptionsFragment_featureDisabled_appLanguageOptionIsNotDisplayed.
We have two OptionsFragmentTest files.

@adhiamboperes
Copy link
Collaborator

@kmanikanta335, please resolve the merge conflict, and also upload a screenshot confirming that the failing test is passing locally on your machine.

Once done, please assign the PR back to me.

@adhiamboperes
Copy link
Collaborator

@kmanikanta335, could you please focus on completing this PR before beginning to work on other issues? Please ask questions in case you need some assistance.

@kmanikanta335
Copy link
Contributor Author

@adhiamboperes
can you please help in these failing checks

@adhiamboperes
Copy link
Collaborator

@kmanikanta335 per the CI results I can see two failing tests for this platform param being disabled. These tests should be removed because we nolonger have this feature flag. testOptionsFragment_featureDisabled_appLanguageOptionIsNotDisplayed. We have two OptionsFragmentTest files.

I left a comment here explaining what needs to be done. Please let me know of any specific questions that I clarify on.

@adhiamboperes
Copy link
Collaborator

@kmanikanta335, I reviewed your changes and you still haven't fully addressed my previous comment. You still have a failing test.

@kmanikanta335
Copy link
Contributor Author

@adhiamboperes I hope now its done

@kmanikanta335
Copy link
Contributor Author

@adhiamboperes pls review it

Copy link

oppiabot bot commented Dec 26, 2023

Hi @kmanikanta335, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue.
If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

@oppiabot oppiabot bot added the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Dec 26, 2023
@oppiabot oppiabot bot removed the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Dec 26, 2023
Copy link

oppiabot bot commented Jan 2, 2024

Hi @kmanikanta335, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue.
If you are still working on this PR, please make a follow-up commit within 3 days (and submit it for review, if applicable). Please also let us know if you are stuck so we can help you!

@oppiabot oppiabot bot added the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Jan 2, 2024
@oppiabot oppiabot bot removed the stale Corresponds to items that haven't seen a recent update and may be automatically closed. label Jan 3, 2024
Copy link
Collaborator

@adhiamboperes adhiamboperes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kmanikanta335, this LGTM!

@adhiamboperes adhiamboperes merged commit 082c1b6 into oppia:develop Jan 3, 2024
40 checks passed
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.

[Feature Request]: Remove the EnableLanguageSelectionUi Feature Flag
2 participants