From 5fd29527957c49d885a6456256a3d41a39f8636f Mon Sep 17 00:00:00 2001 From: Jill Russo Date: Mon, 9 Mar 2026 11:40:45 +0000 Subject: [PATCH] New page updates Updates to new evaluation choice and visualisation pages, plus tweaks to align upload and confirmation pages for consistency. Updates include: -removing "Compass" -cutting some text for clarity -updating button text for accuracy -adding visibility section to business case "check your answers" page to mirror "check your answers" page for product trial uploads -making sure card text on viz-sub-cat page reflected accepted document types -other minor tweaks for clarity/easier reading --- app/views/current/business-case-shared.html | 8 +++--- app/views/current/evaluation-choice.html | 10 +++---- .../current/quick-share-upload-multiple.html | 2 +- app/views/current/review-business-case.html | 28 ++++++++++++++----- app/views/current/review-evaluation.html | 2 +- .../current/search-results-viz-sub-cat.html | 26 ++++++++--------- app/views/current/upload-business-case.html | 16 +++++------ 7 files changed, 53 insertions(+), 39 deletions(-) diff --git a/app/views/current/business-case-shared.html b/app/views/current/business-case-shared.html index 87e380e..ac672f8 100644 --- a/app/views/current/business-case-shared.html +++ b/app/views/current/business-case-shared.html @@ -29,16 +29,16 @@

Your impact

You've now shared 1 business case that can help other NHS trusts build their own procurement proposals.

-

Business cases are among the most requested documents on Compass — other trusts often spend weeks creating them from scratch.

+

Business cases are among the most requested documents.

What happens next?

diff --git a/app/views/current/evaluation-choice.html b/app/views/current/evaluation-choice.html index 30b07ea..8cb9be6 100644 --- a/app/views/current/evaluation-choice.html +++ b/app/views/current/evaluation-choice.html @@ -22,7 +22,7 @@

What do you want to share today?

-

Both types of document help other trusts make better procurement decisions. Share one or both.

+

Choose a document type to share. Your experience will help other trusts make better procurement decisions.

@@ -35,7 +35,7 @@

What do you want to share today?

Product evaluation

-

A report or document from when your trust trialled, assessed or reviewed a medical product.

+

A report or document from when your trust trialled, assessed or reviewed a medical product

@@ -49,7 +49,7 @@

Business case

-

A document making the strategic, clinical or financial case for procuring a product.

+

A document making the strategic, clinical or financial case for procuring a product

@@ -68,7 +68,7 @@

Evaluation criteria

-

A set of standards or measures used to assess a medical product.

+

A set of standards or measures used to assess a medical product

@@ -82,7 +82,7 @@

Case study

-

A detailed account of how a medical product was implemented and its outcomes.

+

A detailed account of how a medical product was implemented and its outcomes

diff --git a/app/views/current/quick-share-upload-multiple.html b/app/views/current/quick-share-upload-multiple.html index 226d5ea..98abcec 100644 --- a/app/views/current/quick-share-upload-multiple.html +++ b/app/views/current/quick-share-upload-multiple.html @@ -948,7 +948,7 @@

Cancel diff --git a/app/views/current/review-business-case.html b/app/views/current/review-business-case.html index 21767f8..92ca1f7 100644 --- a/app/views/current/review-business-case.html +++ b/app/views/current/review-business-case.html @@ -352,6 +352,20 @@

Contacts

+
+ + +

Visibility

+ {{ summaryList({ + rows: [ + { + key: { text: "Visible to" }, + value: { html: "All NHS trusts
Suppliers can see approval status but not your contact details" }, + actions: { items: [{ href: "upload-evaluation", text: "Change", visuallyHiddenText: "visibility settings" }] } + } + ] + }) }} +
@@ -364,17 +378,17 @@

Declaration

-

I confirm that:

+

I confirm that:

    -
  • I'm providing up-to-date and accurate information
  • -
  • I am authorised to upload these documents on behalf of my organisation
  • -
  • I am not providing anything which is confidential, commercially sensitive or will infringe on intellectual property rights
  • +
  • I'm providing up-to-date and accurate information.
  • +
  • I'm authorised to upload these documents on behalf of my organisation.
  • +
  • I'm not sharing anything that is confidential, commercially sensitive or will infringe on intellectual property rights.

I understand that:

    -
  • I am not offering any warranty or commitments around what I'm providing
  • -
  • I am not responsible for the decisions made using my information
  • -
  • I can remove information later if I change my mind
  • +
  • I'm not offering any warranty or commitments around what I'm sharing.
  • +
  • I'm not responsible for the decisions made using my information.
  • +
  • I can remove information later if I change my mind.
diff --git a/app/views/current/review-evaluation.html b/app/views/current/review-evaluation.html index 92c7a4e..a889d96 100755 --- a/app/views/current/review-evaluation.html +++ b/app/views/current/review-evaluation.html @@ -18,7 +18,7 @@

Check your answers

-

This is what other NHS trusts will see. Review before submitting.

+

This is what other NHS trusts and the related product supplier will see. Review before submitting.

Document

diff --git a/app/views/current/search-results-viz-sub-cat.html b/app/views/current/search-results-viz-sub-cat.html index fe45505..a664e17 100644 --- a/app/views/current/search-results-viz-sub-cat.html +++ b/app/views/current/search-results-viz-sub-cat.html @@ -76,17 +76,17 @@

Subcategory

-
  • - - Negative pressure wound therapy - (18) +
  • + + Debridement products + (11)
  • - - Debridement products - (11) + + Negative pressure wound therapy + (18)
  • @@ -134,7 +134,7 @@

    Supplier market share

    52 - products + products
    @@ -381,7 +381,7 @@

    Shared documents
    9 documents
    - Including clinical trials and comparative studies + Including product trials and case studies

    @@ -416,7 +416,7 @@

    Shared documents
    12 documents
    - Including clinical trials, pilot studies and business cases + Including product trials, case studies and business cases

    @@ -451,7 +451,7 @@

    Shared documents
    7 documents
    - Including comparative studies and infection outcome data + Including case studies and evaluation criteria

    @@ -483,7 +483,7 @@

    Shared documents
    4 documents
    - Including pilot studies and early outcomes data + Including case studies

    @@ -520,7 +520,7 @@

    Shared documents
    6 documents
    - Including clinical trials and usage reports + Including product trials and business cases

    diff --git a/app/views/current/upload-business-case.html b/app/views/current/upload-business-case.html index ad44778..f1429b2 100644 --- a/app/views/current/upload-business-case.html +++ b/app/views/current/upload-business-case.html @@ -33,7 +33,7 @@

    Upload a business case

    -

    Business cases help other trusts understand the strategic, clinical and financial rationale behind a procurement decision. They are kept separate from evaluation reports so they can be found and used independently.

    +

    Business cases help other trusts understand the strategic, clinical and financial rationale behind a procurement decision.

    @@ -131,7 +131,7 @@

    About this business case

    id: "bc-title", name: "bc-title", hint: { - text: "A short, descriptive title. For example, 'Business case for VitalGuard Monitor X1 – Critical Care Unit'" + text: "A short, descriptive title. For example, 'Business case for VitalGuard Monitor X1 – Critical Care Unit'." } }) }} @@ -141,7 +141,7 @@

    About this business case

    Date of business case -
    The month and year this business case was written or approved.
    +
    The month and year this business case was written or approved
    @@ -217,15 +217,15 @@

    About this business case

    - +
    - +
    - +
    @@ -239,7 +239,7 @@

    About this business case

    classes: "nhsuk-label--s" }, hint: { - text: "A one or two sentence description of what this business case demonstrates" + text: "A one or two sentence summary of this business case" }, rows: "3" }) }} @@ -409,7 +409,7 @@

    Cancel