2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
2022-01-05 14:39:18 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/content-metadata.html" import content_metadata %}
2017-03-23 14:59:24 +00:00
{% block per_page_title %}
2017-06-14 17:01:16 +01:00
Roadmap
2017-03-23 14:59:24 +00:00
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2017-03-23 14:59:24 +00:00
2019-06-04 11:20:33 +01:00
< h1 class = "heading-large" > Roadmap< / h1 >
2017-03-23 14:59:24 +00:00
2022-01-05 14:39:18 +00:00
{{ content_metadata(
data={
2022-04-27 08:38:51 +01:00
"Last updated": "27 April 2022",
2022-04-26 16:20:29 +01:00
"Next review due": "21 June 2022"
2022-01-06 15:40:14 +00:00
}
2022-01-05 14:39:18 +00:00
) }}
2021-12-31 09:56:40 +00:00
2022-01-06 15:40:14 +00:00
2021-11-30 09:03:58 +00:00
< p class = "govuk-body" > The GOV.UK Notify roadmap shows what we’ re working on and some of the < a class = "govuk-link govuk-link--no-visited-state" href = "#things-we-have-done" > things we’ ve done< / a > .< / p >
2021-11-24 16:15:02 +00:00
< p class = "govuk-body" > The roadmap is only a guide. It does not cover everything we do, and some things may change.< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > You can < a class = "govuk-link govuk-link--no-visited-state" href = "{{url_for('.support')}}" > contact us< / a > if you have any questions about the roadmap or suggestions for new features.< / p >
2017-11-28 11:58:15 +00:00
2022-01-14 10:59:51 +00:00
< h2 class = "heading-medium" id = "things-we-are-working-on" > Things we’ re working on< / h2 >
2021-11-24 16:15:02 +00:00
2022-01-14 11:01:32 +00:00
< h3 class = "heading-small" id = "now" > Now< / h3 >
2021-02-25 14:22:57 +00:00
< ul class = "list list-bullet" >
2022-01-19 15:45:42 +00:00
2022-04-26 16:20:29 +01:00
< li > Make it easier for services to pick their own < a class = "govuk-link govuk-link--no-visited-state" href = "{{url_for('main.branding_and_customisation')}}" > email branding< / a > < / li >
2022-01-19 15:44:41 +00:00
< li > Help services to get better value for money< / li >
2022-04-26 16:20:29 +01:00
< li > Improve the time it takes some of our webpages to load< / li >
2021-02-25 14:22:57 +00:00
< / ul >
2022-01-14 11:01:32 +00:00
< h3 class = "heading-small" id = "next" > Next< / h3 >
2021-11-24 16:15:02 +00:00
< ul class = "list list-bullet" >
2022-01-19 15:44:41 +00:00
< li > Explore ways to share common content patterns< / li >
2022-04-26 16:20:29 +01:00
< li > Make it easier for organisations to find the usage data they need< / li >
2021-11-24 16:15:02 +00:00
< / ul >
2022-01-14 11:01:32 +00:00
< h3 class = "heading-small" id = "later" > Later< / h3 >
2021-02-25 14:22:57 +00:00
< ul class = "list list-bullet" >
2022-04-26 16:20:29 +01:00
< li > Let services preview their email branding< / li >
< li > Let services upload their own logo for emails and letters< / li >
2022-01-19 15:44:41 +00:00
< li > Meet our targets for < a class = "govuk-link govuk-link--no-visited-state" href = "{{url_for('main.accessibility_statement')}}" > accessibility< / a > < / li >
2020-10-22 18:32:55 +01:00
2019-06-04 11:20:33 +01:00
< / ul >
2017-03-23 14:59:24 +00:00
2021-11-30 16:38:57 +00:00
< h2 class = "heading-medium" id = "things-we-have-done" > Things we’ ve done< / h2 >
2021-11-30 09:03:58 +00:00
2022-01-20 13:14:19 +00:00
< p class = "govuk-body" > Recently we have:< / p >
2022-01-19 17:04:09 +00:00
< ul class = "list list-bullet" >
2021-11-24 16:15:02 +00:00
2022-04-26 16:20:29 +01:00
< li > upgraded some of our software dependencies< / li >
< li > completed our annual IT health check< / li >
< li > tested new ways for services to upload their own brand logo< / li >
2022-02-02 09:09:17 +00:00
< li > improved our performance by < a class = "govuk-link govuk-link--no-visited-state" href = "https://technology.blog.gov.uk/2022/02/01/upgrading-celery-on-gov-uk-notify/" > upgrading the software we use< / a > < / li >
2022-01-20 13:59:18 +00:00
< li > made our website work better in Windows high contrast mode< / li >
< li > increased our capacity at short notice during a busy period< / li >
< li > added quarterly billing reports that organisations can download< / li >
2022-01-19 17:04:09 +00:00
< / ul >
2021-11-30 13:54:29 +00:00
2022-04-26 16:20:29 +01:00
< p class = "govuk-body" > 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.< / p >
2017-03-23 14:59:24 +00:00
{% endblock %}