A prototype for managing breast screening clinics and participants, built using the NHS.UK prototype kit.
This prototype demonstrates a system for managing breast screening clinics, including:
- Viewing and managing daily clinic lists
- Tracking participants through their screening journey
- Managing participant information and status
The prototype includes auto-generated example data to demonstrate the interactions and user journeys.
- Follow the NHS.UK prototype kit installation guide
- Clone this repository
- Run
npm install
- Run
npm run watch
The prototype will generate example data on first run.
- View all clinics or today's clinics
- View clinic details and participant lists
- Track participant status through their screening journey
- View participant details within clinic context
- Example data is auto-generated in
app/data/generated
- Delete the generated folder to regenerate fresh example data
- You can also run the generator directly with
node app/lib/generate-seed-data.js
- Uses NHS.UK design system components and patterns
- Use
tree app
to generate a tree diagram of the project
As with all prototypes made with the NHS.UK prototype kit, this is for research and testing only. Do not use real participant data.
If you publish your prototypes online, they must be protected by a username and password. This is to prevent members of the public finding prototypes and thinking they are real services.