Update roadmap.html

@em-herrick made a good point that `unidirectional` and `bidirectional` were prob not the best choices for plain language. I have swapped to `one-way` and `two-way` messaging here.
This commit is contained in:
Tim Lowden
2022-11-02 08:16:30 -04:00
committed by GitHub
parent 14a8afee12
commit 182130d158

View File

@@ -39,8 +39,7 @@
<p class="govuk-body">Features prioritized during this stage:</p>
<ul class="list list-bullet">
<li>Bulk, individually customizable SMS sending via web UI</li>
<li>Bulk, individually customizable one-way SMS sending via web UI</li>
<li>Organization permissions settings for various team members to edit/send</li>
<li>Reusable message templates</li>
<li>7-day records deletion</li>
@@ -63,7 +62,7 @@
<ul class="list list-bullet">
<li>SMS sending via API integration</li>
<li>Single-level decision bidirectionality (e.g. reply “YES” if, or “NO” if…)</li>
<li>Single-level decision two-way messaging (e.g. reply “YES” if, or “NO” if…)</li>
<li>Self-service account creation</li>
<li>Application status page</li>
<li>Scheduled send option</li>
@@ -78,8 +77,8 @@
<ul class="list list-bullet">
<li>Email sending via UI and API</li>
<li>Multiple-level decision bidirectionality (greater than one layer decision-tree)</li>
<li>Open-text reply bidirectionality (rather than reply yes or no, 1 or 2, etc.)</li>
<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>
<li>Multilingual interface and content library options</li>
<li>Recurring scheduled send (e.g. “Send each Monday for 3 weeks”)</li>