From 01a2910f43c8aa7ffa7a8a53499a6d894250b315 Mon Sep 17 00:00:00 2001 From: Tom Hipkin Date: Thu, 12 Nov 2020 14:39:47 +0000 Subject: [PATCH] release-001 - address rails-template TODO - any user can see a start page for the planning journey - use GOV.UK Frontend framework - users can see a basic form to start the planning journey sourced by a Contentful fixture - planning form is styled as a GOV.UK form - validate that an answer is provided to a question - the first planning question comes directly from Contentful - handle the exceptional case when a Contentful entry is missing - multiple radio questions can be answered in sequence - users can be asked to answer a short text question - Contentful can redirect users to preview endpoints --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742631505..733795bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [release-001] - 2020-11-12 + - address rails-template TODO - any user can see a start page for the planning journey - use GOV.UK Frontend framework @@ -19,5 +21,7 @@ Contentful fixture - users can be asked to answer a short text question - Contentful can redirect users to preview endpoints -[unreleased]: TODO +[unreleased]: https://github.com/DfE/DFE-Digital/buy-for-your-school/compare/release-001...HEAD +[release-001]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-000...release-001 + [keep a changelog 1.0.0]: https://keepachangelog.com/en/1.0.0/