From 9e0f6b16215b4660353c962a8d17489cb1963520 Mon Sep 17 00:00:00 2001 From: Mat Johnson Date: Thu, 3 Sep 2026 15:08:57 +0100 Subject: [PATCH 01/18] Emptying out and prepping the basic journey views --- app/views/_includes/primary-navigation.html | 2 +- .../_local-includes/clinic-summary.html | 5 +- .../clinic-summary-empty.html | 15 +- .../create-clinic.html | 344 +++++++++--------- .../create-schedule.html | 12 +- .../create-capacity-from-zero/index.html | 46 ++- app/views/index.html | 2 +- 7 files changed, 205 insertions(+), 221 deletions(-) diff --git a/app/views/_includes/primary-navigation.html b/app/views/_includes/primary-navigation.html index f68669ec..342f9760 100644 --- a/app/views/_includes/primary-navigation.html +++ b/app/views/_includes/primary-navigation.html @@ -5,7 +5,7 @@ account: { items: [ { - text: "West Sussex BSO" + text: "Place Name BSO" }, { href: "#", diff --git a/app/views/create-capacity-from-zero/_local-includes/clinic-summary.html b/app/views/create-capacity-from-zero/_local-includes/clinic-summary.html index ce439169..9cdf7ba4 100644 --- a/app/views/create-capacity-from-zero/_local-includes/clinic-summary.html +++ b/app/views/create-capacity-from-zero/_local-includes/clinic-summary.html @@ -2,11 +2,10 @@

Clinic - Chichester - St Richards + New clinic name provided by user

- Alpha van
- St Richard’s Hospital, Chichester + Chosen unit at Chosen location

diff --git a/app/views/create-capacity-from-zero/clinic-summary-empty.html b/app/views/create-capacity-from-zero/clinic-summary-empty.html index 3986768f..38272294 100644 --- a/app/views/create-capacity-from-zero/clinic-summary-empty.html +++ b/app/views/create-capacity-from-zero/clinic-summary-empty.html @@ -8,18 +8,9 @@ {% endblock %} {% block beforeContent %} - + + Back to clinic listing + {% endblock %} {% block content %} diff --git a/app/views/create-capacity-from-zero/create-clinic.html b/app/views/create-capacity-from-zero/create-clinic.html index ce37220c..146b187d 100644 --- a/app/views/create-capacity-from-zero/create-clinic.html +++ b/app/views/create-capacity-from-zero/create-clinic.html @@ -9,47 +9,44 @@ {{ primaryNavigation("Clinics", serviceName) }} {% endblock %} -{% block beforeContent %}{% endblock %} +{% block beforeContent %} + + Back to clinic listing + +{% endblock %} {% block content %} -{% set tickSvg %} - -{% endset %} - -
- -
-
- - {% if errorState === "true" %} - {{ errorSummary({ - titleText: "There is a problem", - errorList: [ - { - text: "Clinic must be given a name", - href: "#" - }, - { - text: "A unit must be chosen", - href: "#" - }, - { - text: "A location must be chosen", - href: "#" - } - ] - }) }} - {% endif %} - -

Clinic details

- -
- -
-