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 Schools Flow Target branch #7230

Merged
merged 17 commits into from
Jan 29, 2025
Merged

Faith Schools Flow Target branch #7230

merged 17 commits into from
Jan 29, 2025

Conversation

starswan
Copy link
Contributor

@starswan starswan commented Nov 4, 2024

Trello card URL

Changes in this PR:

  • Is there anything specific you want feedback on?

Screenshots of UI changes:

Before

After

Next steps:

  • Terraform deployment required?

  • New development configuration to be shared?

@starswan starswan force-pushed the faith-schools-flow branch 2 times, most recently from b05a974 to b2c49e7 Compare November 5, 2024 12:04
@starswan starswan force-pushed the faith-schools-flow branch 2 times, most recently from d03f02e to 7ebf923 Compare November 21, 2024 11:11
@starswan starswan force-pushed the faith-schools-flow branch 2 times, most recently from c22557f to 3528559 Compare December 4, 2024 09:40
@starswan starswan marked this pull request as ready for review December 12, 2024 12:19
@starswan starswan force-pushed the faith-schools-flow branch 2 times, most recently from 6ea7215 to e5a0b6e Compare January 9, 2025 08:46
Comment on lines 44 to 58
def all_possible_steps
steps = case job_application.vacancy.religion_type
when "catholic"
PRE_RELIGION_STEPS.merge(religious_information: ALL_CATHOLIC_STEPS).merge(POST_RELIGION_STEPS)
when "other_religion"
PRE_RELIGION_STEPS.merge(religious_information: ALL_NON_CATHOLIC_STEPS).merge(POST_RELIGION_STEPS)
else
PRE_RELIGION_STEPS.merge(POST_RELIGION_STEPS)
end
steps.values.flatten
end
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice 👏

Copy link
Collaborator

@scruti scruti left a comment

Choose a reason for hiding this comment

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

LGTM!

@starswan starswan force-pushed the faith-schools-flow branch 3 times, most recently from 39e04e6 to edc1c59 Compare January 17, 2025 08:21
@starswan starswan force-pushed the faith-schools-flow branch 2 times, most recently from 5a1777f to 8177c75 Compare January 20, 2025 13:27
@starswan starswan merged commit 608872a into main Jan 29, 2025
13 checks passed
@starswan starswan deleted the faith-schools-flow branch January 29, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants