Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 01 17 new features readme layout and content #130

Merged
merged 25 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8f3c91a
New Design README file
christophercameron-ixd Jan 17, 2024
af40f91
Fixed broken links
christophercameron-ixd Jan 17, 2024
3553e3e
Added all features created so far and links
christophercameron-ixd Jan 17, 2024
8bd2fa2
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
9f68607
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
453524b
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
721f986
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
c89982d
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
bc0bb23
Rename prototype-tested.md to README.md
christophercameron-ixd Jan 17, 2024
c79baa8
Delete design/prototype-version-X directory
christophercameron-ixd Jan 17, 2024
0a918bf
Delete design/features/feature-template.md
christophercameron-ixd Jan 17, 2024
11187c2
Delete .DS_Store
christophercameron-ixd Jan 17, 2024
6314980
Update README.md - minor tweaks for readability and house style
C-Harry Jan 17, 2024
7860955
Update README.md - small tweaks for readability
C-Harry Jan 17, 2024
dcf0165
Merge pull request #131 from alphagov/C-Harry-review-documentation-co…
christophercameron-ixd Jan 17, 2024
ec1fe84
Merge pull request #132 from alphagov/C-Harry-review-documentation-co…
christophercameron-ixd Jan 17, 2024
e2bc2fb
Punctuation
christophercameron-ixd Jan 17, 2024
c436df1
Description content update
christophercameron-ixd Jan 17, 2024
308bcfe
Description content update
christophercameron-ixd Jan 17, 2024
91a5916
Description and punctuation updates
christophercameron-ixd Jan 17, 2024
4a1118a
Description content update
christophercameron-ixd Jan 17, 2024
242eeb5
Description content update
christophercameron-ixd Jan 17, 2024
9060e20
Description content update
christophercameron-ixd Jan 17, 2024
8369c93
Description content update
christophercameron-ixd Jan 17, 2024
987f82a
Description content update
christophercameron-ixd Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions design/README.md
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).
29 changes: 26 additions & 3 deletions design/features/README.md
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.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ___

## What

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.
This feature introduces new functionality to the form fillers journey, allowing them to request an email confirming that theyve successfully submitted a form.

### User stories

Expand Down
2 changes: 1 addition & 1 deletion design/features/detailed-guidance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ___

## What

This feature introduces new functionality to the form building tool to allow form creators to add more complex help text to a question page. This 'guidance' text will appear above the question, on the same page.
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.

This is considered the best way to introduce complex information when most (if not all) form fillers will need to read that information in order to complete a single question.

Expand Down
6 changes: 3 additions & 3 deletions design/features/early-access/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Early access journey
# Early access journey

## Status

Expand All @@ -11,7 +11,7 @@ ___

## Contents

- [Early access journey](#early-access-journey)
- [Early access journey](#early-access-journey)
- [Status](#status)
- [What](#what)
- [Problems we tried to solve](#problems-we-tried-to-solve)
Expand All @@ -24,7 +24,7 @@ ___
<br>

## What
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.
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.

<br>

Expand Down
2 changes: 1 addition & 1 deletion design/features/editing-drafts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ___

## What

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 though 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.
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 theyre someone whos filling it in. It introduces a clearer, simpler route for form creators to navigate between previewing and editing their form.

<br>

Expand Down
65 changes: 0 additions & 65 deletions design/features/feature-template.md

This file was deleted.

2 changes: 1 addition & 1 deletion design/features/form-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ___

## What

This feature introduces new functionality to the form building tool to allow form creators to see how their form is performing. Initially we’ll be starting with a minimum offering of: number of started forms, number of submitted forms, and completion rate.
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.

This information should cover at least a week of data collected. We’ll look to improve this offering over time and will investigate introducing filters to help form creators adapt data for their needs.

Expand Down
3 changes: 2 additions & 1 deletion design/features/live-draft/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Live and draft
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.

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.

### Problems we tried to solve

Expand Down
2 changes: 1 addition & 1 deletion design/features/previewing-a-question/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ___

## What

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 have added, including hint text and additional guidance.
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.

It is designed to be an optional journey for form creators who are unsure about what an answer type may look like, while giving them a quick idea of the overall layout as presented to form fillers.

Expand Down
2 changes: 1 addition & 1 deletion design/features/routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ___

## What

This feature introduces new functionality to the form building tool to help form creators create simple skip logic for questions. This means that people completing a form only need to be asked relevant questions based on a previously given answer.
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.

### User stories

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ ___

<br>

[Back to the top](#prototype-version-3)
[Back to the top](#prototype-version-3)
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ ___

<br>

[Back to the top](#prototype-version-4)
[Back to the top](#prototype-version-4)
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ ___
<br>

[Back to the top](#prototype-version-5)
[Back to the top](#prototype-version-5)
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ ___

<br>

[Back to the top](#prototype-version-6)
[Back to the top](#prototype-version-6)
34 changes: 0 additions & 34 deletions design/prototype-version-X/page-detail/page-template.md

This file was deleted.

116 changes: 0 additions & 116 deletions design/prototype-version-X/prototype-tested.md

This file was deleted.