Skip to content
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 catholic flow #7222

Open
wants to merge 16 commits into
base: faith-schools-flow
Choose a base branch
from

Conversation

starswan
Copy link
Contributor

@starswan starswan commented Oct 30, 2024

Trello card URL

https://trello.com/c/WcdDCjEc/1325-faith-schools-add-religious-information-section-ces-flow-top-radio

Changes in this PR:

  • Is there anything specific you want feedback on?

Screenshots of UI changes:

Before

After

ReligionOne
Religion2
Religion3

Next steps:

  • Terraform deployment required?

  • New development configuration to be shared?

@starswan starswan marked this pull request as ready for review October 30, 2024 17:36
@starswan starswan marked this pull request as draft October 31, 2024 09:03
@starswan starswan marked this pull request as ready for review November 1, 2024 15:29
@starswan starswan changed the base branch from faith-schools-flow to faith-school-choose-form November 1, 2024 16:14
@@ -332,59 +332,6 @@ Metrics/BlockLength:
Metrics/ClassLength:
Max: 179

# Offense count: 93
RSpec/AnyInstance:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had so many. Good trim

= 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, :yes, link_errors: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to remove these?

Copy link
Contributor

@ddippolito ddippolito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @starswan these form validation were not easy

Copy link

github-actions bot commented Nov 4, 2024

Review app deployed to https://teaching-vacancies-review-pr-7222.test.teacherservices.cloud on AKS

Base automatically changed from faith-school-choose-form to faith-schools-flow November 4, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants