Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2a8c48a
Add empty state for no pharmacies
caitlinroach-nhs Jun 16, 2026
74c95ef
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jun 17, 2026
25aba43
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jun 17, 2026
bc7a20c
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jun 17, 2026
7c878c3
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jun 18, 2026
e8f6a32
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 2, 2026
849369f
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 6, 2026
fe671c1
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 13, 2026
7357ef2
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 20, 2026
0059675
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 21, 2026
2b44e2d
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 22, 2026
4b791da
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Jul 30, 2026
93723fd
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Aug 4, 2026
228770c
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Aug 12, 2026
13f58c4
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Aug 20, 2026
74c0c30
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Aug 20, 2026
5056739
Merge branch 'main' of https://github.com/NHSDigital/record-a-vaccina…
caitlinroach-nhs Aug 20, 2026
a64a808
Removed survey folder and page
caitlinroach-nhs Aug 20, 2026
e082ac4
removed explorations
caitlinroach-nhs Aug 20, 2026
1c6b993
Update terms of use page names and links
caitlinroach-nhs Aug 20, 2026
f493470
remove lists
caitlinroach-nhs Aug 20, 2026
31eb62a
remove find a patient
caitlinroach-nhs Aug 20, 2026
c512fc1
Update subhead text size on reports page to match others
caitlinroach-nhs Aug 20, 2026
2ebfa2b
Update add-user-permission-level.html
caitlinroach-nhs Aug 24, 2026
5302f40
remove support interface
caitlinroach-nhs Aug 24, 2026
884344f
First round of cards added to index
caitlinroach-nhs Aug 24, 2026
b818929
Index page updates
caitlinroach-nhs Aug 24, 2026
ff5260c
index updates
caitlinroach-nhs Aug 24, 2026
1cbcdb0
Update package-lock with npm version
benjystanton Aug 26, 2026
53cec31
Merge branch 'main' into prototype-cleanup
caitlinroach-nhs Aug 27, 2026
6bf7ede
Removed messaging section and associated pages
caitlinroach-nhs Aug 27, 2026
ef107f1
Updates to index
caitlinroach-nhs Aug 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ require('./routes/support')(router)
require('./routes/auth')(router)
require('./routes/home')(router)
require('./routes/helpers')(router)
require('./routes/explorations')(router)

router.get('/product-page', (req, res) => {
// Sign out the user - this is just to make it easier
Expand Down
17 changes: 0 additions & 17 deletions app/routes/explorations.js

This file was deleted.

12 changes: 0 additions & 12 deletions app/routes/prototype-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,18 +657,6 @@ module.exports = (router) => {
res.redirect('/regions')
})

// ----------------------------------------------------------------
// Preset: Support admin (Sally Green)
// ----------------------------------------------------------------

router.get('/prototype-setup/preset/support-admin', (req, res) => {
resetSession(req)
const data = req.session.data
data.currentUserId = '66435353634'
data.currentOrganisationId = null
res.redirect('/support/regions')
})

// ----------------------------------------------------------------
// Preset: Limited-vaccine pharmacy (Jeremy Blue Holborn, FT81513)
// ----------------------------------------------------------------
Expand Down
139 changes: 0 additions & 139 deletions app/views/alerts/notification.html

This file was deleted.

30 changes: 0 additions & 30 deletions app/views/explorations/index.html

This file was deleted.

24 changes: 0 additions & 24 deletions app/views/explorations/record-vaccinations-v2.html

This file was deleted.

29 changes: 0 additions & 29 deletions app/views/find-a-patient.html

This file was deleted.

12 changes: 2 additions & 10 deletions app/views/includes/_preset-scenarios-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
scenarioDetails: "Group admin for a large pharmacy chain (same-name pharmacies)."
},
{
presetLabel: "Group admin, pharmacy HQ (no data)",
presetLabel: "Group admin, pharmacy chain (no data)",
presetPath: "/prototype-setup/preset/pharmacy-hq-no-data",
userName: "Amanda White",
userEmail: "amanda.white@nhs.net",
role: "Group administrator",
scenarioDetails: "Group admin for a pharmacy HQ with no pre-loaded data, pharmacies or users."
scenarioDetails: "Group admin for a pharmacy chain with no pre-loaded data, pharmacies or users."
},
{
presetLabel: "Regional lead",
Expand All @@ -87,14 +87,6 @@
role: "Regional lead",
scenarioDetails: "Redirects to the regions interface."
},
{
presetLabel: "Support user",
presetPath: "/prototype-setup/preset/support-admin",
userName: "Sally Green",
userEmail: "sally.green@nhs.net",
role: "Support admin",
scenarioDetails: "System-wide support user with no default organisation. Redirects to support interface."
},
{
presetLabel: "Lead admin, trust with all vaccines enabled",
presetPath: "/prototype-setup/preset/all-vaccines-trust",
Expand Down
Loading