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

chore: Clean AREnableNewSearchModal ff related code #11347

Conversation

olerichter00
Copy link
Contributor

@olerichter00 olerichter00 commented Jan 7, 2025

This PR resolves ONYX-1367

Description

Clean AREnableNewSearchModal ff related code.

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@olerichter00 olerichter00 self-assigned this Jan 7, 2025
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Jan 7, 2025

Warnings
⚠️

An error occurred while validating your changelog, please make sure you provided a valid changelog.

Generated by 🚫 dangerJS against 01872d0

@@ -241,12 +241,6 @@ export const features = {
showInDevMenu: true,
echoFlagKey: "AREnablePaymentFailureBanner",
},
AREnableNewSearchModal: {
Copy link
Member

Choose a reason for hiding this comment

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

Don't forget to deprecate the feature flag in echo like so:artsy/echo#744

Copy link
Contributor Author

@olerichter00 olerichter00 Jan 8, 2025

Choose a reason for hiding this comment

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

Just out of curiosity, what's the idea behind adding comments about the removal in Echo instead of looking into Eigen's features.ts file or history?

Copy link
Member

Choose a reason for hiding this comment

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

in echo we have a killswitch for app versions, once in a while we go through the stale feature flags that have been removed and we clean them out by removing them

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pretty cool! And the timestamp in the comment makes a lot of sense then. Thanks for the explanation 🙏

@olerichter00 olerichter00 merged commit 76bc749 into main Jan 8, 2025
7 checks passed
@olerichter00 olerichter00 deleted the olerichter00/ONYX-1367/clean-arenablenewsearchmodal-ff-related-code branch January 8, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants