From 6080f62dfd284c0a56b87dd8d33cb23b1dcc191b Mon Sep 17 00:00:00 2001 From: Shujat Khalid Date: Fri, 13 Oct 2023 16:00:34 +0100 Subject: [PATCH] Content changes made to preview page for further_information_requests --- ...further_information_request_view_object.rb | 2 +- .../preview.html.erb | 40 +++++++++++++++---- .../_further_information_requested.html.erb | 8 +--- config/locales/helpers.en.yml | 4 +- 4 files changed, 36 insertions(+), 18 deletions(-) diff --git a/app/view_objects/teacher_interface/further_information_request_view_object.rb b/app/view_objects/teacher_interface/further_information_request_view_object.rb index 3345eaf68d..2708f1be76 100644 --- a/app/view_objects/teacher_interface/further_information_request_view_object.rb +++ b/app/view_objects/teacher_interface/further_information_request_view_object.rb @@ -88,7 +88,7 @@ def item_name(item) "teacher_interface.further_information_request.show.failure_reason.#{item.failure_reason_key}", ) when "work_history_contact" - "Add your work history contact’s details" + "Add work history details" when "document" "Upload your #{I18n.t("document.document_type.#{item.document.document_type}")} document" end diff --git a/app/views/assessor_interface/further_information_requests/preview.html.erb b/app/views/assessor_interface/further_information_requests/preview.html.erb index 9e8302c41c..e935397c39 100644 --- a/app/views/assessor_interface/further_information_requests/preview.html.erb +++ b/app/views/assessor_interface/further_information_requests/preview.html.erb @@ -2,7 +2,7 @@ <% content_for :back_link_url, edit_assessor_interface_application_form_assessment_path(@application_form, @assessment) %>

- Check the further information you’re asking the applicant for + Check the information you’re asking the applicant for

This screen shows your reasons for requesting further information, along with your notes to the applicant.

@@ -10,15 +10,39 @@

Your further information request reasons and notes

-<% @further_information_request.items.each do |item| %> -
-

<%= t(item.failure_reason_key, scope: %i[assessor_interface assessment_sections failure_reasons as_statement]) %>

-

Your note to the applicant:

+<% @further_information_request.items.group_by(&:failure_reason_key).each do |failure_reason_key, items| %> + <% if failure_reason_key == "school_details_cannot_be_verified" %> +
+

Reason for request

+ <% if items.size == 1 %> +

We were unable to verify the details for <%= items.first.work_history.school_name %>

+ <% elsif items.size > 1 %> +

We were unable to verify the details for:

+
    + <% items.each do |item| %> +
  • <%= item.work_history.school_name %>
  • + <% end %> +
+ <%end%> +

Note to applicant

- <%= govuk_inset_text do %> - <%= simple_format item.failure_reason_assessor_feedback %> + <%= govuk_inset_text do %> + <%= simple_format items.first.failure_reason_assessor_feedback %> + <% end %> +
+ <% else %> + <% items.each do |item| %> +
+

<%= t(item.failure_reason_key, scope: %i[assessor_interface assessment_sections failure_reasons as_statement]) %>

+ +

Note to applicant

+ + <%= govuk_inset_text do %> + <%= simple_format item.failure_reason_assessor_feedback %> + <% end %> +
<% end %> -
+ <% end %> <% end %>

Send the further information request email

diff --git a/app/views/teacher_interface/application_forms/show/_further_information_requested.html.erb b/app/views/teacher_interface/application_forms/show/_further_information_requested.html.erb index 0a309c147b..48d76076bb 100644 --- a/app/views/teacher_interface/application_forms/show/_further_information_requested.html.erb +++ b/app/views/teacher_interface/application_forms/show/_further_information_requested.html.erb @@ -1,11 +1,5 @@

We need some more information

-

The assessor needs you to provide some additional information so they can continue reviewing your application.

- -
- You may need to upload 1 or more documents. Make sure any files you upload clearly show the whole document or page, and that any text is easy to read. -
- -

You must add all of the requested information, so the assessor can continue reviewing your QTS application.

+

The assessor needs you to provide more information so they can continue reviewing your application.

<%= govuk_start_button(text: "Start now", href: teacher_interface_application_form_further_information_request_path(view_object.further_information_request)) %> diff --git a/config/locales/helpers.en.yml b/config/locales/helpers.en.yml index 36f91f592f..e49f16639f 100644 --- a/config/locales/helpers.en.yml +++ b/config/locales/helpers.en.yml @@ -8,7 +8,7 @@ en: assessor_interface_assessment_section_form: selected_failure_reasons: Select all options that are relevant to you. failure_reason_notes: - text: This FI reason gives the applicant a free text box. Use this space to give them clear instructions on what they need to provide. + text: This FI allows the applicant to send us a typed response. Use this space to give them clear instructions on what they need to provide. document: This FI reason asks the applicant to upload a file. Use this space to give them clear instructions on what they need to provide. decline: As this reason triggers a decline, you do not need to add a note, but you can use the space below to add anything you feel might be helpful, if you want to. assessor_interface_create_note_form: @@ -278,7 +278,7 @@ en: assessor_interface_assessment_section_form: selected_failure_reasons: What are the reasons for your recommendation? scotland_full_registration: Does the applicant have or are they eligible for full registration? - school_details_cannot_be_verified_work_history_checked: Choose the schools that need reference details to be amended + school_details_cannot_be_verified_work_history_checked: Select the school that we were unable to verify (there may be more than one) assessor_interface_filter_form: action_required_by: Action required by assessor_ids: Assessor name