Skip to content

Commit b630432

Browse files
committed
Update index.md
improved alt text, and acronyms explained
1 parent cd3971b commit b630432

File tree

1 file changed

+3
-3
lines changed
  • app/select-people-for-invitation/2025/11/rule-library-v2

1 file changed

+3
-3
lines changed

app/select-people-for-invitation/2025/11/rule-library-v2/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ Our research showed this was a big step forward in making it easier for users to
2525
- They fell broadly into 4 types of rule:
2626
- **Text:** Rules that require a parameter configuring as text e.g. exclude people under a certain age (age is the text parameter)
2727
- **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
2929
- **Radios** Rules that require a single selection from a group of options, e.g. exclude people living in care homes (yes / no)
3030

3131
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.
3232

3333
This image shows the old screen for excluding care home residents:
3434

35-
[![The rule library v1 way of excluding care home residents](rule-library2.png)](rule-library2.png)
35+
[![The rule library version 1 way of excluding care home residents which was quite complicated and required technical knowledge](rule-library2.png)](rule-library2.png)
3636

3737
This image shows the new screen, which as can be seen is very much simpler to use and easier to understand:
3838

39-
[![The rule library v2 way of excluding care home residents](rule-library3.png)](rule-library3.png)
39+
[![The rule library version 2 way of excluding care home residents which is much simpler and more intuitive](rule-library3.png)](rule-library3.png)
4040

4141
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.
4242

0 commit comments

Comments
 (0)