• Mahmoud Aglan's avatar
    fix(sports): show wizard players in classification page · a3447801
    Mahmoud Aglan authored
    The classification query required status='completed' AND payment_status=
    'paid', but the correct flow is: form fee → photo → disciplines → THEN
    coach classifies. Players were invisible because they're still
    'in_progress' at that point.
    
    Fixed to: form_payment_status='paid' AND selected_disciplines not empty
    AND status IN ('in_progress','completed'). Also fixed the assess()
    method's guard from payment_status to form_payment_status.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    a3447801