Summary
CheckUser-SuggestedInvestigations should allow filtering out cases where none of the users are blocked, to find cases which are likely easier to process
Background
- Cases with at least one active block are likely to indicate that abuse has already been seen and dealt with via a block
- Additionally, it may allow a checkuser to easily make a link of sockpuppetry in the case
- Allowing the checkuser to filter for cases with at least one active block will reduce the need to scroll through multiple cases that are less easy to process
User story
As a CheckUser:
- I want to find cases which are easier to process, specifically cases which contain blocked users
- These cases are likely easier to process because I may be able to easily link sockpuppetry
- Filtering out cases with no blocked users allows easier finding of the cases I want to process
Technical notes
- We will need an approach like the approach used to find if users had at least one edit
- Batch checking of local blocks is possible. Additionally, we could do the same for global blocks and locks
Acceptance criteria
- A filter exists in CheckUser-SuggestedInvestigations which allows filtering out cases where all users are not blocked
