2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
2022-01-05 14:39:18 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/content-metadata.html" import content_metadata %}
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
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Roadmap</ h1 >
2017-11-28 11:58:15 +00:00
2023-05-08 10:49:30 -04:00
<!-- {{ content_metadata(
2022-01-05 14:39:18 +00:00
data={
2022-11-01 12:24:54 -04:00
"Last updated": "1 November 2022",
"Next review due on": "15 December 2022"
2022-01-06 15:40:14 +00:00
}
2023-05-08 10:49:30 -04:00
) }} -->
2021-12-31 09:56:40 +00:00
2022-01-06 15:40:14 +00:00
2023-06-06 15:28:24 -04:00
< p > The Notify roadmap shows what we’ re working on and what we're planning to do next.</ p >
< p > This roadmap is only a guide. It does not cover everything we do, and some things may change.</ p >
2023-08-08 16:19:17 -04:00
< p > You can < a class = "usa-link" href = "{{url_for('.support')}}" > contact us</ a > if you have any questions about the roadmap or suggestions for new features.</ p >
2017-03-23 14:59:24 +00:00
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "things-we-are-working-on" > What we’ re working on</ h2 >
2021-11-24 16:15:02 +00:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "now" > Now</ h3 >
2021-02-25 14:22:57 +00:00
2023-06-06 15:28:24 -04:00
< p > We are investigating the Notify concept, building on the notifications tool pioneered by the UK.</ p >
< p > To do this, we are convening a pilot with a small set of partners.</ p >
< p > Goals during this stage:</ p >
2022-11-01 12:24:54 -04:00
2021-02-25 14:22:57 +00:00
< ul class = "list list-bullet" >
2022-11-01 12:24:54 -04:00
< li > Achieve compliance to begin piloting, such as ATO and privacy standards</ li >
< li > Demonstrate that a government-run notifications tool provides a unique value</ li >
< li > Gather data from the pilot to improve the product</ li >
</ ul >
2023-06-06 15:28:24 -04:00
< p > Features prioritized during this stage:</ p >
2022-11-01 12:24:54 -04:00
< ul class = "list list-bullet" >
2022-11-02 08:16:30 -04:00
< li > Bulk, individually customizable one-way SMS sending via web UI</ li >
2022-11-01 12:24:54 -04:00
< li > Organization permissions settings for various team members to edit/send</ li >
< li > Reusable message templates</ li >
2023-05-08 10:49:30 -04:00
< li > Seven-day records deletion</ li >
2022-11-01 12:24:54 -04:00
< li > Message send/failure analytics</ li >
2021-02-25 14:22:57 +00:00
</ ul >
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "next" > Next</ h3 >
2021-02-25 14:22:57 +00:00
2023-06-06 15:28:24 -04:00
< p > If the pilot is successful, we hope to recruit additional high-impact partners to improve outcomes for low-income individuals and families.</ p >
2022-11-01 12:24:54 -04:00
2023-06-06 15:28:24 -04:00
< p > Goals during this stage:</ p >
2022-11-01 12:24:54 -04:00
2021-02-25 14:22:57 +00:00
< ul class = "list list-bullet" >
2022-11-01 12:24:54 -04:00
< li > Complement Notify with practical guidance and support services</ li >
< li > Iterate on existing features and implement new features based on what we've learned so far</ li >
< li > Hone our measurement approaches to better quantify impact</ li >
</ ul >
2023-06-06 15:28:24 -04:00
< p > Features prioritized during this stage:</ p >
2022-11-01 12:24:54 -04:00
< ul class = "list list-bullet" >
< li > SMS sending via API integration</ li >
2022-11-02 08:16:30 -04:00
< li > Single-level decision two-way messaging (e.g. reply “YES” if, or “NO” if…)</ li >
2022-11-01 12:24:54 -04:00
< li > Self-service account creation</ li >
< li > Application status page</ li >
< li > Scheduled send option</ li >
2019-06-04 11:20:33 +01:00
</ ul >
2017-10-05 13:58:05 +01:00
2023-06-06 15:28:24 -04:00
< h3 class = "font-body-lg" id = "later" > Later</ h3 >
2021-11-24 16:15:02 +00:00
2023-06-06 15:28:24 -04:00
< p > In the future, we may decide to expand beyond SMS, or to offer the service government-wide.</ p >
2022-11-01 12:24:54 -04:00
2023-06-06 15:28:24 -04:00
< p > Features to be considered during this stage:</ p >
2022-11-01 12:24:54 -04:00
2021-11-24 16:15:02 +00:00
< ul class = "list list-bullet" >
2022-11-01 12:24:54 -04:00
< li > Email sending via UI and API</ li >
2022-11-02 08:16:30 -04:00
< li > Multiple-level decision two-way messaging (greater than one layer decision-tree)</ li >
< li > Open-text reply two-way messaging (rather than reply yes or no, 1 or 2, etc.)</ li >
2022-11-01 12:24:54 -04:00
< li > Multilingual interface and content library options</ li >
2023-05-08 10:49:30 -04:00
< li > Recurring scheduled send (such as “Send each Monday for 3 weeks”)</ li >
2021-11-24 16:15:02 +00:00
</ ul >
2023-06-06 15:28:24 -04:00
<!-- <h2 class="font-body-lg" id="things-we-have-done">Things we’ ve done</h2>
2021-11-30 09:03:58 +00:00
2023-06-06 15:28:24 -04:00
<p>Recently we have:</p>
2022-01-19 17:04:09 +00:00
<ul class="list list-bullet">
2022-11-01 12:24:54 -04:00
<li></li>
<li></li>
2022-01-20 13:59:18 +00:00
2022-11-01 12:24:54 -04:00
</ul> -->
2022-04-26 16:20:29 +01:00
2017-03-23 14:59:24 +00:00
{% endblock %}