Results 29 issues of Mike Monteith

Write integration tests to cover all user journeys

Write unit tests for all of our functions and make sure our functions are small and testable.

Can we have some guidance around where open source should be used, and at a minimum we should be practicing "inner source". https://en.m.wikipedia.org/wiki/Inner_source I often find myself having to ask...

# Bug Report ## What is the issue? We found an issue recently which was caused by `` having `display: block` style. It turns out that when importing individual sass...

Add a middleware to make wagtail's pageurl templatetag create relative links. Without this middleware, hyperlinks on sharing.mysite.com will take a user to mysite.com. Our reviewers want to review multiple draft...

# Publish an official sandbox docker image The Record A Vaccination Service (RAVS) uses the PDS API. Developers are using the hosted sandbox in local development, and in automated tests....

The nhsuk-frontend CSS and JS files are just copy-and-pasted into this repo, which could be error prone. We should build in a system where the nhsuk-frontend version is tracked here...

At the moment, not all templates are documented. Sometimes only the block usage is documented. We should go through each block component and make sure we have also explained how...