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
As a @jimleroyer, when I run the notify api locally, I would like to have the organisations from this list populated in my local database so I can test the service creation/go live flows in a more realistic way.
As a dev, I would like to keep the gc-organisations list consistent with the organisations database table in prod. This currently requires a manual process to be followed when a new organisation is added.
run notification-api and notification-admin locally
Create a new service
Choose an organisation from the list
visit the service settings page
Observe that there is no organisation associated, since your local organisation table doesn't match what's in prod
Expected behavior
The organisation table should be populated using the gc-organisation list.
Impact
Impact on Notify team:
This can make it harder to test things locally.
There is also a risk that the gc-organisation list and the organisation table in prod will get out of sync over time.
The text was updated successfully, but these errors were encountered:
smcmurtry
changed the title
No DB migration to populate the organisations table
The gc-organisation list and the organisation db table can get out of sync
Feb 28, 2025
Describe the bug
Bug Severity
See examples in the documentation
SEV-3 Minor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The organisation table should be populated using the gc-organisation list.
Impact
Impact on Notify team:
This can make it harder to test things locally.
There is also a risk that the gc-organisation list and the organisation table in prod will get out of sync over time.
The text was updated successfully, but these errors were encountered: