Skip to content

Commit

Permalink
what's new banner and page content
Browse files Browse the repository at this point in the history
  • Loading branch information
rgforsyth committed Nov 5, 2024
1 parent 9581708 commit 9130cd9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference-data/whats-new-banner-pp.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ version, heading, text, link_text
6, "Recent changes to Refer and monitor an intervention", "You are now able to view Supplier Assessment Appointment history and update Probation Office details after a referral has been submitted.", "Read more about the changes"
7, "Recent changes to Refer and monitor an intervention", "We have improved the Refer and Monitor dashboard to provide a clearer view of referral status and added automatic approval to action plans", "Read more about the changes"
8, "Recent changes to Refer and monitor an intervention", "You can now see the history of all SAAs, ICAs and sessions rescheduled before the session took place. You can amend parts of the probation practitioner details post-submission of a referral. There are new additional prompts for you to consider in providing further information about the referral.", "Read more about the changes"
9, "Recent changes to Refer and monitor an intervention", "You can update the probation practitioner's phone number and team phone number post-submission of a referral.", "Read more about the changes"
15 changes: 15 additions & 0 deletions server/views/probationPractitionerReferrals/whatsNew.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<h1 class="govuk-heading-l">What's new</h1>
<p>Find out about recent changes to Refer and monitor an intervention.</p>

{% set whatsNewVersion9Html %}
<h3 class="govuk-heading-s">Amending probation practitioner details</h3>
<p> You can update the probation practitioner's phone number and team phone number post-submission of a referral.</p>
{% endset %}

{% set whatsNewVersion8Html %}
<h3 class="govuk-heading-s">Rescheduled session history</h3>
<p>The history of all SAAs, ICAs and sessions rescheduled before the session took place will now be visible to you and the provider.</p>
Expand Down Expand Up @@ -136,6 +141,16 @@

{{ mojTimeline({
items: [
{
label: {
text: "Changes to Refer and monitor an intervention"
},
html: whatsNewVersion9Html,
datetime: {
timestamp: "2024-11-15",
type: "date"
}
},
{
label: {
text: "Changes to Refer and monitor an intervention"
Expand Down

0 comments on commit 9130cd9

Please sign in to comment.