Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
18 changes: 18 additions & 0 deletions .markdownlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"default": true,
"MD013": false,
"MD033": {
"allowed_elements": [
"table",
"thead",
"tbody",
"tr",
"th",
"td"
]
},
"MD024": {
"siblings_only": true
},
"MD043": false
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,26 @@ The prototype guides users through:

## Current status

**Version:** 1.0
**Version:** 1.0
**Status:** Research prototype for user testing

### What works

- Complete end-to-end user journey
- Age validation (55-74 years eligible)
- NHS design system patterns and components
- Responsive design following NHS accessibility standards

### Known limitations

- **Scoring system not implemented** - The prototype doesn't calculate weighted scores from answers in the background
- **Fixed outcome** - Currently shows high-risk result by default (with option to view low-risk alternative)
- **Research prototype only** - Not intended for clinical use

## Research hypothesis

We hypothesize that most users will prefer completing lung health assessments digitally rather than over the phone, due to:

- Convenience of completing in their own time
- Privacy for answering personal questions
- Reduced time commitment
Expand All @@ -44,6 +47,7 @@ However, we expect some users will always prefer speaking to a healthcare profes
## Design approach

This prototype has been developed in consultation with:

- Health Check Online team
- NHS 111
- Screening and Personalised Prevention teams
Expand Down
Loading