From 52d933f62cfb1fcb9af0c661c22628665a41909d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 22 Oct 2020 18:32:55 +0100 Subject: [PATCH 1/4] Remove July to September section from roadmap --- app/templates/views/roadmap.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index 8f882a557..380521cdf 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -13,21 +13,13 @@

Notify is in public beta. This means it’s fully operational and supported, but we’re still adding new features. The roadmap is a guide to what we have planned, but some things might change.

You can contact us if you have any questions about the roadmap or suggestions for new features.

-

July to September 2020

- - -

October to December 2020

January 2021 onwards

@@ -41,6 +33,9 @@
  • Add a link shortening service
  • Specify an expiry period for undeliverable text messages
  • Let users save draft templates
  • +
  • Start sending emails from NHS and Parliament email addresses
  • +
  • Make it easier for software suppliers set up Notify for their customers
  • + From d884d11e1a10ebb5a22aa867784c6860411e5ff4 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 23 Oct 2020 13:43:47 +0100 Subject: [PATCH 2/4] Update app/templates/views/roadmap.html Co-authored-by: Chris Hill-Scott --- app/templates/views/roadmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index 380521cdf..a8b0b368d 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -34,7 +34,7 @@
  • Specify an expiry period for undeliverable text messages
  • Let users save draft templates
  • Start sending emails from NHS and Parliament email addresses
  • -
  • Make it easier for software suppliers set up Notify for their customers
  • +
  • Make it easier for software suppliers to set up Notify for their customers
  • From 8d391e776160a83ca079717d3092e40483913eb2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 23 Oct 2020 15:25:38 +0100 Subject: [PATCH 3/4] Update roadmap --- app/templates/views/roadmap.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index a8b0b368d..0c34d3eb4 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -16,9 +16,7 @@

    October to December 2020

      -
    • Let services attach forms to letter templates
    • -
    • Distribute the delivery of a batch of messages over several hours
    • -
    • Make it easy to see the replies from staff on an emergency contact list
    • +
    • Increase our capacity to meet the needs of NHS Test and Trace, and other COVID-19 services
    • Explore ways to help teams send effective messages
    @@ -27,16 +25,18 @@
    • Use two-factor authentication to protect files sent by email
    • -
    • Explore other ways to pay for Notify
    • -
    • Add multilingual letter templates so services can provide information in several languages
    • -
    • Add large print letter templates
    • Add a link shortening service
    • -
    • Specify an expiry period for undeliverable text messages
    • Let users save draft templates
    • +
    • Explore other ways to pay for Notify
    • +
    • Let services attach forms to letter templates
    • +
    • Add large print letter templates
    • +
    • Add multilingual letter templates so services can provide information in several languages
    • +
    • Distribute the delivery of a batch of messages over several hours
    • +
    • Specify an expiry period for undeliverable text messages
    • +
    • Make it easy to see the replies from staff on an emergency contact list
    • Start sending emails from NHS and Parliament email addresses
    • Make it easier for software suppliers to set up Notify for their customers
    • -
    {% endblock %} From 7975c62d6030704e9a4364167424d2f5c41a42bf Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 23 Oct 2020 15:28:41 +0100 Subject: [PATCH 4/4] Update order of roadmap items --- app/templates/views/roadmap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index 0c34d3eb4..51819156d 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -26,13 +26,13 @@
  • Use two-factor authentication to protect files sent by email
  • Add a link shortening service
  • -
  • Let users save draft templates
  • -
  • Explore other ways to pay for Notify
  • Let services attach forms to letter templates
  • Add large print letter templates
  • Add multilingual letter templates so services can provide information in several languages
  • +
  • Let users save draft templates
  • Distribute the delivery of a batch of messages over several hours
  • Specify an expiry period for undeliverable text messages
  • +
  • Explore other ways to pay for Notify
  • Make it easy to see the replies from staff on an emergency contact list
  • Start sending emails from NHS and Parliament email addresses
  • Make it easier for software suppliers to set up Notify for their customers