From 5776e5d219c78f9bb6cfb0093740878a07b61655 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Wed, 31 Mar 2021 17:44:57 +0100 Subject: [PATCH 01/17] Add contribution links within context #1000 #1001 --- app/views/includes/_contact-panel.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 0368e0d69..294d35fb5 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -1,4 +1,4 @@ -

Have you{% if subSection === "Styles" %} tested these styles{% endif %}{% if subSection === "Components" %} tested this component{% endif %}{% if subSection === "Patterns" %} tested this pattern{% endif %}{% if pageSection === "Content style guide" %} used this guidance{% endif %}?

+

{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" %}Would you like to contribute to this guidance{% endif %}?

{% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %}

If so, please share your research findings and let us know how it has worked for you. This will help us improve it for everyone.

From 4e1a1adc6f780f106e9ec9ff255677abb4d2f1a2 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 12:36:04 +0100 Subject: [PATCH 02/17] Add contribution links within context #1000 #1001 --- app/views/includes/_contact-panel.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 294d35fb5..22a714d83 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -18,5 +18,5 @@ Share your research findings on GitHub -

If you have any questions, you can message our community forum on Slack or contact us by email. +

If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email.

From 28f545c7468acc475c6532e5d54ded34a929de13 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 13:30:53 +0100 Subject: [PATCH 03/17] Add contribution links within context #1000 #1001 --- app/views/accessibility/index.njk | 1 + app/views/accessibility/user-research.njk | 1 + app/views/includes/_contact-panel.njk | 4 ++-- app/views/includes/app-layout.njk | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/accessibility/index.njk b/app/views/accessibility/index.njk index 10a130b03..09b3aae1f 100644 --- a/app/views/accessibility/index.njk +++ b/app/views/accessibility/index.njk @@ -2,6 +2,7 @@ {% set pageDescription = "How to make digital services in the NHS work for everyone." %} {% set pageSection = "Accessibility" %} {% set landingPage = true %} +{% set hideContact = "true" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/user-research.njk b/app/views/accessibility/user-research.njk index 9ad0d8d08..410cbf5ab 100644 --- a/app/views/accessibility/user-research.njk +++ b/app/views/accessibility/user-research.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What user researchers need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "July 2019" %} +{% set backlog_issue_id = "346" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 22a714d83..8400e157d 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -1,10 +1,10 @@ -

{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" %}Would you like to contribute to this guidance{% endif %}?

+

{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}?

{% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %}

If so, please share your research findings and let us know how it has worked for you. This will help us improve it for everyone.

Before you start, you will need a GitHub account. It's an open forum where we collect feedback.

{% endif %} -{% if pageSection === "Content style guide" %} +{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}

Please let us know how this has worked for you and, in particular, if you have research findings to share. This will help us improve it for everyone.

Before you start, you will need a GitHub account. It's an open forum where we collect feedback.

diff --git a/app/views/includes/app-layout.njk b/app/views/includes/app-layout.njk index 5db2a9278..a6c16dfd5 100644 --- a/app/views/includes/app-layout.njk +++ b/app/views/includes/app-layout.njk @@ -43,7 +43,7 @@ {% block contactPanel %} {% if hideContact != "true" %} - {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" or pageSection === "Content style guide" %} + {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" or pageSection === "Content style guide" or pageSection === "Accessibility" %} {% include "./_contact-panel.njk" %} {% endif %} {% else %} From fce0b395db02ebcf25a75e5e4b6f904e9b9c01e6 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 13:39:47 +0100 Subject: [PATCH 04/17] Add contribution links within context #1000 #1001 --- CHANGELOG.md | 1 + app/views/accessibility/content.njk | 1 + app/views/accessibility/design.njk | 1 + app/views/accessibility/development.njk | 1 + app/views/accessibility/getting-started.njk | 1 + .../accessibility/how-to-make-digital-services-accessible.njk | 1 + app/views/accessibility/product-and-delivery.njk | 1 + app/views/accessibility/testing.njk | 1 + app/views/accessibility/what-all-NHS-services-need-to-do.njk | 1 + 9 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d9aeba5..cdbedc848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fix context links within `content/how-to-write-good-questions-for-forms` - Update all context links within `app/views/content` - Update all context links within `app/views/design-system` +- Update all context links within `app/views/accessibility` - Find and replace all non-closing `

` tags - [Issue 1092](https://github.com/nhsuk/nhsuk-service-manual/issues/1092) diff --git a/app/views/accessibility/content.njk b/app/views/accessibility/content.njk index bae04a76c..9d2e88df9 100644 --- a/app/views/accessibility/content.njk +++ b/app/views/accessibility/content.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What content designers, writers and editors need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "November 2019" %} +{% set backlog_issue_id = "347" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/design.njk b/app/views/accessibility/design.njk index 185987713..6d6fcb979 100644 --- a/app/views/accessibility/design.njk +++ b/app/views/accessibility/design.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What graphic and interaction designers need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "July 2019" %} +{% set backlog_issue_id = "349" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/development.njk b/app/views/accessibility/development.njk index 1e21cb97c..a505b9d7a 100644 --- a/app/views/accessibility/development.njk +++ b/app/views/accessibility/development.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What developers need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "July 2019" %} +{% set backlog_issue_id = "348" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/getting-started.njk b/app/views/accessibility/getting-started.njk index 34801204e..35781f5ac 100644 --- a/app/views/accessibility/getting-started.njk +++ b/app/views/accessibility/getting-started.njk @@ -4,6 +4,7 @@ {% set pageDescription = "Things you can do to learn about accessibility." %} {% set theme = "Everyone needs to know" %} {% set dateUpdated = "July 2019" %} +{% set backlog_issue_id = "352" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/how-to-make-digital-services-accessible.njk b/app/views/accessibility/how-to-make-digital-services-accessible.njk index d2eb7a9f1..afdda715b 100644 --- a/app/views/accessibility/how-to-make-digital-services-accessible.njk +++ b/app/views/accessibility/how-to-make-digital-services-accessible.njk @@ -4,6 +4,7 @@ {% set pageDescription = "Our approach to accessibility." %} {% set theme = "Everyone needs to know" %} {% set dateUpdated = "July 2019" %} +{% set backlog_issue_id = "351" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/product-and-delivery.njk b/app/views/accessibility/product-and-delivery.njk index 18234c015..1ca1bf7d4 100644 --- a/app/views/accessibility/product-and-delivery.njk +++ b/app/views/accessibility/product-and-delivery.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What product and delivery managers need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "March 2021" %} +{% set backlog_issue_id = "345" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/testing.njk b/app/views/accessibility/testing.njk index 0b8dfb20e..5a0b20b56 100644 --- a/app/views/accessibility/testing.njk +++ b/app/views/accessibility/testing.njk @@ -4,6 +4,7 @@ {% set pageDescription = "What testers and quality assurers need to do to make digital services accessible." %} {% set theme = "Accessibility guidance for:" %} {% set dateUpdated = "November 2019" %} +{% set backlog_issue_id = "350" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/accessibility/what-all-NHS-services-need-to-do.njk b/app/views/accessibility/what-all-NHS-services-need-to-do.njk index a1c36e344..aa918cb80 100644 --- a/app/views/accessibility/what-all-NHS-services-need-to-do.njk +++ b/app/views/accessibility/what-all-NHS-services-need-to-do.njk @@ -4,6 +4,7 @@ {% set pageDescription = "The NHS is for everyone, so NHS digital services should be accessible to everyone too." %} {% set theme = "Everyone needs to know" %} {% set dateUpdated = "July 2019" %} +{% set hideContact = "true" %} {% extends "includes/app-layout.njk" %} From fae57137004d2495cfb02e7c5852bb886a391c54 Mon Sep 17 00:00:00 2001 From: nancyhalladay24 Date: Thu, 1 Apr 2021 16:14:24 +0100 Subject: [PATCH 05/17] Update to contextual link for the service standard section --- CHANGELOG.md | 8 ++++++++ app/views/includes/_contact-panel.njk | 10 ++++++++-- app/views/includes/app-layout.njk | 2 +- ...d-users-and-their-needs-context-health-and-care.njk | 1 + ...nd-be-open-about-how-your-service-is-performing.njk | 1 + .../11-choose-the-right-tools-and-technology.njk | 1 + .../service-standard/12-make-new-source-code-open.njk | 1 + ...o-open-standards-common-components-and-patterns.njk | 1 + .../service-standard/14-operate-a-reliable-service.njk | 1 + .../service-standard/15-support-a-culture-of-care.njk | 1 + .../16-make-your-service-clinically-safe.njk | 1 + .../17-make-your-service-interoperable.njk | 1 + ...hole-problem-and-provide-a-joined-up-experience.njk | 1 + .../4-make-the-service-simple-to-use.njk | 1 + .../5-make-sure-everyone-can-use-the-service.njk | 1 + ...ludes-multidisciplinary-skills-and-perspectives.njk | 1 + .../service-standard/7-use-agile-ways-of-working.njk | 1 + .../8-iterate-and-improve-frequently.njk | 1 + ...t-and-protect-users-confidentiality-and-privacy.njk | 1 + app/views/service-standard/about.njk | 1 + app/views/service-standard/index.njk | 1 + 21 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbedc848..168b8f01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # NHS digital service manual Changelog +## 3.14.4 - 01 April 2021 + +:wrench: **Fixes** + +- Update `includes/_contact-panel.njk` to host new contextual contribution links on the service standard section +- Refactor context links within `includes/app-layout.njk` to show on the service standard section +- Update all context links within `app/views/service-standard` + ## 3.14.3 - 30 March 2021 :wrench: **Fixes** diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 8400e157d..5a3418688 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -1,4 +1,4 @@ -

{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}?

+

{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}{% if pageSection === "NHS service standard"%}Would you like to contribute to the NHS service standard{% endif %}?

{% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %}

If so, please share your research findings and let us know how it has worked for you. This will help us improve it for everyone.

@@ -9,13 +9,19 @@

Please let us know how this has worked for you and, in particular, if you have research findings to share. This will help us improve it for everyone.

Before you start, you will need a GitHub account. It's an open forum where we collect feedback.

{% endif %} + +{% if pageSection === "NHS service standard"%} +

Please let us know how this has worked for you and, in particular, if you have gone through a GDS or NHSX service assessment or peer review. This will help us improve it for everyone.

+

Before you start, you will need a GitHub account. It's an open forum where we collect feedback.

+{% endif %} +

If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. diff --git a/app/views/includes/app-layout.njk b/app/views/includes/app-layout.njk index a6c16dfd5..b0d1cf95b 100644 --- a/app/views/includes/app-layout.njk +++ b/app/views/includes/app-layout.njk @@ -43,7 +43,7 @@ {% block contactPanel %} {% if hideContact != "true" %} - {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" or pageSection === "Content style guide" or pageSection === "Accessibility" %} + {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" or pageSection === "Content style guide" or pageSection === "Accessibility" or pageSection === "NHS service standard" %} {% include "./_contact-panel.njk" %} {% endif %} {% else %} diff --git a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk index 080c869d4..4f76bc4b9 100644 --- a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk +++ b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Take time to understand your users' clinical, practical and emotional needs - and their abilities - and the problem you're trying to solve for them." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "335" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk b/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk index 971fa5ad9..a5e15268a 100644 --- a/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk +++ b/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Work out how your service helps improve health and well being, people's experience of health and care, and the efficiency of the health service and how you will know that you're succeeding." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "344" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/11-choose-the-right-tools-and-technology.njk b/app/views/service-standard/11-choose-the-right-tools-and-technology.njk index 6f5740425..785cc88ed 100644 --- a/app/views/service-standard/11-choose-the-right-tools-and-technology.njk +++ b/app/views/service-standard/11-choose-the-right-tools-and-technology.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Choose tools and technology that let you build a good service in an efficient, cost effective way." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "354" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/12-make-new-source-code-open.njk b/app/views/service-standard/12-make-new-source-code-open.njk index 4c1c10ff0..971d4e244 100644 --- a/app/views/service-standard/12-make-new-source-code-open.njk +++ b/app/views/service-standard/12-make-new-source-code-open.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Make all new source code open and reusable, and publish it under appropriate licences." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "355" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk b/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk index 896d417dd..298ee8248 100644 --- a/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk +++ b/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk @@ -4,6 +4,7 @@ {% set beta = true %} {% set hideDescription = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "356" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/14-operate-a-reliable-service.njk b/app/views/service-standard/14-operate-a-reliable-service.njk index ce87d3e7b..9fbbb07e1 100644 --- a/app/views/service-standard/14-operate-a-reliable-service.njk +++ b/app/views/service-standard/14-operate-a-reliable-service.njk @@ -3,6 +3,7 @@ {% set pageDescription = "People need the NHS 24 hours a day, every day of the year. Minimise service downtime and have a plan to deal with it when it does happen." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "357" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/15-support-a-culture-of-care.njk b/app/views/service-standard/15-support-a-culture-of-care.njk index adbed3f9a..50b9be3a7 100644 --- a/app/views/service-standard/15-support-a-culture-of-care.njk +++ b/app/views/service-standard/15-support-a-culture-of-care.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Caring is the core business of the NHS. NHS services should provide a positive experience of care or help NHS staff provide a caring service." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "358" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/16-make-your-service-clinically-safe.njk b/app/views/service-standard/16-make-your-service-clinically-safe.njk index e60ace54e..c3866103c 100644 --- a/app/views/service-standard/16-make-your-service-clinically-safe.njk +++ b/app/views/service-standard/16-make-your-service-clinically-safe.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Digital information, tools and services have the potential to cause patient harm." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "359" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/17-make-your-service-interoperable.njk b/app/views/service-standard/17-make-your-service-interoperable.njk index 2f5e07350..0e0a5f2fe 100644 --- a/app/views/service-standard/17-make-your-service-interoperable.njk +++ b/app/views/service-standard/17-make-your-service-interoperable.njk @@ -3,6 +3,7 @@ {% set pageDescription = "In an organisation as diverse and complex as the NHS, we need systems and services which talk to each other. Build for interoperability to share patient records and get data quickly from one place to another." %} {% set beta = true %} {% set dateUpdated = "January 2020" %} +{% set backlog_issue_id = "360" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk index 016d775c1..693b18eeb 100644 --- a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk +++ b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk @@ -4,6 +4,7 @@ {% set pageDescription = "Consider where your service fits in your users' healthcare journey and whether you can solve a whole problem or influence a wider solution." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "337" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/4-make-the-service-simple-to-use.njk b/app/views/service-standard/4-make-the-service-simple-to-use.njk index 482a5cc99..aebc28b24 100644 --- a/app/views/service-standard/4-make-the-service-simple-to-use.njk +++ b/app/views/service-standard/4-make-the-service-simple-to-use.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Build a service that's simple to use so that people can succeed first time. Test with users to make sure it works for them." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "338" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk b/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk index 5038919a6..7c832690b 100644 --- a/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk +++ b/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Make sure people with different physical, mental health, social, cultural or learning needs can use your service, whether it's for the public or staff." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "339" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk b/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk index 959180fea..c94db11f5 100644 --- a/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk +++ b/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Make sure you have the right - and diverse - skills and roles to build and operate the service." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "340" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/7-use-agile-ways-of-working.njk b/app/views/service-standard/7-use-agile-ways-of-working.njk index 4fee6cf23..c797e4f6b 100644 --- a/app/views/service-standard/7-use-agile-ways-of-working.njk +++ b/app/views/service-standard/7-use-agile-ways-of-working.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Make sure that the team can deliver quickly and adapt to meet users' needs." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "341" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/8-iterate-and-improve-frequently.njk b/app/views/service-standard/8-iterate-and-improve-frequently.njk index 336c9f984..b08f2ea4a 100644 --- a/app/views/service-standard/8-iterate-and-improve-frequently.njk +++ b/app/views/service-standard/8-iterate-and-improve-frequently.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Make sure you have the capacity, resources and technical flexibility to iterate and improve the service frequently." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "342" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk b/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk index c44524880..7fb07307a 100644 --- a/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk +++ b/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk @@ -3,6 +3,7 @@ {% set pageDescription = "Evaluate what data and information your service will be collecting, storing and providing." %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "343" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/about.njk b/app/views/service-standard/about.njk index a8a3feae5..5f42df04c 100644 --- a/app/views/service-standard/about.njk +++ b/app/views/service-standard/about.njk @@ -3,6 +3,7 @@ {% set pageSection = "NHS service standard" %} {% set pageDescription = "The NHS service standard is designed to help teams meet the GOV.UK service standard in the context of health and care." %} {% set beta = true %} +{% set hideContact = "true" %} {% set dateUpdated = "December 2019" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/service-standard/index.njk b/app/views/service-standard/index.njk index bbdc121c1..4d48c44b4 100644 --- a/app/views/service-standard/index.njk +++ b/app/views/service-standard/index.njk @@ -3,6 +3,7 @@ {% set pageSection = "NHS service standard" %} {% set beta = true %} {% set dateUpdated = "December 2019" %} +{% set backlog_issue_id = "336" %} {% extends "includes/app-layout.njk" %} From ebc5c50dd1badfe0c2e3676515ce137f9c3c10b8 Mon Sep 17 00:00:00 2001 From: nancyhalladay24 Date: Thu, 1 Apr 2021 16:21:23 +0100 Subject: [PATCH 06/17] Updated changelog --- CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168b8f01c..463ba0197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,6 @@ # NHS digital service manual Changelog -## 3.14.4 - 01 April 2021 - -:wrench: **Fixes** - -- Update `includes/_contact-panel.njk` to host new contextual contribution links on the service standard section -- Refactor context links within `includes/app-layout.njk` to show on the service standard section -- Update all context links within `app/views/service-standard` - -## 3.14.3 - 30 March 2021 +## 3.14.3 - 01 April 2021 :wrench: **Fixes** @@ -18,6 +10,7 @@ - Update all context links within `app/views/content` - Update all context links within `app/views/design-system` - Update all context links within `app/views/accessibility` +- Update all context links within `app/views/service-standard` - Find and replace all non-closing `

` tags - [Issue 1092](https://github.com/nhsuk/nhsuk-service-manual/issues/1092) From b91e3e5a14195de588d7e11b09fad0ddacc35c20 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 16:38:21 +0100 Subject: [PATCH 07/17] Add contribution links within context #1000 #1001 --- ...and-users-and-their-needs-context-health-and-care.njk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk index 4f76bc4b9..40d42cea4 100644 --- a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk +++ b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk @@ -69,3 +69,12 @@ }) }} {% endblock %} + +{% block afterContact %} + +{{ pagination({ + "nextUrl": "/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience", + "nextPage": "Points 2 and 3" + }) }} + +{% endblock %} From a8e99028f715a09cdd4b73ff9f588d1cc0f85547 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 16:56:15 +0100 Subject: [PATCH 08/17] Add contribution links within context #1000 #1001 --- ...erstand-users-and-their-needs-context-health-and-care.njk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk index 40d42cea4..e076e24dd 100644 --- a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk +++ b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk @@ -63,10 +63,7 @@

  • Talk to us on the service manual Slack channel or email the standards team at service-manual@nhs.net.
  • - {{ pagination({ - "nextUrl": "/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience", - "nextPage": "Points 2 and 3" - }) }} + {% endblock %} From 939913e8e4162883b69f95dc0ab1a2b28f1db576 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 16:57:39 +0100 Subject: [PATCH 09/17] Add contribution links within context #1000 #1001 --- ...a-whole-problem-and-provide-a-joined-up-experience.njk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk index 693b18eeb..abae60d4d 100644 --- a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk +++ b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk @@ -60,7 +60,13 @@
  • Talk to us on the service manual Slack channel or email the standards team at service-manual@nhs.net.
  • - {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/service-standard/1-understand-users-and-their-needs-context-health-and-care", "previousPage": "Point 1", "nextUrl": "/service-standard/4-make-the-service-simple-to-use", From e98ecdda715abc4438031820b30423e3ec075e8c Mon Sep 17 00:00:00 2001 From: nancyhalladay24 Date: Thu, 1 Apr 2021 17:12:54 +0100 Subject: [PATCH 10/17] Changes to service standard section --- CHANGELOG.md | 1 + ...ers-and-their-needs-context-health-and-care.njk | 7 ------- ...e-open-about-how-your-service-is-performing.njk | 11 +++++------ .../11-choose-the-right-tools-and-technology.njk | 10 +++++----- .../12-make-new-source-code-open.njk | 12 ++++++------ ...en-standards-common-components-and-patterns.njk | 9 ++++----- .../14-operate-a-reliable-service.njk | 9 ++++----- .../15-support-a-culture-of-care.njk | 12 ++++++------ .../16-make-your-service-clinically-safe.njk | 14 ++++++-------- .../17-make-your-service-interoperable.njk | 11 +++++------ ...-problem-and-provide-a-joined-up-experience.njk | 7 ------- .../4-make-the-service-simple-to-use.njk | 11 +++++------ .../5-make-sure-everyone-can-use-the-service.njk | 9 ++++----- ...s-multidisciplinary-skills-and-perspectives.njk | 11 +++++------ .../7-use-agile-ways-of-working.njk | 9 ++++----- .../8-iterate-and-improve-frequently.njk | 12 ++++++------ ...d-protect-users-confidentiality-and-privacy.njk | 11 +++++------ 17 files changed, 71 insertions(+), 95 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463ba0197..af871cf36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Update all context links within `app/views/design-system` - Update all context links within `app/views/accessibility` - Update all context links within `app/views/service-standard` +- Remove 'other help' contact section under 'guidance' on all service standard guidance pages `app/views/service-standard` - Find and replace all non-closing `

    ` tags - [Issue 1092](https://github.com/nhsuk/nhsuk-service-manual/issues/1092) diff --git a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk index e076e24dd..7859f8883 100644 --- a/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk +++ b/app/views/service-standard/1-understand-users-and-their-needs-context-health-and-care.njk @@ -58,13 +58,6 @@

  • Working with Citizens Advice and its amazing data (GDS blog, 2018)
  • -

    Other help

    - - - - {% endblock %} {% block afterContact %} diff --git a/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk b/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk index a5e15268a..868a7208a 100644 --- a/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk +++ b/app/views/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing.njk @@ -49,16 +49,15 @@
  • Patient activation (NHS England)
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/9-respect-and-protect-users-confidentiality-and-privacy", "previousPage": "Point 9", "nextUrl": "/service-standard/11-choose-the-right-tools-and-technology", "nextPage": "Point 11" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/11-choose-the-right-tools-and-technology.njk b/app/views/service-standard/11-choose-the-right-tools-and-technology.njk index 785cc88ed..7d12fce21 100644 --- a/app/views/service-standard/11-choose-the-right-tools-and-technology.njk +++ b/app/views/service-standard/11-choose-the-right-tools-and-technology.njk @@ -48,10 +48,9 @@
  • Identity verification and authentication standard for digital health and care services, DCB3051 (NHS Digital)
  • -

    Other help

    - +{% endblock %} + +{% block afterContact %} {{ pagination({ "previousUrl": "/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing", @@ -60,4 +59,5 @@ "nextPage": "Point 12" }) }} -{% endblock %} + + {% endblock %} diff --git a/app/views/service-standard/12-make-new-source-code-open.njk b/app/views/service-standard/12-make-new-source-code-open.njk index 971d4e244..3ba11eb36 100644 --- a/app/views/service-standard/12-make-new-source-code-open.njk +++ b/app/views/service-standard/12-make-new-source-code-open.njk @@ -44,16 +44,16 @@
  • Don’t be afraid to code in the open: here’s how to do it securely (GOV.UK blog, 2017)
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/11-choose-the-right-tools-and-technology", "previousPage": "Point 11", "nextUrl": "/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns", "nextPage": "Point 13" }) }} -{% endblock %} + + {% endblock %} diff --git a/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk b/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk index 298ee8248..cc59e05ee 100644 --- a/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk +++ b/app/views/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns.njk @@ -43,10 +43,9 @@
  • GOV.UK Design System
  • -

    Other help

    - +{% endblock %} + +{% block afterContact %} {{ pagination({ "previousUrl": "/service-standard/12-make-new-source-code-open", @@ -55,4 +54,4 @@ "nextPage": "Point 14" }) }} -{% endblock %} + {% endblock %} \ No newline at end of file diff --git a/app/views/service-standard/14-operate-a-reliable-service.njk b/app/views/service-standard/14-operate-a-reliable-service.njk index 9fbbb07e1..87ce1d0af 100644 --- a/app/views/service-standard/14-operate-a-reliable-service.njk +++ b/app/views/service-standard/14-operate-a-reliable-service.njk @@ -37,10 +37,9 @@
  • Uptime and availability: keeping your service online
  • -

    Other help

    - +{% endblock %} + +{% block afterContact %} {{ pagination({ "previousUrl": "/service-standard/13-use-and-contribute-to-open-standards-common-components-and-patterns", @@ -49,4 +48,4 @@ "nextPage": "Point 15" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/15-support-a-culture-of-care.njk b/app/views/service-standard/15-support-a-culture-of-care.njk index 50b9be3a7..4920e7e85 100644 --- a/app/views/service-standard/15-support-a-culture-of-care.njk +++ b/app/views/service-standard/15-support-a-culture-of-care.njk @@ -57,16 +57,16 @@ -

    Other help

    - - {{ pagination({ +{% endblock %} + +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/14-operate-a-reliable-service", "previousPage": "Point 14", "nextUrl": "/service-standard/16-make-your-service-clinically-safe", "nextPage": "Point 16" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/16-make-your-service-clinically-safe.njk b/app/views/service-standard/16-make-your-service-clinically-safe.njk index c3866103c..dfea6f4d4 100644 --- a/app/views/service-standard/16-make-your-service-clinically-safe.njk +++ b/app/views/service-standard/16-make-your-service-clinically-safe.njk @@ -50,18 +50,16 @@
  • Online primary care services (Care Quality Commission) and how the CQC monitors, inspects and regulates them
  • Safeguarding (NHS England)
  • -

    Other help

    - - {{ pagination({ +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/service-standard/15-support-a-culture-of-care", "previousPage": "Point 15", "nextUrl": "/service-standard/17-make-your-service-interoperable", "nextPage": "Point 17" }) }} -{% endblock %} + {% endblock %} \ No newline at end of file diff --git a/app/views/service-standard/17-make-your-service-interoperable.njk b/app/views/service-standard/17-make-your-service-interoperable.njk index 0e0a5f2fe..886fad54d 100644 --- a/app/views/service-standard/17-make-your-service-interoperable.njk +++ b/app/views/service-standard/17-make-your-service-interoperable.njk @@ -56,14 +56,13 @@
  • SNOMED CD - a structured clinical vocabulary for use in an electronic health record (NHS Digital)
  • Use of FHIR-based APIs (NHS Digital - beta)
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/16-make-your-service-clinically-safe", "previousPage": "Point 16" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk index abae60d4d..23139b3a6 100644 --- a/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk +++ b/app/views/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience.njk @@ -55,13 +55,6 @@
  • What service communities are achieving across government (GDS blog, 2019)
  • -

    Other help

    - - - - {% endblock %} {% block afterContact %} diff --git a/app/views/service-standard/4-make-the-service-simple-to-use.njk b/app/views/service-standard/4-make-the-service-simple-to-use.njk index aebc28b24..a6f3188e0 100644 --- a/app/views/service-standard/4-make-the-service-simple-to-use.njk +++ b/app/views/service-standard/4-make-the-service-simple-to-use.njk @@ -40,16 +40,15 @@
  • User research
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/2-and-3-work-towards-solving-a-whole-problem-and-provide-a-joined-up-experience", "previousPage": "Points 2 and 3", "nextUrl": "/service-standard/5-make-sure-everyone-can-use-the-service", "nextPage": "Point 5" }) }} -{% endblock %} + {% endblock %} \ No newline at end of file diff --git a/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk b/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk index 7c832690b..cfd58b5d9 100644 --- a/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk +++ b/app/views/service-standard/5-make-sure-everyone-can-use-the-service.njk @@ -51,10 +51,9 @@
  • Digital inclusion for health and social care (NHS Digital, 2018)
  • -

    Other help

    - +{% endblock %} + +{% block afterContact %} {{ pagination({ "previousUrl": "/service-standard/4-make-the-service-simple-to-use", @@ -63,4 +62,4 @@ "nextPage": "Point 6" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk b/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk index c94db11f5..42689081b 100644 --- a/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk +++ b/app/views/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives.njk @@ -42,16 +42,15 @@
  • Working with contractors or third parties
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/5-make-sure-everyone-can-use-the-service", "previousPage": "Point 5", "nextUrl": "/service-standard/7-use-agile-ways-of-working", "nextPage": "Point 7" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/7-use-agile-ways-of-working.njk b/app/views/service-standard/7-use-agile-ways-of-working.njk index c797e4f6b..fc1d2e5ce 100644 --- a/app/views/service-standard/7-use-agile-ways-of-working.njk +++ b/app/views/service-standard/7-use-agile-ways-of-working.njk @@ -43,10 +43,9 @@
  • Let's fund teams, not projects (Defra digital blog, 2017)
  • -

    Other help

    - +{% endblock %} + +{% block afterContact %} {{ pagination({ "previousUrl": "/service-standard/6-create-a-team-that-includes-multidisciplinary-skills-and-perspectives", @@ -55,4 +54,4 @@ "nextPage": "Point 8" }) }} -{% endblock %} + {% endblock %} diff --git a/app/views/service-standard/8-iterate-and-improve-frequently.njk b/app/views/service-standard/8-iterate-and-improve-frequently.njk index b08f2ea4a..36b1f28e6 100644 --- a/app/views/service-standard/8-iterate-and-improve-frequently.njk +++ b/app/views/service-standard/8-iterate-and-improve-frequently.njk @@ -40,16 +40,16 @@
  • GOV.UK isn't finished (GOV.UK blog, 2015)
  • -

    Other help

    - - {{ pagination({ +{% endblock %} + +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/7-use-agile-ways-of-working", "previousPage": "Point 7", "nextUrl": "/service-standard/9-respect-and-protect-users-confidentiality-and-privacy", "nextPage": "Point 9" }) }} -{% endblock %} + {% endblock %} \ No newline at end of file diff --git a/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk b/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk index 7fb07307a..082984df7 100644 --- a/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk +++ b/app/views/service-standard/9-respect-and-protect-users-confidentiality-and-privacy.njk @@ -52,16 +52,15 @@
  • NHS login
  • -

    Other help

    - +{% endblock %} - {{ pagination({ +{% block afterContact %} + + {{ pagination({ "previousUrl": "/service-standard/8-iterate-and-improve-frequently", "previousPage": "Point 8", "nextUrl": "/service-standard/10-define-what-success-looks-like-and-be-open-about-how-your-service-is-performing", "nextPage": "Point 10" }) }} -{% endblock %} + {% endblock %} From 652bfe66fe6d2722c35abb68fdd413b61738759e Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Thu, 1 Apr 2021 17:27:59 +0100 Subject: [PATCH 11/17] Add contribution links within context #1000 #1001 --- CHANGELOG.md | 2 ++ app/views/accessibility/getting-started.njk | 2 -- app/views/accessibility/user-research.njk | 1 - app/views/includes/_contact-panel.njk | 5 +++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af871cf36..e9db9d21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - Update all context links within `app/views/accessibility` - Update all context links within `app/views/service-standard` - Remove 'other help' contact section under 'guidance' on all service standard guidance pages `app/views/service-standard` +- Remove 'id="talk-to-other-people-with-an-interest-in-accessibility' in `app/views/accessibility/getting-started.njk` +- Remove ./partials/share-your-research.njk in `app/views/accessibility/user-research.njk` - Find and replace all non-closing `

    ` tags - [Issue 1092](https://github.com/nhsuk/nhsuk-service-manual/issues/1092) diff --git a/app/views/accessibility/getting-started.njk b/app/views/accessibility/getting-started.njk index 35781f5ac..6c0b5f3ae 100644 --- a/app/views/accessibility/getting-started.njk +++ b/app/views/accessibility/getting-started.njk @@ -47,8 +47,6 @@

    If you have a Mac, try out VoiceOver, or download NVDA for Windows.

    If you're not confident about doing this, book a session in an accessibility lab first.

    -

    Talk to other people with an interest in accessibility

    -

    Join the GOV.UK accessibility community or talk to NHS colleagues on our public Slack workspace to get advice and support, stay up to date and share examples.

    {% endblock %} diff --git a/app/views/accessibility/user-research.njk b/app/views/accessibility/user-research.njk index 410cbf5ab..d0befb8dc 100644 --- a/app/views/accessibility/user-research.njk +++ b/app/views/accessibility/user-research.njk @@ -22,7 +22,6 @@ {% include "./partials/understand-participants-needs-before-you-test.njk" %} {% include "./partials/make-your-research-more-accessible-on-the-day.njk" %} {% include "./partials/look-after-your-team.njk" %} - {% include "./partials/share-your-research.njk" %} {% endblock %} diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 5a3418688..dae89d1d5 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -1,4 +1,4 @@ -

    {% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}{% if pageSection === "NHS service standard"%}Would you like to contribute to the NHS service standard{% endif %}?

    +

    {% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}{% if pageSection === "NHS service standard" %}Would you like to contribute to the NHS service standard{% endif %}?

    {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %}

    If so, please share your research findings and let us know how it has worked for you. This will help us improve it for everyone.

    @@ -24,5 +24,6 @@ Share your findings on GitHub -

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. +

    If you have any questions, you can message us on Slack{% if pageTitle === "Getting started with accessibility" %} or message GOV.UK accessibility community{% endif %}. You will need a Slack account if you do not have one. Or you can contact us by email.

    + From 93078502bd71049d8d83d257e79ab723458f90c5 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 09:51:02 +0100 Subject: [PATCH 12/17] Add contribution links within context #1000 #1001 --- app/views/includes/_contact-panel.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index dae89d1d5..b3b8785bc 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -24,6 +24,6 @@ Share your findings on GitHub -

    If you have any questions, you can message us on Slack{% if pageTitle === "Getting started with accessibility" %} or message GOV.UK accessibility community{% endif %}. You will need a Slack account if you do not have one. Or you can contact us by email. +

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. {% if pageTitle === "Getting started with accessibility" %} You can also contact the GOV.UK accessibility community.{% endif %}

    From 4c348d642c6333c7d3ffaa45cca8b80550ae1d1b Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 09:51:40 +0100 Subject: [PATCH 13/17] Add contribution links within context #1000 #1001 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9db9d21f..02ce7d618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # NHS digital service manual Changelog -## 3.14.3 - 01 April 2021 +## 3.14.3 - 06 April 2021 :wrench: **Fixes** From 28111bd85c2f63313d18510b64cf297fa001a6a5 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 10:09:59 +0100 Subject: [PATCH 14/17] Add contribution links within context #1000 #1001 --- app/views/includes/_contact-panel.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index b3b8785bc..e17966461 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -24,6 +24,6 @@ Share your findings on GitHub -

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. {% if pageTitle === "Getting started with accessibility" %} You can also contact the GOV.UK accessibility community.{% endif %} +

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email.

    From 9c3f7672a2566cae09b5b64c7fcbce006f884752 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 10:19:04 +0100 Subject: [PATCH 15/17] Add contribution links within context #1000 #1001 --- app/views/accessibility/getting-started.njk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/accessibility/getting-started.njk b/app/views/accessibility/getting-started.njk index 6c0b5f3ae..985662efe 100644 --- a/app/views/accessibility/getting-started.njk +++ b/app/views/accessibility/getting-started.njk @@ -47,6 +47,9 @@

    If you have a Mac, try out VoiceOver, or download NVDA for Windows.

    If you're not confident about doing this, book a session in an accessibility lab first.

    +

    Talk to other people with an interest in accessibility

    +

    Join the GOV.UK accessibility community or talk to NHS colleagues on our public Slack workspace to get advice and support, stay up to date and share examples.

    + {% endblock %} From 5eda72297aa6780b479b8c239c0bf5e87ba6325a Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 10:44:28 +0100 Subject: [PATCH 16/17] Add contribution links within context #1000 #1001 --- app/views/includes/_contact-panel.njk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index e17966461..6f0114d47 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -24,6 +24,7 @@ Share your findings on GitHub -

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. +

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. {% if pageTitle === "Getting started with accessibility" %} You can also contact the GOV.UK accessibility community.{% endif %} +

    From a4d6a5e13883ac1d17448b32daf0fa016ce4ff27 Mon Sep 17 00:00:00 2001 From: Tosin Balogun Date: Tue, 6 Apr 2021 11:04:50 +0100 Subject: [PATCH 17/17] Add contribution links within context #1000 #1001 --- CHANGELOG.md | 2 +- app/views/includes/_contact-panel.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ce7d618..d73bec591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # NHS digital service manual Changelog -## 3.14.3 - 06 April 2021 +## 3.14.3 - 07 April 2021 :wrench: **Fixes** diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 6f0114d47..835b4429e 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -24,7 +24,7 @@ Share your findings on GitHub -

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email. {% if pageTitle === "Getting started with accessibility" %} You can also contact the GOV.UK accessibility community.{% endif %} +

    If you have any questions, you can message us on Slack. You will need a Slack account if you do not have one. Or you can contact us by email.