2018-01-25 15:29:05 +00:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
2019-06-04 11:20:33 +01:00
{% extends "content_template.html" %}
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
2019-06-04 11:20:33 +01:00
< h1 class = "heading-large" > Roadmap< / h1 >
2017-03-23 14:59:24 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > The GOV.UK Notify roadmap shows the things we’ re working on and when we hope to have them ready for you to use.< / p >
2020-11-19 15:59:18 +00:00
< p class = "govuk-body" > The roadmap is a guide to what we have planned, but some things might change.< / p >
2020-05-29 17:11:01 +01:00
< 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 >
2017-11-28 11:58:15 +00:00
2021-02-25 14:22:57 +00:00
< h2 class = "heading-medium" > July to December 2021< / h2 >
< ul class = "list list-bullet" >
2021-07-06 17:57:14 +01:00
< li > Help teams to write better messages (private alpha)< / li >
< li > Investigate additional letter formats< / li >
2021-03-29 15:35:22 +01:00
< li > Start sending emails from nhs.uk, gov.scot and parliament.uk email addresses< / li >
2021-02-25 14:22:57 +00:00
< / ul >
< h2 class = "heading-medium" > January to March 2022< / h2 >
< ul class = "list list-bullet" >
< li > Help teams to write better messages (public beta)< / li >
< li > Let teams add forms and attachments to letter templates< / li >
< li > Explore ways to shorten links in emails and text messages< / li >
2020-10-22 18:32:55 +01:00
2019-06-04 11:20:33 +01:00
< / ul >
2017-03-23 14:59:24 +00:00
{% endblock %}