mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Updating site to use USWDS styles (#509)
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading-large">Roadmap</h1>
|
||||
<h1 class="font-body-2xl margin-bottom-3">Roadmap</h1>
|
||||
|
||||
<!-- {{ content_metadata(
|
||||
data={
|
||||
@@ -18,17 +18,17 @@
|
||||
) }} -->
|
||||
|
||||
|
||||
<p class="govuk-body">The Notify roadmap shows what we’re working on and what we're planning to do next.</p>
|
||||
<p class="govuk-body">This roadmap is only a guide. It does not cover everything we do, and some things may 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>
|
||||
<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>
|
||||
<p>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" id="things-we-are-working-on">What we’re working on</h2>
|
||||
<h2 class="font-body-lg" id="things-we-are-working-on">What we’re working on</h2>
|
||||
|
||||
<h3 class="heading-small" id="now">Now</h3>
|
||||
<h3 class="font-body-lg" id="now">Now</h3>
|
||||
|
||||
<p class="govuk-body">We are investigating the Notify concept, building on the notifications tool pioneered by the UK.</p>
|
||||
<p class="govuk-body">To do this, we are convening a pilot with a small set of partners.</p>
|
||||
<p class="govuk-body">Goals during this stage:</p>
|
||||
<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>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Achieve compliance to begin piloting, such as ATO and privacy standards</li>
|
||||
@@ -36,7 +36,7 @@
|
||||
<li>Gather data from the pilot to improve the product</li>
|
||||
</ul>
|
||||
|
||||
<p class="govuk-body">Features prioritized during this stage:</p>
|
||||
<p>Features prioritized during this stage:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Bulk, individually customizable one-way SMS sending via web UI</li>
|
||||
@@ -46,11 +46,11 @@
|
||||
<li>Message send/failure analytics</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-small" id="next">Next</h3>
|
||||
<h3 class="font-body-lg" id="next">Next</h3>
|
||||
|
||||
<p class="govuk-body">If the pilot is successful, we hope to recruit additional high-impact partners to improve outcomes for low-income individuals and families.</p>
|
||||
<p>If the pilot is successful, we hope to recruit additional high-impact partners to improve outcomes for low-income individuals and families.</p>
|
||||
|
||||
<p class="govuk-body">Goals during this stage:</p>
|
||||
<p>Goals during this stage:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Complement Notify with practical guidance and support services</li>
|
||||
@@ -58,7 +58,7 @@
|
||||
<li>Hone our measurement approaches to better quantify impact</li>
|
||||
</ul>
|
||||
|
||||
<p class="govuk-body">Features prioritized during this stage:</p>
|
||||
<p>Features prioritized during this stage:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>SMS sending via API integration</li>
|
||||
@@ -68,11 +68,11 @@
|
||||
<li>Scheduled send option</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-small" id="later">Later</h3>
|
||||
<h3 class="font-body-lg" id="later">Later</h3>
|
||||
|
||||
<p class="govuk-body">In the future, we may decide to expand beyond SMS, or to offer the service government-wide.</p>
|
||||
<p>In the future, we may decide to expand beyond SMS, or to offer the service government-wide.</p>
|
||||
|
||||
<p class="govuk-body">Features to be considered during this stage:</p>
|
||||
<p>Features to be considered during this stage:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
|
||||
</ul>
|
||||
|
||||
<!-- <h2 class="heading-medium" id="things-we-have-done">Things we’ve done</h2>
|
||||
<!-- <h2 class="font-body-lg" id="things-we-have-done">Things we’ve done</h2>
|
||||
|
||||
<p class="govuk-body">Recently we have:</p>
|
||||
<p>Recently we have:</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user