diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html new file mode 100644 index 000000000..fc15b1897 --- /dev/null +++ b/app/templates/views/roadmap.html @@ -0,0 +1,65 @@ +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %} +{% extends "withoutnav_template.html" %} + +{% block per_page_title %} + Roadmap for GOV.UK Notify +{% endblock %} + +{% block maincolumn_content %} + +
+
+

Roadmap for GOV.UK Notify

+ +

+ Here’s a list of the new functionality we’re planning to offer through GOV.UK Notify over the next 6 to 9 months. +

+ +
+

+ This roadmap is a only a guide and may change from month to month. +

+
+ +

+ If you want to find out more about these features, or have some needs that Notify isn’t yet meeting, + please get in touch with us through our support page, or chat with us in our + cross-government Slack channel. +

+ +

April 2017

+ + +

May 2017

+ + +

June to August 2017

+ + +

September 2017 and beyond

+ + +{% endblock %}