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 | Outstanding | Oldest (days) | Avg Response | Stated Backlog | Sent | Completed | Completion % |
|---|---|---|---|---|---|---|---|
| @if($row->institution) {{ $row->display_name }} @else {{ $row->display_name }} @endif | @if($row->outstanding > 0) {{ $row->outstanding }} @if($row->institution) @endif @else 0 @endif | {{ $row->oldest_age_days !== null ? (int) $row->oldest_age_days : '—' }} | {{ $row->avg_response_days !== null ? $row->avg_response_days . ' d' : '—' }} |
@if($row->stated_backlog !== null)
{{ number_format($row->stated_backlog) }}
@if($row->backlog_updated_at)
as of {{ $row->backlog_updated_at->format('d M Y') }}
@endif
@else
—
@endif
|
{{ $row->total_sent }} | {{ $row->total_completed }} |
|
| No DSARs found. | |||||||