diff --git a/app/main/views/index.py b/app/main/views/index.py index bd70df9e6..b0def9efa 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -105,3 +105,8 @@ def documentation(): @main.route('/integration_testing') def integration_testing(): return render_template('views/integration_testing.html') + + +@main.route('/roadmap') +def roadmap(): + return render_template('views/roadmap.html') diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index b12b838d4..4fc273400 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -96,6 +96,7 @@
+ 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. +
+ +