-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from alphagov/2024-01-17-New-features-README-…
…layout-and-content 2024 01 17 new features readme layout and content
- Loading branch information
Showing
20 changed files
with
63 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Design documentation | ||
|
||
We use this part of the GOV.UK Forms repo to record design work and decisions we’ve made. | ||
|
||
You can explore our initial versions of GOV.UK Forms, the prototypes we tested, and new features as they’ve been iterated and adapted based on user research, data and new design patterns. | ||
|
||
## Prototype version history | ||
|
||
At the start of alpha we explored the wider product, focusing on quick iterations across whole journeys. This helped us get a clearer picture of our minimum viable product (MVP) so we could baseline where we wanted to start work from. | ||
|
||
* [Prototype version 1](prototype-version-1) | ||
* [Prototype version 2](prototype-version-2) | ||
* [Prototype version 3](prototype-version-3) | ||
* [Prototype version 4](prototype-version-4) | ||
* [Prototype version 5](prototype-version-5) | ||
* [Prototype version 6](prototype-version-6) | ||
|
||
## Features | ||
|
||
Once we had a baseline that worked for form creators we shifted focus onto key features. The aim was to help align GOV.UK Forms with the key functionality that would help form creators make more of their forms with our product. We used the team’s analysis of feature coverage of forms across GOV.UK to help us priorititse this work. | ||
|
||
You can explore the [features](features) as we’ve designed them and see how they’ve been iterated based on user research and feedback through private beta and ‘early access’. ('Early access' is the period in which we’re encouraging people to try out GOV.UK Forms to see if it’s suitable for them). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
# Features | ||
|
||
Features we have designed and developed into the product directly, rather than the prototype. | ||
We use this area to record design work and decisions made, and any iterations made to improve usability for form creators and form fillers. | ||
|
||
## [Live and draft](/design/features/live-draft/README.md) | ||
The ability to make a draft of a live form to prepare changes to it. You can then make all the changes live at the same time, and at an appropriate time. | ||
## Explore the features we’ve designed | ||
|
||
### [Confirm that a form’s been submitted (form fillers)](confirmation-email-for-form-fillers) | ||
This feature introduces new functionality to the form filler’s journey, allowing them to request an email confirming that they’ve successfully submitted a form. | ||
|
||
### [Add guidance to help people answer the question (‘detailed guidance’)](detailed-guidance) | ||
This feature introduces new functionality to the form building tool, allowing form creators to add more complex help text to a question page. This ‘guidance’ text will appear above the question, on the same page. | ||
|
||
### [‘Early access’ journey](early-access) | ||
This journey is designed to allow people to create a trial account and request an upgrade to an editor account - so they can make live forms to be published on GOV.UK. | ||
|
||
### [Editing pages when looking at a preview of a form](editing-drafts) | ||
This feature introduces functionality in the form building tool to help form creators return to edit their questions more quickly when previewing the form as if they’re someone who’s filling it in. It introduces a clearer, simpler route for form creators to navigate between previewing and editing their form. | ||
|
||
### [Metrics for form creators](form-metrics) | ||
This feature introduces new functionality to the form building tool to allow form creators to see how their form is performing. We’ll be starting with a minimum offering of: number of forms started, number of forms submitted, and completion rate. | ||
|
||
### [Live and draft](live-draft) | ||
This feature introduces the ability to make a draft of a live form so that you can prepare changes to it. You can then make all the changes live at the same time, when appropriate. | ||
|
||
### [Previewing a question](previewing-a-question) | ||
This feature introduces a clear and quick way to help form creators understand what an answer type will look like and how it’ll be formatted alongside other content they’ve added - including hint text and additional guidance. | ||
|
||
### [Simple routing logic (skip questions)](routing) | ||
This feature introduces new functionality to the form building tool to help form creators create simple skip logic for questions. This means you can skip someone to a later question in a form based on their response to a question where they have to select one answer from a list. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,4 +277,4 @@ ___ | |
<br> | ||
|
||
[Back to the top](#prototype-version-3) | ||
[Back to the top](#prototype-version-3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,4 +248,4 @@ ___ | |
<br> | ||
|
||
[Back to the top](#prototype-version-4) | ||
[Back to the top](#prototype-version-4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,4 +237,4 @@ ___ | |
<br> | ||
|
||
[Back to the top](#prototype-version-5) | ||
[Back to the top](#prototype-version-5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -250,4 +250,4 @@ ___ | |
<br> | ||
|
||
[Back to the top](#prototype-version-6) | ||
[Back to the top](#prototype-version-6) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.