-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dropdown values intake forms, DB migration to convert previous values to new values #231
Conversation
I'm worried about using |
app/src/db/migrations/20241218000000_018-intake-value-conversion.ts
Outdated
Show resolved
Hide resolved
frontend/src/components/housing/submission/SubmissionIntakeForm.vue
Outdated
Show resolved
Hide resolved
503942a
to
4a6a314
Compare
Created new migration Edited constants for front and backend Modified FE/BE validators Updated tests
… updated some localized text
1ef2056
to
c2e65b0
Compare
c2e65b0
to
a9e39d0
Compare
Description
Migrate several data values from old data to new data.
See tickets for details: PADS 403, PADS 412
Modify CHEFS imports to account for value changes
Update dropdown values in intakes forms to account for new values.
Update tests related to intake forms.
Types of changes
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist
Further comments