2018-01-25 15:29:05 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
2017-11-28 11:58:15 +00:00
{% from "components/sub-navigation.html" import sub_navigation %}
2017-03-23 14:59:24 +00:00
{% extends "withoutnav_template.html" %}
{% block per_page_title %}
2017-06-14 17:01:16 +01:00
Roadmap
2017-03-23 14:59:24 +00:00
{% endblock %}
{% block maincolumn_content %}
< div class = "grid-row" >
2017-11-28 11:58:15 +00:00
< div class = "column-one-third" >
{{ sub_navigation(navigation_links) }}
</ div >
2017-03-23 14:59:24 +00:00
< div class = "column-two-thirds" >
2017-11-28 11:58:15 +00:00
2017-06-14 17:01:16 +01:00
< h1 class = "heading-large" > Roadmap</ h1 >
2018-05-18 16:07:46 +01:00
2017-11-28 11:58:15 +00: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 >
2018-02-26 09:35:59 +00:00
< p > Notify is in public beta. This means it’ s fully operational and supported, but we’ re regularly adding new features. The roadmap is a guide to what we have planned, but some things might change.</ p >
2017-11-28 11:58:15 +00:00
< p > You can < a href = "{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}" > contact us</ a > for more detail about these features, or to suggest something else you’ d like Notify to offer.</ p >
2017-03-23 14:59:24 +00:00
2018-05-18 16:07:46 +01:00
< h2 class = "heading-medium" > July to September 2018</ h2 >
2018-01-23 15:46:49 +00:00
< ul class = "list list-bullet" >
2018-05-18 16:40:42 +01:00
< li > More formatting options for letters</ li >
2018-05-18 16:07:46 +01:00
< li > Update your own email and letter branding</ li >
< li > Restrict templates to different teams within your service</ li >
< li > Email documents to your users (using the API)</ li >
2017-11-28 11:58:15 +00:00
</ ul >
2017-03-23 14:59:24 +00:00
2018-05-18 16:07:46 +01:00
< h2 class = "heading-medium" > October to December 2018</ h2 >
2018-01-23 15:46:49 +00:00
2017-11-28 11:58:15 +00:00
< ul class = "list list-bullet" >
2018-05-18 16:07:46 +01:00
< li > Email documents to your users (using the interface)</ li >
< li > Add two-factor authentication for documents emailed to your users</ li >
< li > Send emails using NHS and Parliament addresses</ li >
< li > Let service managers change team members’ phone numbers and email addresses</ li >
2018-01-23 15:46:49 +00:00
</ ul >
2018-05-18 16:07:46 +01:00
< h2 class = "heading-medium" > January to March 2019</ h2 >
2018-01-23 15:46:49 +00:00
< ul class = "list list-bullet" >
2018-05-18 16:07:46 +01:00
< li > Distribute the delivery of a batch of messages over a number of hours</ li >
< li > Specify how long Notify will try to deliver a text message for</ li >
< li > Scan incoming and outgoing messages for banned content</ li >
< li > Provide usage and reporting data via the API</ li >
< li > Save work in progress/draft templates</ li >
</ ul >
< h2 class = "heading-medium" > April 2019 onwards</ h2 >
< ul class = "list list-bullet" >
< li > Offer more ways to pay for Notify usage</ li >
< li > Publish patterns for effective emails, text messages and letters</ li >
< li > Check mobile numbers are valid before sending text messages</ li >
2018-01-23 15:46:49 +00:00
< li > Retire version 1 of the API</ li >
2017-11-28 11:58:15 +00:00
</ ul >
2017-03-23 14:59:24 +00:00
2017-11-28 11:58:15 +00:00
</ div >
</ div >
2017-10-05 13:58:05 +01:00
2017-03-23 14:59:24 +00:00
{% endblock %}