Skip to main content

Sprint 1

Content development

WGLL is a foundation framework for health and social care transformation. For example, its seven measures are ‘lenses’ for digital maturity assessments, with the framework providing context for self-assessments and signposting to essential guidance and resources. People doing assessments can also access ‘Blueprints’ to see examples of other organisations’ initiatives relating to each success measure.

However, the discovery suggested that these various resources could be linked more effectively - they are held on a variety of different platforms. The team decided to test its hypothesis that a single platform could help:

  1. address unmet user needs and points of friction in user journeys identified in [the discovery](/discovery/)
  2. provide a trusted ‘single source of truth’
  3. present tailored journeys and tools for different types of user and use cases
  4. distinguish between the WGLL framework itself and derived products that support specific use cases

Why WordPress?

The team knew that, as a browser-based service, a single platform would have to be accessible (to WCAG 2.1 AA) and built to either NHS or GOV.UK design patterns.

This narrowed down its choice of Alpha prototype tooling. Figma and AxureRP were felt to be better for trialling static designs and lower fidelity clickable prototypes, whereas the team wanted to design, test and iterate navigation and categorisation from the outset. Wireframes were also considered - essentially allowing users to focus on new or amended content - but, again, the team felt the way people navigate around the content was the area they needed to test most and static wireframes wouldn’t allow that.

Next, the team considered using the NHS prototype kit, or eleventy (the tool used for this design history). Both create NHS-styled websites without needing lots of developer time. However, neither would easily allow us to try out different approaches to information architecture, search and tagging without extra coding. So the team looked at WordPress. Although an unusual option for an alpha, WordPress:

  1. provides a fully featured content management system (CMS) which the team’s content designers had used before
  2. stores content in a relational database which can be readily imported and exported to future platforms
  3. can be easily styled to look like an NHS service using the NHS Nightingale theme for WordPress (created by Tony Blacker at NHS Digital Academy)
  4. is highly extensible with a variety of plugins available to support taxonomy and/or ontology development, password protection and other functionality the prototype would need (plus the ability to code custom plugins as needed)

How the site was built

First, the team set up the prototype website. They:

  1. bought a domain and added hosting (£14)
  2. added wildcard SSL (free)
  3. installed Wordpress, the Nightingale theme and its 2 companion plugins
  4. set password protection (via Password Protected plugin)
  5. added users to defined roles
  6. created some pages
WGLL v1 - as published - recreated in WordPress
WGLL v1 - as published - recreated in WordPress

Referring to their service designer’s initial conceptual model, the team installed some more plugins:

  • ACF (Advanced Custom Fields) to set custom post types (‘Blueprint’), field groups and taxonomies
  • AlphaListing plugin for A-Z listing
  • FacetWP (for advanced search with facets)
  • Timeline block (for a visual service roadmap)
  • WP All Import and its ACF add-on to allow easy import of related content
  • Redirection - to redirect ‘archive’ pages to WP Facet pages
  • Nested pages - to make it easier to nest pages in the WP admin dashboard

Return to homepage