Skip to content

Show list of unassigned cases w/ new requests on admin dashboard

the iris system requested to merge feature/case-unassigned-new-request into main

"Requests" defined as an outside request or incoming prisoner correspondence.

The worker for this runs every 2 hours, at 30 minutes past the hour, and stores references to the cases with new requests in the case_unassigned_new_requests database table. All entries in this table are shown on the dashboard for users with the case:show_unassigned_requests permission.

Merge request reports