department-of-veterans-affairs / vets-website

Frontend for VA.gov
Creative Commons Zero v1.0 Universal
243 stars 125 forks source link

Handle old claimant address #32822

Closed TaiWilkin closed 2 days ago

TaiWilkin commented 2 days ago

Are you removing, renaming or moving a folder in this PR?

Did you change site-wide styles, platform utilities or other infrastructure?

Summary

We updated the claimant address schema for Burials to match the vets-website schema for the address component. In the process, the required country code changed from requiring two-digit codes to three-digit codes, resulting in validation errors for some returning in-progress forms. This PR adds a migration to return those users to the address entry page to update their country code.

Related issue(s)

Testing done

What areas of the site does it impact?

Burials

Acceptance criteria

Quality Assurance & Testing

Error Handling

Authentication