diff --git a/app/assets/sass/main.scss b/app/assets/sass/main.scss
index 07c01d7..01acaa7 100755
--- a/app/assets/sass/main.scss
+++ b/app/assets/sass/main.scss
@@ -20,6 +20,7 @@
--generic-chart-hatch: repeating-linear-gradient(45deg, #005eb8, #005eb8 1px, #ccdff1 1px, #ccdff1 12px);
--standard-chart-hatch: repeating-linear-gradient(45deg, #004c23, #004c23 1px, #cce5d8 1px, #cce5d8 12px);
--special-chart-hatch: repeating-linear-gradient(-45deg, #4d3708, #4d3708 1px, #ffdc8e 1px, #ffdc8e 12px);
+ --ceased-chart-hatch: repeating-linear-gradient(90deg, #354550, #354550 1px, #dbe0e3 1px, #dbe0e3 12px);
--vhr-chart-hatch-1: repeating-linear-gradient(-45deg, #6b140e, #6b140e 1px, transparent 1px, transparent 12px);
--vhr-chart-hatch-2: repeating-linear-gradient(45deg, #6b140e, #6b140e 1px, #f7d4d1 1px, #f7d4d1 12px);
}
@@ -28,7 +29,10 @@
background: var(--standard-chart-hatch)
}
.hatching--special {
- background: var(--special-chart-hatch),
+ background: var(--special-chart-hatch)
+}
+.hatching--ceased {
+ background: var(--ceased-chart-hatch)
}
.hatching--high-risk {
background: var(--vhr-chart-hatch-1), var(--vhr-chart-hatch-2)
@@ -125,6 +129,9 @@
&.--special {
background: var(--special-chart-hatch) 0 0 / var(--percentage) 100% no-repeat,#fff;
}
+ &.--ceased {
+ background: var(--ceased-chart-hatch) 0 0 / var(--percentage) 100% no-repeat,#fff;
+ }
&.--vhr {
background: var(--vhr-chart-hatch-1) 0 0 / var(--percentage) 100% no-repeat, var(--vhr-chart-hatch-2) 0 0 / var(--percentage) 100% no-repeat,#fff;
}
diff --git a/app/config.js b/app/config.js
index 8fd8d1d..f2f2928 100644
--- a/app/config.js
+++ b/app/config.js
@@ -2,7 +2,7 @@
module.exports = {
// Service name
- serviceName: 'Cohort to clinic service name',
+ serviceName: 'Cohort to clinic prototype',
// Port to run the prototype on locally
port: 3000
diff --git a/app/data/session-data-defaults.js b/app/data/session-data-defaults.js
index 5056067..d0e97e0 100644
--- a/app/data/session-data-defaults.js
+++ b/app/data/session-data-defaults.js
@@ -1,4 +1,3 @@
// Use this file to set any default data
-module.exports = {
-}
+module.exports = {}
diff --git a/app/views/_includes/primary-navigation.html b/app/views/_includes/primary-navigation.html
index 834ab3f..5efae8e 100644
--- a/app/views/_includes/primary-navigation.html
+++ b/app/views/_includes/primary-navigation.html
@@ -1,11 +1,11 @@
{% from 'header/macro.njk' import header %}
-{% macro primaryNavigation(activeItem, serviceName) %}
+{% macro primaryNavigation(activeItem, serviceName, bsoName) %}
{{ header({
account: {
items: [
{
- text: "West Berkshire BSO"
+ text: "West Sussex BSO"
},
{
href: "#",
diff --git a/app/views/batches/batch-detail-in-progress.html b/app/views/batches/batch-detail-in-progress.html
index 945a171..60ad531 100644
--- a/app/views/batches/batch-detail-in-progress.html
+++ b/app/views/batches/batch-detail-in-progress.html
@@ -31,175 +31,96 @@
-
+
+
+ 1352
+
+
+ total participants
+
Participants in this batch represent:
+ +Batch imported 14 December 2025
+ {% endcall %}