You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main changes are:
* Added all clinic locations to the default team
* Switch between radios and autocomplete depending on number of clinic locations
* Various bug fixes and robustness measures
Squashed commit messages:
* Fix "undefined" in clinic session page's caption
Was trying to show the year groups, but that's a school session only thing.
* Use autocomplete for clinic selection with many clinics
Use radio buttons with 16 or fewer clinics, or the autocomplete search field over that.
* Give the 'default' clinic a specific name and address
* Give the Coventry team all of its clinic locations
Now that we let the user choose a location, we're fine to show all of them.
* Reduce the number of faked clinic bookings to keep on top of memory issues.
* Improve the content on the vaccination periods page
* Make clinic setup robust to lack of date entry
Previously, the lack of a date would cause the recording of session start and end times to fail, as the Date object we wanted to create was invalid with only times in it.
* If vaccinator counts are consistent, simplify check-answers
* Take the MMR consent comms question out of clinics
* Content refinements for the vaccination-periods page.
As suggested by EmmaH-F.
0 commit comments