hongjianli
9ceba84b5b
refactor: Complete updateParticipantCheckInStatus delegation to ScheduleStatusService
Phase 3 Complete:
- Update MartialScheduleServiceImpl.updateParticipantCheckInStatus to delegate
- Reduce method from 17 lines to 3 lines (delegation only)
- Add 5 comprehensive unit tests for updateParticipantCheckInStatus
- All tests passing (482 total: 477 existing + 5 new)
Delegation Status:
✅ exportSchedule - FULLY DELEGATED
✅ exportScheduleTemplate2 - FULLY DELEGATED
✅ updateParticipantCheckInStatus - FULLY DELEGATED (NEW)
Progress: 3/10 methods (30%)
Remaining: 7 methods to delegate
Next: Phase 4 - Dispatch Service methods (saveDispatch, adjustOrder, getDispatchData, moveScheduleGroup)