Commit b540c85
authored
Add London flu service as a separate vaccine type (#412)
As an alternative to #395, this adds the London flu service eligibility
options by creating a separate vaccine type instead.
This would be technically simpler to develop, but would have the
downside of requiring pharmacies to double enter all their flu vaccine
batch numbers and expiry dates, as they use the same physical vaccines
for both the National and London flu campaigns.
## Screenshots
| | Before | After |
|--|--------|-------|
| Adding batch | <img width="511" height="282" alt="Screenshot
2025-07-21 at 12 06 02"
src="https://github.com/user-attachments/assets/3ead6862-7491-48f8-bc2c-e40b6d0aea5f"
/> | <img width="604" height="336" alt="Screenshot 2025-07-22 at 11 49
42"
src="https://github.com/user-attachments/assets/9d537b8f-0803-4180-bab3-2d65ecb74212"
/> |
| Selecting vaccine when recording | <img width="707" height="474"
alt="Screenshot 2025-07-21 at 12 04 56"
src="https://github.com/user-attachments/assets/519747cd-27c3-44cd-9ee6-74587785babf"
/> | <img width="634" height="517" alt="Screenshot 2025-07-22 at 12 01
11"
src="https://github.com/user-attachments/assets/dac27146-4cc6-4235-aba3-1245b49edbd4"
/> |
| Eligibility | <img width="755" height="1101" alt="Screenshot
2025-07-21 at 12 06 54"
src="https://github.com/user-attachments/assets/32135198-735d-4550-8540-536e318e3766"
/> | <img width="620" height="621" alt="Screenshot 2025-07-21 at 12 07
21"
src="https://github.com/user-attachments/assets/fbace5c9-28ec-4441-9695-381beead8b08"
/> or <img width="633" height="762" alt="Screenshot 2025-07-21 at 12 07
40"
src="https://github.com/user-attachments/assets/d8dc87c8-760e-4765-97c2-19e4d9a8784f"
/> |1 parent 00ed4a4 commit b540c85
File tree
5 files changed
+31
-38
lines changed- app
- data
- routes
- views/record-vaccinations
5 files changed
+31
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
| 947 | + | |
| 948 | + | |
948 | 949 | | |
949 | 950 | | |
950 | 951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
42 | 65 | | |
43 | 66 | | |
44 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 105 | | |
137 | 106 | | |
138 | 107 | | |
| |||
0 commit comments