2018-01-25 15:29:05 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
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
2019-06-04 11:20:33 +01:00
< p > The GOV.UK Notify roadmap shows the things we’ re working on and when we hope to have them ready for you to use.< / p >
2019-08-15 15:13:39 +01:00
< p > 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.< / p >
2019-12-06 07:53:46 +00:00
< p > You can < a class = "govuk-link govuk-link--no-visited-state" href = "{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}" > 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
2020-01-07 15:03:13 +00:00
< h2 class = "heading-medium" > January to March 2020< / h2 >
2019-08-15 13:13:11 +01:00
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2020-01-07 15:03:13 +00:00
< li > Let services send letters to international addresses< / li >
2020-01-07 15:18:03 +00:00
< li > Automate the removal of inactive users and API keys< / li >
2019-06-04 11:20:33 +01:00
< / ul >
2018-01-23 15:46:49 +00:00
2020-01-07 15:03:13 +00:00
< h2 class = "heading-medium" > April to June 2020< / h2 >
2019-08-15 13:13:11 +01:00
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2020-01-07 15:32:12 +00:00
< li > Use two-factor authentication to protect files sent by email< / li >
< li > Let services attach forms to letter templates< / li >
2019-06-04 11:20:33 +01:00
< / ul >
2018-01-23 15:46:49 +00:00
2020-01-07 15:03:13 +00:00
< h2 class = "heading-medium" > July to September 2020< / h2 >
2019-08-15 13:13:11 +01:00
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2020-01-07 15:03:13 +00:00
< li > Add large print letter templates< / li >
< li > Add multilingual letter templates so services can provide information in several languages< / li >
2020-01-07 15:18:03 +00:00
< li > Publish guidance and examples to help teams send effective messages< / li >
< li > Let services save emergency contact lists for business continuity< / li >
2019-06-04 11:20:33 +01:00
< / ul >
2019-02-22 15:24:43 +00:00
2020-01-07 15:03:13 +00:00
< h2 class = "heading-medium" > October 2020 onwards< / h2 >
2019-02-22 15:24:43 +00:00
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2019-08-15 15:13:39 +01:00
2020-01-07 15:03:13 +00:00
< li > Start sending emails from NHS and Parliament email addresses< / li >
2020-01-07 15:18:03 +00:00
< li > Add a link shortening service< / li >
2019-08-15 13:13:11 +01:00
< li > Specify an expiry period for undeliverable text messages< / li >
2020-01-07 15:03:13 +00:00
< li > Let users save draft templates< / li >
2019-08-15 13:13:11 +01:00
< li > Distribute the delivery of a batch of messages over several hours< / li >
2020-01-07 15:03:13 +00:00
< li > Explore other ways to pay for Notify< / li >
2019-06-04 11:20:33 +01:00
< / ul >
2017-03-23 14:59:24 +00:00
{% endblock %}