-
Notifications
You must be signed in to change notification settings - Fork 226
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
Remove some feature flags #5596
Changes from all commits
12598ed
17074cb
e408fe2
f8faeaf
bfb5513
c6d185b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,17 +38,12 @@ export async function getDeletedFeatureFlags() { | |
} | ||
|
||
export const featureFlagNames = [ | ||
"UpdatedEmailPreferencesOption", | ||
"CancellationFlow", | ||
"ConfirmCancellation", | ||
"FirstDataBrokerRemovalFixedEmail", | ||
"DiscountCouponNextThreeMonths", | ||
"LatestScanDateCsatSurvey", | ||
"AutomaticRemovalCsatSurvey", | ||
"AdditionalRemovalStatuses", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this is also a feature flag we would need to keep. We’ve recently disabled it with an issue related to the last opt-out removal. Even though, this issue will be addressed by PR #5591 the flag There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reverted this in 82df2e2. Could you create a ticket that specifies when this flag is good to remove? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I’ve created MNTOR-4048 for when we are ready to remove the flag |
||
"PetitionBannerCsatSurvey", | ||
"MonthlyReportFreeUser", | ||
"BreachEmailRedesign", | ||
"PromptNoneAuthFlow", | ||
"GA4SubscriptionEvents", | ||
"DataBrokerRemovalTimeEstimateLabel", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer if we could keep all the feature flags related to the CSAT surveys. We only recently landed a PR that extends the functionality of this CSAT PR #5586.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to make sure: when you say "keep all the feature flags", in the context of this PR you only mean undoing the removal of
AutomaticRemovalCsatSurvey
, right? I did that in 2cac1d1. Thanks for noticing.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Yes, I specifically mean “keep all the feature flags related to the CSAT surveys”.