-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2185 from DFE-Digital/AQTS-304-email-content
Email confirmation draft application (pre submission)
- Loading branch information
Showing
20 changed files
with
177 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/views/shared/teacher_mailer/_any_questions_contact.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
If you have any questions, contact: [<%= t("service.email.enquiries") %>](mailto:<%= t("service.email.enquiries") %>) | ||
Contact [<%= t("service.email.enquiries") %>](mailto:<%= t("service.email.enquiries") %>) with queries. We aim to respond within 5 working days. Please note we will not be able to give you progress updates on your application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
Dear <%= application_form_full_name(@application_form) %>, | ||
|
||
# We’ve received your application for qualified teacher status (QTS) | ||
# We’ve received your application for qualified teacher status (QTS) in England | ||
|
||
<%= render "shared/teacher_mailer/reference_number" %> | ||
|
||
<% if @application_form.teaching_authority_provides_written_statement %> | ||
We are waiting to receive the written evidence you’ve requested from your teaching authority. | ||
<% end %> | ||
|
||
# What happens next | ||
|
||
<% if @application_form.teaching_authority_provides_written_statement %> | ||
When we’ve received the written evidence you’ve requested from your teaching authority, we’ll add your application to the queue to be assigned to a QTS assessor — this can take several weeks. | ||
Once the written evidence is received and checked, your application will be entered into a queue and assigned a QTS assessor. This can take several weeks. | ||
<% else %> | ||
Your application will be entered into a queue and assigned a QTS assessor, which can take several weeks. | ||
Your application will be entered into a queue and assigned a QTS assessor. This can take several weeks. | ||
<% end %> | ||
|
||
Once assigned, an assessor will review your application. If we require more information, we'll email you for it. | ||
Once assigned, an assessor will review your application. If we need more information, we'll email you. | ||
|
||
We will contact you with a final QTS application decision once all checks and verifications have been completed. | ||
We will contact you with a decision about your QTS application when the assessment and all verifications have been completed. | ||
|
||
<%= render "shared/teacher_mailer/any_questions_contact" %> | ||
|
||
<%= render "shared/teacher_mailer/help_us_to_improve_this_service" %> | ||
|
||
<%= render "shared/teacher_mailer/footer" %> |
8 changes: 2 additions & 6 deletions
8
app/views/teacher_mailer/further_information_received.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 6 additions & 8 deletions
14
app/views/teacher_mailer/further_information_reminder.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
Dear <%= application_form_full_name(@application_form) %>, | ||
|
||
# We’ve performed our initial checks on your application | ||
# Your application for QTS in England has passed initial checks | ||
|
||
<%= render "shared/teacher_mailer/reference_number" %> | ||
You now need to request your <%= region_certificate_name(@application_form.region) %> from <%= region_teaching_authority_name(@application_form.region) %>. | ||
|
||
You should now request your <%= region_certificate_name(@application_form.region) %> from <%= region_teaching_authority_name(@application_form.region) %>. Contact them directly and instruct them to send the document to [<%= t("service.email.verification") %>](mailto:<%= t("service.email.verification") %>). | ||
Contact them directly and ask them to send the document to [<%= t("service.email.verification") %>](mailto:<%= t("service.email.verification") %>). | ||
|
||
Once we receive the document, we’ll begin the full assessment of your application. | ||
# Information about your <%= region_certificate_name(@application_form.region) %> | ||
Sign in to find out more information about your <%= region_certificate_name(@application_form.region) %> before you request it. This could include instructions and fees. | ||
|
||
# Important information about your <%= region_certificate_name(@application_form.region) %> | ||
|
||
Sign in to see important information about your <%= region_certificate_name(@application_form.region) %> before you request it. | ||
|
||
<%= new_teacher_session_url %> | ||
[Sign in to your application](<%= new_teacher_session_url %>) | ||
|
||
# What happens next | ||
|
||
We will contact you with a final QTS application decision once all checks and verifications have been completed. | ||
|
||
<%= render "shared/teacher_mailer/help_us_to_improve_this_service" %> | ||
Once we receive your <%= region_certificate_name(@application_form.region) %>, your application will be entered into a queue and assigned a QTS assessor. We will email you if we need any further information. | ||
|
||
<%= render "shared/teacher_mailer/any_questions_contact" %> | ||
Contact [<%= t("service.email.enquiries") %>](mailto:<%= t("service.email.enquiries") %>) with queries. We aim to respond within 5 working days. | ||
|
||
<%= render "shared/teacher_mailer/footer" %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
Hello <%= @resource.email %> | ||
Hello, <%= @resource.email %>, | ||
|
||
You can sign in using the link below: | ||
<% if @resource.sign_in_count == 0 %> | ||
Thank you for your interest in applying for qualified teacher status (QTS) in England. Use the link below to confirm your email address and start your application. | ||
<% else %> | ||
Welcome back to apply for qualified teacher status (QTS) in England. Use the link below to confirm your email address and sign in to your application. | ||
<% end %> | ||
|
||
<%= teacher_magic_link_url(token: @token) %> | ||
[Confirm your email address](<%= teacher_magic_link_url(token: @token) %>) | ||
|
||
Note that the link will expire in <%= Devise.passwordless_login_within.inspect %>. | ||
Please note, this link will expire in <%= Devise.passwordless_login_within.inspect %>. After that time, you will need to [return to the service](<%= create_or_new_teacher_session_url %>) and request another confirmation link. | ||
|
||
<%= render "shared/teacher_mailer/footer" %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.