• 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
Name
Last commit
Last update
..
AcademyPricingService.php Loading commit data...
AttendanceRuleService.php Loading commit data...
BookingPassService.php Loading commit data...
BookingService.php Loading commit data...
CardRenewalService.php Loading commit data...
CoachAssessmentService.php Loading commit data...
ConflictDetectionService.php Loading commit data...
DiscountCalculatorService.php Loading commit data...
EnrollmentService.php Loading commit data...
GateAccessService.php Loading commit data...
GroupTransferService.php Loading commit data...
MakeupSessionService.php Loading commit data...
MirrorStateService.php Loading commit data...
NumberGeneratorService.php Loading commit data...
PlayerLifecycleService.php Loading commit data...
PoolGridService.php Loading commit data...
PoolGridTemplateService.php Loading commit data...
PoolTicketService.php Loading commit data...
PricingCalculatorService.php Loading commit data...
RegistrationWizardService.php Loading commit data...
SaEventListenerService.php Loading commit data...
SaPaymentService.php Loading commit data...
ScheduleCopyService.php Loading commit data...
ScheduleGeneratorService.php Loading commit data...
SlotAvailabilityService.php Loading commit data...
SubscriptionGeneratorService.php Loading commit data...
TrainingAttendanceService.php Loading commit data...
WaitlistAutoOfferService.php Loading commit data...