From fa40c70267e4894e7062d158bb26563781233d97 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 26 Apr 2022 12:21:40 +0100 Subject: [PATCH 1/3] Update dates --- 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 74c16059e..17ddd6e23 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -12,8 +12,8 @@ {{ content_metadata( data={ - "Last updated": "20 January 2022", - "Next review due": "20 April 2022" + "Last updated": "26 April 2022", + "Next review due": "20 June 2022" } ) }} From ae2644b81c888fae424f498a2a4056493f8789e6 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 26 Apr 2022 16:20:29 +0100 Subject: [PATCH 2/3] Update roadmap content --- app/templates/views/roadmap.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index 17ddd6e23..961c12d87 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -13,7 +13,7 @@ {{ content_metadata( data={ "Last updated": "26 April 2022", - "Next review due": "20 June 2022" + "Next review due": "21 June 2022" } ) }} @@ -28,39 +28,37 @@

Next

Later

Things we’ve done

-

In 2021 we sent 1.3 billion messages for coronavirus (COVID-19) services. This includes 270 million booster vaccination invitations and 751 million test results.

-

Recently we have:

+

Between April 2021 and March 2022 we sent a total of 2.7 billion notifications. Half of those were for services set up in response to the coronavirus (COVID-19) pandemic.

+ + {% endblock %} From fdc121d529b04d41accdd612348ad85f288d42e8 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 27 Apr 2022 08:38:51 +0100 Subject: [PATCH 3/3] Bump date --- 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 961c12d87..194f083f2 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -12,7 +12,7 @@ {{ content_metadata( data={ - "Last updated": "26 April 2022", + "Last updated": "27 April 2022", "Next review due": "21 June 2022" } ) }}