-
Notifications
You must be signed in to change notification settings - Fork 21
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
Faith school candidate #7335
base: faith-schools-flow
Are you sure you want to change the base?
Faith school candidate #7335
Conversation
f623d30
to
90935cd
Compare
@@ -0,0 +1,61 @@ | |||
en: |
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.
Nice extracting it to its own locale file 👏
@@ -20,8 +20,8 @@ | |||
= f.govuk_error_summary | |||
|
|||
= f.govuk_radio_buttons_fieldset :following_religion do | |||
= f.govuk_radio_button :following_religion, true, link_errors: true, label: { text: t("helpers.label.jobseekers_job_application_following_religion_form.following_religion_options.yes") } | |||
= f.govuk_radio_button :following_religion, false, label: { text: t("helpers.label.jobseekers_job_application_following_religion_form.following_religion_options.no") } | |||
= f.govuk_radio_button :following_religion, true, link_errors: true |
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.
This is boolean
and the "false"
bellow is a string
. The "true"
in the non-catholic view is also a string.
Is this ok?
:in_progress | ||
end | ||
govuk_tag(text: t("shared.status_tags.#{status}"), colour: STATUS_COLOURS.fetch(status)) | ||
end |
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.
Nice refactor.
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.
LGTM!
Review app deployed to https://teaching-vacancies-review-pr-7335.test.teacherservices.cloud on AKS |
08ab7a0
to
4144574
Compare
90935cd
to
4626656
Compare
Co-authored-by: EllieNodder <[email protected]>
Trello card URL
https://trello.com/c/WcdDCjEc/1325-faith-schools-add-religious-information-section-ces-flow-top-radio
Changes in this PR:
Fix faith schools candidate flow - specifically around partial entry of form data
Screenshots of UI changes:
Before
After
Next steps:
Terraform deployment required?
New development configuration to be shared?