As a developer
I want to copy all the letter templates from prod to non-prod
So that non-prod more closely resembles prod and I can test any user issues with the letter template
Definition of Done
We need to copy 17 letter templates from prod into non prod for Hawaii. In order to do this, update the seeder to incorporate the remaining templates so they don't disappear from non-prod. It is done when we can see Hawaii's prod letter templates in non-prod.
Given I am in local, CI and Staging
Given in Hawaii mode
When I look at the letter templates
Then I should see all the letter templates that Hawaii has in prod
Implementation Steps:
[X] Get templates from PROD (copy into sql file local complaint manager)
User Story
As a developer I want to copy all the letter templates from prod to non-prod So that non-prod more closely resembles prod and I can test any user issues with the letter template
Definition of Done
We need to copy 17 letter templates from prod into non prod for Hawaii. In order to do this, update the seeder to incorporate the remaining templates so they don't disappear from non-prod. It is done when we can see Hawaii's prod letter templates in non-prod.
Letter templates
Acceptance Criteria
Given I am in local, CI and Staging Given in Hawaii mode When I look at the letter templates Then I should see all the letter templates that Hawaii has in prod
Implementation Steps: