mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge branch 'master' into cookies-update
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
) %}
|
||||
{% call row_heading() %}
|
||||
{% if item.status in ('pending-virus-check', 'virus-scan-failed') %}
|
||||
<span class="file-list-filename">{{ item.to }}</span>
|
||||
<span class="file-list-filename loading-indicator">Checking</span>
|
||||
{% else %}
|
||||
<a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}">{{ item.to }}</a>
|
||||
<a class="file-list-filename" href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=item.id) }}">{{ item.to.splitlines()[0].lstrip().rstrip(' ,') if item.to else '' }}</a>
|
||||
{% endif %}
|
||||
<p class="file-list-hint">
|
||||
{{ item.preview_of_content }}
|
||||
|
||||
@@ -24,9 +24,8 @@
|
||||
<li>central government departments</li>
|
||||
<li>local authorities</li>
|
||||
<li>state-funded schools</li>
|
||||
<li>housing associations</li>
|
||||
<li>the NHS</li>
|
||||
<li>companies owned by local or central government that deliver services on their behalf</li>
|
||||
<li>companies running a service on behalf of a public sector organisation</li>
|
||||
</ul>
|
||||
<p>Notify is not currently available to charities.</p>
|
||||
</div>'''
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
Provided as PDF on {{ created_at|format_datetime_short }}
|
||||
</p>
|
||||
<p class="notification-status-cancelled">
|
||||
Validation failed – Notify cannot read this PDF file
|
||||
Validation failed – There’s a problem with your letter. <br>Notify cannot read this PDF.
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</p>
|
||||
{% elif notification_status == 'validation-failed' %}
|
||||
<p class="notification-status-cancelled">
|
||||
Validation failed. {{ message.detail | safe }}
|
||||
Validation failed – {{ message.title | safe }}. {{ message.detail | safe }}
|
||||
</p>
|
||||
{% elif notification_status == 'technical-failure' %}
|
||||
<p class="notification-status-cancelled">
|
||||
|
||||
@@ -13,37 +13,39 @@
|
||||
<p>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>You can <a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> if you have any questions about the roadmap or suggestions for new features.</p>
|
||||
|
||||
<h2 class="heading-medium">July to September 2019</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Upload your own letters instead of using Notify templates</li>
|
||||
<li>Get automated updates about returned and undelivered letters</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">October to December 2019</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Send letters internationally</li>
|
||||
<li>Upload a mail merge of letters instead of using Notify templates</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">January to March 2020</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Bilingual letter templates for services that need to provide information in 2 languages</li>
|
||||
<li>Save draft templates</li>
|
||||
<li>Let services send letters to international addresses</li>
|
||||
<li>Automate the removal of inactive users and API keys</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">April 2020 onwards</h2>
|
||||
<h2 class="heading-medium">April to June 2020</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Use two-factor authentication to protect files sent by email</li>
|
||||
<li>Let services attach forms to letter templates</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">July to September 2020</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Add large print letter templates</li>
|
||||
<li>Add multilingual letter templates so services can provide information in several languages</li>
|
||||
<li>Publish guidance and examples to help teams send effective messages</li>
|
||||
<li>Let services save emergency contact lists for business continuity</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">October 2020 onwards</h2>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
|
||||
<li>Other ways to pay for Notify</li>
|
||||
<li>Send emails from NHS and Parliament email addresses</li>
|
||||
<li>Link shortening service</li>
|
||||
<li>Two-factor authentication for accessing files sent by email</li>
|
||||
<li>Start sending emails from NHS and Parliament email addresses</li>
|
||||
<li>Add a link shortening service</li>
|
||||
<li>Specify an expiry period for undeliverable text messages</li>
|
||||
<li>Let users save draft templates</li>
|
||||
<li>Distribute the delivery of a batch of messages over several hours</li>
|
||||
<li>Explore other ways to pay for Notify</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
Try GOV.UK Notify now if you work in central government, a local authority, or the NHS.
|
||||
</p>
|
||||
<div class="button-container">
|
||||
<a class="button button-start" href='{{ url_for('.register' )}}'>
|
||||
<a class="button button-start" role="button" draggable="false" href='{{ url_for('.register' )}}'>
|
||||
Create an account
|
||||
</a>
|
||||
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
||||
|
||||
Reference in New Issue
Block a user