From e32aba784562d51688398c9f2b05d46169e2212c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Sat, 7 Mar 2026 17:17:22 +0000 Subject: [PATCH 1/2] What's new link in footer Changed link destination to go to the live page (which lives in the guidance site) --- app/views/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layout.html b/app/views/layout.html index 55b0a2fc..d6eb9eb9 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -39,7 +39,7 @@ text: "User guide (opens in new tab)" }, { - href: "/updates", + href: "https://guide.ravs.england.nhs.uk/whats-new/", text: "What's new (opens in new tab)" }, { From f9b7d30d372d73ca4c0a09c9d6c321857ddc8547 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Thu, 19 Mar 2026 15:23:53 +0000 Subject: [PATCH 2/2] Remove updates page and link to guidance --- app/views/alerts/high-alert.html | 2 +- app/views/home/index.html | 2 +- app/views/updates/dec_24.html | 31 ------- app/views/updates/feb_25.html | 33 ------- app/views/updates/future.html | 46 ---------- app/views/updates/index.html | 54 ----------- app/views/updates/jan_25.html | 32 ------- app/views/updates/multiple.html | 152 ------------------------------- app/views/updates/nov_24.html | 31 ------- app/views/updates/previous.html | 46 ---------- 10 files changed, 2 insertions(+), 427 deletions(-) delete mode 100644 app/views/updates/dec_24.html delete mode 100644 app/views/updates/feb_25.html delete mode 100644 app/views/updates/future.html delete mode 100644 app/views/updates/index.html delete mode 100644 app/views/updates/jan_25.html delete mode 100644 app/views/updates/multiple.html delete mode 100644 app/views/updates/nov_24.html delete mode 100644 app/views/updates/previous.html diff --git a/app/views/alerts/high-alert.html b/app/views/alerts/high-alert.html index 4817af49..38cc5e80 100644 --- a/app/views/alerts/high-alert.html +++ b/app/views/alerts/high-alert.html @@ -21,7 +21,7 @@


- Example link + Example link

diff --git a/app/views/home/index.html b/app/views/home/index.html index d843c284..fad8e48b 100644 --- a/app/views/home/index.html +++ b/app/views/home/index.html @@ -24,7 +24,7 @@

{% if currentOrganisation %} {% set insetTextHtml %}

Find out about the latest updates to the service: -
What's new (opens in new tab)

+
What's new (opens in new tab)

{% endset %} {{ insetText({ diff --git a/app/views/updates/dec_24.html b/app/views/updates/dec_24.html deleted file mode 100644 index 0a290087..00000000 --- a/app/views/updates/dec_24.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - -{% block beforeContent %} - {{ backLink({ href: "/updates" }) }} -{% endblock %} - -{% block content %} - -
-
- -

December 2024

-

This pages lists updates made to the Record a vaccination service in December 2024.

- - - - - - -
-
- - - - - -{% endblock %} diff --git a/app/views/updates/feb_25.html b/app/views/updates/feb_25.html deleted file mode 100644 index f15e6892..00000000 --- a/app/views/updates/feb_25.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - -{% block beforeContent %} - {{ backLink({ href: "/updates" }) }} -{% endblock %} - -{% block content %} - -

- -
-
- -

February 2025

-

This pages lists updates made to the Record a vaccination service in February 2025.

- - - - - - -
-
- - - - - -{% endblock %} diff --git a/app/views/updates/future.html b/app/views/updates/future.html deleted file mode 100644 index d573d013..00000000 --- a/app/views/updates/future.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - -{% block content %} -
-
- -

Future updates

-

This pages lists future updates being made to the Record a vaccination service.

- - - - - - - -
-
- - - - - -{% endblock %} diff --git a/app/views/updates/index.html b/app/views/updates/index.html deleted file mode 100644 index 7fdedee0..00000000 --- a/app/views/updates/index.html +++ /dev/null @@ -1,54 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "What's new" %} - -{% set currentSection = "What's new" %} - -{% block content %} -
-
- -

What's new

-

Find out about the latest changes to the Record a vaccination service.

- -

26 November 2025: new vaccinator role

-
    -
  • In Manage users, when you add a user, you are now asked if the user is a vaccinator. This replaces a previous question that asked if the user was a registered clinician. Any user previously added as a registered clinician will now appear as a vaccinator.
  • -
  • In Record vaccinations, when you select a vaccinator, the list of names now includes users who have the role of vaccinator. Previously it included users with the role of registered clinician. If a vaccinator is missing from the list, make sure they are a vaccinator in Manage users.
  • -
  • In Find a patient, when you select a vaccinator, the list of names now only includes users who have the role of vaccinator. Previously it included all users. If a vaccinator is missing from the list, make sure they are a vaccinator in Manage users.
  • - -
- -

17 November 2025: changing eligibility

- -
    -
  • When you record the same vaccination for the next patient, you can now change the eligibility details (including healthcare worker role) on the 'Check if these details still apply' page.
  • - -
- -

21 October 2025: GP address added

- -
    -
  • The name and address of the patient's GP surgery is now shown on the patient's details and vaccination history.
  • -
  • The ODS code of the patient's GP surgery is now included in reports.
  • - -
-

30 September 2025: COVID-19 vaccine products

- -
    -
  • The list of COVID-19 vaccine products has been updated for this Autumn/Winter campaign.
  • - -
- -

29 September 2025: new sections added

- -
    -
  • Record vaccinations is a new section for recording vaccinations. It will replace the Find a patient section in future.
  • -
  • Records is a new section where you can view and edit records.
  • - -
- -
-
- -{% endblock %} diff --git a/app/views/updates/jan_25.html b/app/views/updates/jan_25.html deleted file mode 100644 index 0d135788..00000000 --- a/app/views/updates/jan_25.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - - -{% block beforeContent %} - {{ backLink({ href: "/updates" }) }} -{% endblock %} - -{% block content %} - -
-
- -

January 2025

-

This pages lists updates made to the Record a vaccination service in January 2025.

- - - - - - -
-
- - - - - -{% endblock %} diff --git a/app/views/updates/multiple.html b/app/views/updates/multiple.html deleted file mode 100644 index 289d3af2..00000000 --- a/app/views/updates/multiple.html +++ /dev/null @@ -1,152 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Vaccines" %} - -{% set currentSection = "vaccines" %} - -{% set sites = [] %} -{% for vaccine in (data.vaccines) %} - {% if not (sites | arrayOrStringIncludes(vaccine.siteCode)) %} - {% set sites = (sites.push(vaccine.siteCode), sites) %} - {% endif %} -{% endfor %} - -{% block content %} - -{% set notificationHtml %} -

- There have been 4 updates since you last logged in. - View updates. -

-{% endset %} - -{{ notificationBanner({ - titleText: "Updates", - html: notificationHtml -}) }} - -
-
- - - - -

Vaccines

- -

Add and edit your vaccines for your organisation.

- - {{ button({ - "text": "Add vaccine", - "href": "/vaccines/choose-site" - }) }} - -
-
- - {% from 'select/macro.njk' import select %} - - {% if (sites | length) > 4 %} - {% set filterItems = [{ - text: "All sites", - value: "", - selected: true - }] %} - - {% for site in sites %} - {% set filterItems = (filterItems.push({text: data.sites[site].name, value: site}), filterItems) %} - {% endfor %} - - - {{ select({ - label: { - text: "Show" - }, - id: "select-1", - name: "select-1", - items: filterItems, - classes: "nhsuk-u-margin-bottom-3" - }) }} - {% endif %} - - -
-
- - {% for site in sites %} - - - - - - - - - - - - - - {% set vaccinesAtSite = [] %} - {% for vaccine in (data.vaccines) %} - {% if vaccine.siteCode == site and not (vaccinesAtSite | arrayOrStringIncludes(vaccine.vaccine)) %} - {% set vaccinesAtSite = (vaccinesAtSite.push(vaccine.vaccine), vaccinesAtSite) %} - {% endif %} - {% endfor %} - - {% for vaccineAtSite in vaccinesAtSite %} - - {% set vaccineProductsAtSite = [] %} - {% for vaccine in (data.vaccines) %} - {% if vaccine.vaccine == vaccineAtSite and vaccine.siteCode == site and not (vaccineProductsAtSite | arrayOrStringIncludes(vaccine.vaccineProduct)) %} - {% set vaccineProductsAtSite = (vaccineProductsAtSite.push(vaccine.vaccineProduct), vaccineProductsAtSite) %} - {% endif %} - {% endfor %} - - - - {% for vaccineProduct in vaccineProductsAtSite %} - - - - - - - - {% endfor %} - {% endfor %} - -
{{ data.sites[site].name }}
- Vaccine - - Product - - Active batches - - - -
- {{ vaccineAtSite }} - - {{ vaccineProduct }} - - {% set count = 0 %} - {% set thisVaccine = {} %} - {% for vaccine in data.vaccines %} - {% if (vaccine.siteCode == site) and (vaccine.vaccine == vaccineAtSite) and (vaccine.vaccineProduct == vaccineProduct) %} - {% set thisVaccine = vaccine %} - {% endif %} - {% endfor %} - {{ thisVaccine.batches | length }} - - - - -
- {% endfor %} - - -
-
- -{% endblock %} - diff --git a/app/views/updates/nov_24.html b/app/views/updates/nov_24.html deleted file mode 100644 index 6795e2d6..00000000 --- a/app/views/updates/nov_24.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - -{% block beforeContent %} - {{ backLink({ href: "/updates" }) }} -{% endblock %} - -{% block content %} - -
-
- -

November 2024

-

This pages lists updates made to the Record a vaccination service in November 2024.

- - - - - - -
-
- - - - - -{% endblock %} diff --git a/app/views/updates/previous.html b/app/views/updates/previous.html deleted file mode 100644 index 301d38c3..00000000 --- a/app/views/updates/previous.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends 'layout.html' %} - -{% set pageName = "Updates" %} - -{% set currentSection = "updates" %} - -{% block content %} -
-
- -

Updates

-

This pages lists updates made to the Record a vaccination service.

- - - - - - - -
-
- - - - - -{% endblock %}