Files
notifications-admin/app/templates/views/roadmap.html

50 lines
1.9 KiB
HTML
Raw Normal View History

{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% 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 %}
{% block content_column_content %}
2017-03-23 14:59:24 +00:00
<h1 class="heading-large">Roadmap</h1>
2017-03-23 14:59:24 +00:00
<p>The GOV.UK Notify roadmap shows the things were 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 its fully operational and supported, but were still adding new features. The roadmap is a guide to what we have planned, but some things might change.</p>
2019-07-12 10:09:58 +01:00
<p>You can <a 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>
2019-08-15 13:13:11 +01:00
<h2 class="heading-medium">July to September 2019</h2>
<ul class="list list-bullet">
2019-08-15 15:13:39 +01:00
<li>Upload your own letters instead of using Notify templates</li>
2019-08-15 13:13:11 +01:00
<li>Get automated updates about returned and undelivered letters</li>
</ul>
2018-01-23 15:46:49 +00:00
2019-08-15 13:13:11 +01:00
<h2 class="heading-medium">October to December 2019</h2>
<ul class="list list-bullet">
2019-08-15 15:13:39 +01:00
<li>Send letters internationally</li>
<li>Upload a mail merge of letters instead of using Notify templates</li>
</ul>
2018-01-23 15:46:49 +00:00
2019-08-15 13:13:11 +01:00
<h2 class="heading-medium">January to March 2020</h2>
<ul class="list list-bullet">
2019-08-15 15:13:39 +01:00
<li>Bilingual letter templates for services that need to provide information in 2 languages</li>
<li>Save draft templates</li>
</ul>
2019-02-22 15:24:43 +00:00
2019-08-15 13:13:11 +01:00
<h2 class="heading-medium">April 2020 onwards</h2>
2019-02-22 15:24:43 +00:00
<ul class="list list-bullet">
2019-08-15 15:13:39 +01:00
2019-08-15 13:13:11 +01:00
<li>Other ways to pay for Notify</li>
<li>Send emails from NHS and Parliament email addresses</li>
2019-08-15 15:13:39 +01:00
<li>Link shortening service</li>
<li>Two-factor authentication for accessing files sent by email</li>
2019-08-15 13:13:11 +01:00
<li>Specify an expiry period for undeliverable text messages</li>
<li>Distribute the delivery of a batch of messages over several hours</li>
</ul>
2017-03-23 14:59:24 +00:00
{% endblock %}