The-Strategy-Unit / The-Strategy-Unit/open-plan-docs
Add "sets" to classification register
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 1
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 14
Description
From @tomjemmett
one thing missing off that open plan register is some kind of grouping of the classes, as in {x, y, z} are mutually exclusive, but also form a total set
Examples:
- class_child, class_adult
- class_maternity, class_elective, class_nonelective
We could then use this for QA; treat them as one-hot encoding, create a query which adds each class as a column, sum the columns row wise, ensure that the sum = 1 for all rows
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the classification register and its existing class definitions, then review how the register is used for QA. Define how mutually exclusive, collectively exhaustive class groups should be recorded, using the examples in the issue, and verify that the resulting QA query makes each class a column and sums those columns to 1 for every row.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100