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
Copy file name to clipboardExpand all lines: app/select-people-for-invitation/2025/11/rule-library-v2/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,18 @@ Our research showed this was a big step forward in making it easier for users to
25
25
- They fell broadly into 4 types of rule:
26
26
-**Text:** Rules that require a parameter configuring as text e.g. exclude people under a certain age (age is the text parameter)
27
27
-**Text and date:** Rules that require a text parameter and a date parameter, e.g. exclude people under a certain age on a particular date
28
-
-**Pick list:** Rules that require one or more parameters to be selected from a list of options, e.g. exclude people who are not registered to a GP within certain ICBs
28
+
-**Pick list:** Rules that require one or more parameters to be selected from a list of options, e.g. exclude people who are not registered to a GP within certain Integrated Care Boards
29
29
-**Radios** Rules that require a single selection from a group of options, e.g. exclude people living in care homes (yes / no)
30
30
31
31
We designed a template for each type of rule, which means the user interface is tailored to the rule type. Therefore the interaction is much simpler, quicker and safer for users.
32
32
33
33
This image shows the old screen for excluding care home residents:
34
34
35
-
[](rule-library2.png)
35
+
[](rule-library2.png)
36
36
37
37
This image shows the new screen, which as can be seen is very much simpler to use and easier to understand:
38
38
39
-
[](rule-library3.png)
39
+
[](rule-library3.png)
40
40
41
41
A note on the technical implementation: every rule which follows the same template uses the same underlying code, but configured through customised parameters. Meaning we ensure a consistent approach and we don't have to maintain many versions of a radio button rule page for each individual rule which uses that pattern.
0 commit comments