2017-03-23 14:59:24 +00:00
|
|
|
|
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %}
|
|
|
|
|
|
{% 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">
|
|
|
|
|
|
<div class="column-two-thirds">
|
2017-06-14 17:01:16 +01:00
|
|
|
|
<h1 class="heading-large">Roadmap</h1>
|
2017-03-23 14:59:24 +00:00
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Here’s a list of the new functionality we’re planning to offer through GOV.UK Notify over the next 6 to 9 months.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="panel panel-border-wide">
|
|
|
|
|
|
<p>
|
|
|
|
|
|
This roadmap is a only a guide and may change from month to month.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
If you want to find out more about these features, or have some needs that Notify isn’t yet meeting,
|
|
|
|
|
|
please get in touch with us through our <a href="{{ url_for('main.support') }}">support page</a>, or chat with us in our
|
|
|
|
|
|
<a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">cross-government Slack channel</a>.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<h2 class="heading-medium">October 2017</h2>
|
2017-05-09 14:51:20 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<li>Allowing multiple sender names / reply-to-addresses</li>
|
2017-03-23 14:59:24 +00:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<h2 class="heading-medium">November 2017</h2>
|
2017-06-08 15:25:37 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<li>Allow services to get text messages replies via the API</li>
|
|
|
|
|
|
<li>Sending of pre-compiled text messages and emails</li>
|
|
|
|
|
|
<li>Sending of pre-compiled letters</li>
|
2017-08-23 11:17:58 +01:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<h2 class="heading-medium">December 2017 to February 2018</h2>
|
2017-08-23 11:17:58 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<li>Customising the expiry time for text messages</li>
|
|
|
|
|
|
<li>Allow service owners to manage team members details</li>
|
|
|
|
|
|
<li>Allowing people to request to join a service</li>
|
2017-06-08 15:25:37 +01:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<h2 class="heading-medium">March 2018 onwards</h2>
|
2017-03-23 14:59:24 +00:00
|
|
|
|
<ul class="list list-bullet">
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<li>Retire version 1 of the API</li>
|
2017-05-09 14:51:20 +01:00
|
|
|
|
<li>Checking mobile numbers are valid before sending</li>
|
2017-10-05 13:58:05 +01:00
|
|
|
|
<li>Posting delivery receipts to services</li>
|
|
|
|
|
|
<li>Distributing delivery of notifications over a period of time</li>
|
|
|
|
|
|
<li>Explore other channels (Facebook messenger, WhatsApp, Push Notifications)</li>
|
|
|
|
|
|
<li>Automated content scanning for banned content</li>
|
2017-03-23 14:59:24 +00:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|