⚠️

Critical Migration Alert

Taekwondo Federation Portal - Migration Monitoring System

Dear Admin,

This is an automated alert from the Taekwondo Federation Portal migration monitoring system.

@if($newCasesCount > 0)

🚨 New Critical Cases Detected

{{ $newCasesCount }} new critical case(s) have been identified since the last check.

@else

📊 Scheduled Migration Status Report

This is a routine check of the migration system status.

@endif
Total Critical Cases
{{ $totalCount }}
New Cases
{{ $newCasesCount }}
Report Date
{{ now()->format('d M Y') }}

Critical Cases Requiring Attention

The following users require immediate attention:

@foreach($criticalUsers as $index => $user) @endforeach
# UID Name Email/Mobile Issue Type Days Overdue State
{{ $index + 1 }} {{ $user['uid'] }} {{ $user['name'] }}
{{ $user['email'] }}
{{ $user['mobile'] }}
@if($user['issue_type'] === 'Membership Expired' || $user['issue_type'] === 'Expired Membership') {{ $user['issue_type'] }} @elseif($user['issue_type'] === 'Stuck Migration') {{ $user['issue_type'] }} @else {{ $user['issue_type'] }} @endif @if($user['days_overdue'] > 0) {{ $user['days_overdue'] }} days @else N/A @endif {{ $user['state'] }}

Issue Breakdown

@php $issueTypes = collect($criticalUsers)->groupBy('issue_type'); @endphp @foreach($issueTypes as $issueType => $users)
{{ $issueType }}: {{ count($users) }} cases
@endforeach

Action Required

Please review these cases and take appropriate action:

  • Verify payment status and membership validity
  • Contact users with expired memberships for renewal
  • Follow up on stuck migrations to complete the process
  • Update user records in the admin portal
View Migration Checker Dashboard

If you have any questions or need assistance, please contact the technical team.

Best regards,
Taekwondo Federation Portal System