Overview of all Data Subject Access Requests
Total Sent (All Time)
Completed
Flagged
Avg Response Time
| Status | Count | % |
|---|---|---|
| {{ ucwords($status) }} | {{ $count }} | {{ $totalAll > 0 ? round(($count / $totalAll) * 100, 1) : 0 }}% |
No responses logged yet.
@endifThis Month
Last Month
| Institution | Sent | Completed | Completion Rate |
|---|---|---|---|
| {{ $row->institution?->display_name ?? 'Unknown' }} | {{ $row->total_sent }} | {{ $row->total_completed }} |
@php $rate = $row->total_sent > 0 ? round(($row->total_completed / $row->total_sent) * 100) : 0; @endphp
|
| No DSARs found. | |||