Summary
Feedback from users of CheckUser-SuggestedInvestigations suggest it is important to filter by case status. While designs for filters more broadly is still being worked on, we should add an initial version to solve this point without it being blocked by the design work
Background
- Feedback has said that checkusers want to be able to filter out cases that are closed (either as closed or closed as invalid)
- This is so that they can find old open cases without having to scroll through a lot of closed cases
- Design work on making filters in the CodexTablePager will take time and is currently in progress
- However, we don't want to block on implementing these filters while that design work is yet to be completed
- We can add an initial / "MVP" version of the case status filter, by supporting filtering by status in the URL and then adding links for checkusers to navigate to each type of filtered view
- While some of the code could be reused, this is indented to be a temporary fix while the design work continues
Acceptance criteria
- CheckUsers can filter CheckUser-SuggestedInvestigations cases by their case status