diff --git a/app/forms/journeys/early_years_payment/practitioner/find_reference_form.rb b/app/forms/journeys/early_years_payment/practitioner/find_reference_form.rb index 1511006318..3e2adc3a9b 100644 --- a/app/forms/journeys/early_years_payment/practitioner/find_reference_form.rb +++ b/app/forms/journeys/early_years_payment/practitioner/find_reference_form.rb @@ -2,6 +2,9 @@ module Journeys module EarlyYearsPayment module Practitioner class FindReferenceForm < Form + def save + true + end end end end diff --git a/app/models/journeys/early_years_payment/practitioner/slug_sequence.rb b/app/models/journeys/early_years_payment/practitioner/slug_sequence.rb index 907ffa53b2..e2119be7c6 100644 --- a/app/models/journeys/early_years_payment/practitioner/slug_sequence.rb +++ b/app/models/journeys/early_years_payment/practitioner/slug_sequence.rb @@ -4,6 +4,9 @@ module Practitioner class SlugSequence SLUGS = %w[ find-reference + one-login-sign-in + how-we-use-your-information + personal-details ].freeze def self.start_page_url diff --git a/app/views/early_years_payment/practitioner/claims/find_reference.html.erb b/app/views/early_years_payment/practitioner/claims/find_reference.html.erb new file mode 100644 index 0000000000..6a5966adca --- /dev/null +++ b/app/views/early_years_payment/practitioner/claims/find_reference.html.erb @@ -0,0 +1 @@ +<%= govuk_button_to "Continue", claim_path(current_journey_routing_name), method: :patch %> diff --git a/app/views/early_years_payment/practitioner/claims/how_we_use_your_information.html.erb b/app/views/early_years_payment/practitioner/claims/how_we_use_your_information.html.erb new file mode 100644 index 0000000000..48bf7948f1 --- /dev/null +++ b/app/views/early_years_payment/practitioner/claims/how_we_use_your_information.html.erb @@ -0,0 +1,52 @@ +<% title = "How we’ll use the information you provide" %> +<% content_for(:page_title, page_title(title, journey: current_journey_routing_name)) %> + +
+ We’ll check the information you’ve given us with the early years provider where you currently work. +
+ ++ The Department for Education will make the payment directly to you. +
+ ++ If your payslip shows that you’re currently paying off a student loan, a deduction from your payment will go towards repaying it. +
+ ++ If your payment takes you over the amount you must earn to start paying back a student loan, a deduction may go towards repaying it. + Read more about <%= govuk_link_to("when you start paying back a student loan", "https://www.gov.uk/repaying-your-student-loan/when-you-start-repaying") %> + and <%= govuk_link_to("what you’ll pay", "https://www.gov.uk/repaying-your-student-loan/what-you-pay") %>. +
+ ++ The Department for Education will pay Income Tax and National Insurance on your incentive payment if your total annual income is less than £50,270. +
+ + <%= govuk_button_to "Continue", claim_path(current_journey_routing_name), method: :patch %> + +