mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
43 lines
2.0 KiB
HTML
43 lines
2.0 KiB
HTML
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
||
{% extends "content_template.html" %}
|
||
|
||
{% block per_page_title %}
|
||
Roadmap
|
||
{% endblock %}
|
||
|
||
{% block content_column_content %}
|
||
|
||
<h1 class="heading-large">Roadmap</h1>
|
||
|
||
<p class="govuk-body">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>
|
||
<p class="govuk-body">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>
|
||
<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>
|
||
|
||
<h2 class="heading-medium">October to December 2020</h2>
|
||
|
||
<ul class="list list-bullet">
|
||
<li>Increase our capacity to meet the needs of NHS Test and Trace, and other COVID-19 services</li>
|
||
<li>Explore ways to help teams send effective messages</li>
|
||
</ul>
|
||
|
||
<h2 class="heading-medium">January 2021 onwards</h2>
|
||
|
||
<ul class="list list-bullet">
|
||
|
||
<li>Use two-factor authentication to protect files sent by email</li>
|
||
<li>Add a link shortening service</li>
|
||
<li>Let services attach forms to letter templates</li>
|
||
<li>Add large print letter templates</li>
|
||
<li>Add multilingual letter templates so services can provide information in several languages</li>
|
||
<li>Let users save draft templates</li>
|
||
<li>Distribute the delivery of a batch of messages over several hours</li>
|
||
<li>Specify an expiry period for undeliverable text messages</li>
|
||
<li>Explore other ways to pay for Notify</li>
|
||
<li>Make it easy to see the replies from staff on an emergency contact list</li>
|
||
<li>Start sending emails from NHS and Parliament email addresses</li>
|
||
<li>Make it easier for software suppliers to set up Notify for their customers</li>
|
||
|
||
</ul>
|
||
|
||
{% endblock %}
|