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
Chore: [AEA-6428] - Filter for notifications by application ID rather than name (#2917)
## Summary
- Routine Change
### Details
We need to update the code to filter notification suppliers based on
product ID rather than by application name (which may change without us
knowing).
However, there needs to be a switchover period. I will implement the
logic for the new way in parallel to the old, and have an environment
variable `USE_PRODUCT_ID_FOR_NOTIFICATIONS_FILTERING` that toggles from
one to the other. The enabled product IDs will be a new parameter also.
The order of operations will be:
- release this version out to prod, defaulting to still use the
application name to filter on
- Populate the product IDs for the currently enabled suppliers
- Flip the environment variable to move to using product ID
- Verify that it's working as expected
- Create a new PR which removes the (now unused) product name filtering
code, the `EnabledSystemsParameter`, and the environment variable
`USE_PRODUCT_ID_FOR_NOTIFICATIONS_FILTERING`.
- Release that to prod
- Verify we're still good
0 commit comments