Skip to content

FaF Support Request - is this the school? page#822

Merged
EdwinKruglov merged 6 commits into
developfrom
feature/230-faf-support-request-is-this-the-school
Jan 27, 2022
Merged

FaF Support Request - is this the school? page#822
EdwinKruglov merged 6 commits into
developfrom
feature/230-faf-support-request-is-this-the-school

Conversation

@EdwinKruglov

Copy link
Copy Markdown
Contributor

Changes in this PR

  • add the "Is this the school you're buying for?" page

Screenshots of UI changes

image

@EdwinKruglov EdwinKruglov added the enhancement New feature or request label Jan 26, 2022
@EdwinKruglov EdwinKruglov self-assigned this Jan 26, 2022
@viezly

viezly Bot commented Jan 26, 2022

Copy link
Copy Markdown

Changes preview:

Legend:

👀 Review pull request on Viezly

@EdwinKruglov

Copy link
Copy Markdown
Contributor Author

# @return [OrganisationPresenter, nil]
def organisation
urn = form_params[:school_urn]
Support::OrganisationPresenter.new(Support::Organisation.find_by(urn: urn.split(" - ").first)) if urn

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@EdwinKruglov @d-a-v-e here we can instead get the sanitized urn from the form however we'll tackle that in the PR @PiperS52 has open

@EdwinKruglov EdwinKruglov merged commit 043db70 into develop Jan 27, 2022
@EdwinKruglov EdwinKruglov deleted the feature/230-faf-support-request-is-this-the-school branch January 27, 2022 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants