Implement round sequencing and match completion logic.
Round 1 ends → create Round 2 (duration: 120s)
Round 2 ends → check if same winner as R1
- Yes: set match_winner_id, status='completed'
- No: create Round 3 (duration: 60s)
Round 3 ends → set match_winner_id to R3 winner
Implement round sequencing and match completion logic.
Match model changes:
Round progression: