You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ticket is understood, and QA has been contacted (if the ticket has a QA label).
The feature flag ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED was identified for removal when working on ticket #1711. This flag, its related task definitions, code paths, and tests should be removed to ensure efficient and maintainable code.
accept_recipient_identifiers_enabled uses this feature flag. The method accept_recipient_identifiers_enabled is used in the code paths to POST notifications objects. Please be mindful of branching code paths when removing this feature flag and related method accept_recipient_identifiers_enabled.
User Story(ies)
As a VA Notify Developer, I want to remove the ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED feature flag, related code paths, and task definitions So that the codebase remains efficient and maintainable.
Additional Info and Resources
This flag was identified for removal in this spreadsheet, filtered under 'feature flag removal' in the 'removal status' column.
Acceptance Criteria
The ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED feature flag, related task definitions, code paths, and tests are removed.
Remove code related to the method accept_recipient_identifiers_enabled which uses ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED
Any updated logic is covered by tests
Test suite and regression tests pass without failure.
This work is added to the sprint review slide deck (key win bullet point and demo slide)
QA Considerations
POSTv2/notificiations/<notification_type> still works as expected
Potential Dependencies
The text was updated successfully, but these errors were encountered:
User Story - Business Need
The feature flag
ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED
was identified for removal when working on ticket #1711. This flag, its related task definitions, code paths, and tests should be removed to ensure efficient and maintainable code.accept_recipient_identifiers_enabled
uses this feature flag. The methodaccept_recipient_identifiers_enabled
is used in the code paths to POST notifications objects. Please be mindful of branching code paths when removing this feature flag and related methodaccept_recipient_identifiers_enabled
.User Story(ies)
As a VA Notify Developer,
I want to remove the
ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED
feature flag, related code paths, and task definitionsSo that the codebase remains efficient and maintainable.
Additional Info and Resources
Acceptance Criteria
ACCEPT_RECIPIENT_IDENTIFIERS_ENABLED
feature flag, related task definitions, code paths, and tests are removed.accept_recipient_identifiers_enabled
which usesACCEPT_RECIPIENT_IDENTIFIERS_ENABLED
QA Considerations
v2/notificiations/<notification_type>
still works as expectedPotential Dependencies
The text was updated successfully, but these errors were encountered: