-
Notifications
You must be signed in to change notification settings - Fork 13
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
GYR1-609 Combine race ethnicity questions and add mena as demographic option #5210
base: main
Are you sure you want to change the base?
GYR1-609 Combine race ethnicity questions and add mena as demographic option #5210
Conversation
Heroku app: https://gyr-review-app-5210-19ea931183c1.herokuapp.com/ |
af165c6
to
293176a
Compare
59d6e0c
to
14e2ac5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to test in the heroku instance, but the code seems fine. I added a minor nitpick you can choose to implement or not.
<%= f.cfa_checkbox(:demographic_primary_white, t("general.race.white"), options: { checked_value: true, unchecked_value: false }) %> | ||
</div> | ||
|
||
<%= f.continue %> | ||
<%= f.continue Questions::DemographicSpouseRaceController.show?(current_intake) ? t("general.continue") : t("general.submit") %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: next_path == root_path
might be a simpler boolean test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
closing and reopening to create new heroku instance |
and again |
Heroku app: https://gyr-review-app-5210-10cf933e87b9.herokuapp.com/ |
…d-add-mena-as-demographic-option
Link to JIRA issue
Is PM acceptance required?
Reminder: merge main into this branch and get green tests before merging to main
What was done?
demographic_primary_mena
anddemographic_spouse_mena
booleans to intakes table.How to test?
Should probably confirm that:
Risk Assessment
Screenshots (for visual changes)
[these are before acceptance testing, missing Hispanic or Latino option:]
[after acc testing; added Hispanic or Latino option:]