diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a73099a8..a123ef15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # NHS digital service manual Changelog -## 6.5.0 - TBC +## 6.5.0 - 31 July 2024 :new: **New features** diff --git a/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk b/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk index 330d159c5..822dd5b07 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk @@ -64,10 +64,10 @@ {% block afterContact %} {{ pagination({ - "previousUrl": "/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users", - "previousPage": "Use filter questions to route users", - "nextUrl": "/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation", - "nextPage": "Think of the form as a conversation" + previousUrl: "/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users", + previousPage: "Use filter questions to route users", + nextUrl: "/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation", + nextPage: "Think of the form as a conversation" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/index.njk b/app/views/content/how-to-write-good-questions-for-forms/index.njk index 09cfd7026..93738292d 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/index.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/index.njk @@ -53,8 +53,8 @@ {% block afterContact %} {{ pagination({ - "nextUrl": "/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions", - "nextPage": "Understand the problem before you write your questions" + nextUrl: "/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions", + nextPage: "Understand the problem before you write your questions" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question.njk b/app/views/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question.njk index 3592ed35f..f3c7dc11a 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question.njk @@ -57,25 +57,25 @@ Example {% call fieldset({ legend: { - "text": "Subscribe to newsletter", - "classes": "nhsuk-fieldset__legend--l" + text: "Subscribe to newsletter", + classes: "nhsuk-fieldset__legend--l" } }) %} {{ input({ label: { - "html": 'Name (optional)' + html: 'Name (optional)' }, - "id": "name", - "name": "name" + id: "name", + name: "name" }) }} {{ input({ label: { - "html": 'Email address' + html: 'Email address' }, - "id": "email", - "name": "email" + id: "email", + name: "email" }) }} {% endcall %} @@ -127,10 +127,10 @@ {% block afterContact %} {{ pagination({ - "previousUrl": "/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions", - "previousPage": "Understand the problem before you write your questions", - "nextUrl": "/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions", - "nextPage": "Consider the sensitivities around your questions" + previousUrl: "/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions", + previousPage: "Understand the problem before you write your questions", + nextUrl: "/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions", + nextPage: "Consider the sensitivities around your questions" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk index 9de4656c3..66c184999 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk @@ -136,8 +136,8 @@ {% block afterContact %} {{ pagination({ - "previousUrl": "/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form", - "previousPage": "Write the supporting content for your form" + previousUrl: "/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form", + previousPage: "Write the supporting content for your form" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation.njk b/app/views/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation.njk index a35660bfa..d9aef3d5d 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation.njk @@ -166,10 +166,10 @@ {% block afterContact %} {{ pagination({ - "previousUrl": "/content/how-to-write-good-questions-for-forms/get-the-questions-into-order", - "previousPage": "Get the questions into order", - "nextUrl": "/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form", - "nextPage": "Write the supporting content for your form" + previousUrl: "/content/how-to-write-good-questions-for-forms/get-the-questions-into-order", + previousPage: "Get the questions into order", + nextUrl: "/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form", + nextPage: "Write the supporting content for your form" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk index 267672251..1536e933b 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk @@ -55,10 +55,10 @@ {% block afterContact %} {{ pagination({ - "previousUrl": "/content/how-to-write-good-questions-for-forms/index", - "previousPage": "How to write good questions for forms home page", - "nextUrl": "/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question", - "nextPage": "Make sure you need each question" + previousUrl: "/content/how-to-write-good-questions-for-forms/index", + previousPage: "How to write good questions for forms home page", + nextUrl: "/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question", + nextPage: "Make sure you need each question" }) }} {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk index 6b2c41275..49648f734 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk @@ -33,22 +33,22 @@
Go to 111.nhs.uk or call 111
" + heading: "If you need help now, but it’s not an emergency", + headingLevel: "3", + descriptionHtml: "Go to 111.nhs.uk or call 111
" }) }} diff --git a/app/views/design-system/components/card/group-half/index.njk b/app/views/design-system/components/card/group-half/index.njk index 004854668..f289ab673 100644 --- a/app/views/design-system/components/card/group-half/index.njk +++ b/app/views/design-system/components/card/group-half/index.njk @@ -3,42 +3,42 @@91 Applicants
Applicants" + clickable: "true", + headingHtml: "91 Applicants
Applicants" }) }}23 Jobs
Jobs" + clickable: "true", + headingHtml: "23 Jobs
Jobs" }) }}8 Services
Services" + clickable: "true", + headingHtml: "8 Services
Services" }) }}33 Messages
Messages" + clickable: "true", + headingHtml: "33 Messages
Messages" }) }}You can see your GP records by:
You have sudden chest pain that:
You can get it in one eye or both.
{{ image({ - "src": "https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-320.jpg", - "sizes": "(min-width: 1020px) 320px, (min-width: 768px) 50vw, 100vw", - "srcset": "https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-640.jpg 640w, https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-640.jpg 640w", - "alt": "Blurred book showing what vision is like for a person with early AMD", - "caption": "The first symptom is often a blurred or distorted area in your vision" + src: "https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-320.jpg", + sizes: "(min-width: 1020px) 320px, (min-width: 768px) 50vw, 100vw", + srcset: "https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-640.jpg 640w, https://assets.nhs.uk/nhsuk-cms/images/NHSC_0218_AMD_Version2.width-640.jpg 640w", + alt: "Blurred book showing what vision is like for a person with early AMD", + caption: "The first symptom is often a blurred or distorted area in your vision" }) }} {{ image({ - "src": "https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-320.jpg", - "sizes": "(min-width: 1020px) 320px, (min-width: 768px) 50vw, 100vw", - "srcset": "https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-640.jpg 640w, https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-767.jpg 767w", - "alt": "A dark patch in the vision of someone with AMD", - "caption": "If it gets worse, you might struggle to see anything in the middle of your vision" + src: "https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-320.jpg", + sizes: "(min-width: 1020px) 320px, (min-width: 768px) 50vw, 100vw", + srcset: "https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-640.jpg 640w, https://assets.nhs.uk/nhsuk-cms/images/S_0218_AMD_C0037144.width-767.jpg 767w", + alt: "A dark patch in the vision of someone with AMD", + caption: "If it gets worse, you might struggle to see anything in the middle of your vision" }) }}AMD can make things like reading, watching TV, driving or recognising faces difficult.
@@ -70,22 +70,22 @@AMD isn't painful and doesn't affect the appearance of your eyes.
{{ insetText({ - "HTML": "Sometimes AMD may be found during a routine eye test before you have symptoms.
" + HTML: "Sometimes AMD may be found during a routine eye test before you have symptoms.
" }) }} {{ careCard({ - "type": "non-urgent", - "heading": "See an optician if you're worried about your vision", - "HTML": " + type: "non-urgent", + heading: "See an optician if you're worried about your vision", + HTML: "If you have a problem with your eyes, early diagnosis and treatment may help stop your vision getting worse.
" }) }} {{ careCard({ - "type": "urgent", - "heading": "Ask for an urgent GP appointment if:", - "HTML": " + type: "urgent", + heading: "Ask for an urgent GP appointment if:", + HTML: "Collaborate across team, programme and organisational boundaries and create a service that meets users' needs across all channels.
{{ insetText({ - "HTML": "In the GOV.UK service standard, these are 2 separate points but our user research showed that it helped digital teams working in health to deal with them together.
", - "classes": "nhsuk-u-margin-top-0" + HTML: "In the GOV.UK service standard, these are 2 separate points but our user research showed that it helped digital teams working in health to deal with them together.
", + classes: "nhsuk-u-margin-top-0" }) }}