WIP: substitutions
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-09-10 10:35:41 +02:00
parent 2cc188540b
commit d7dee35d6e
3 changed files with 36 additions and 1 deletions

View File

@@ -183,6 +183,10 @@ public class TournamentPlayService {
}
}
public Tournament substitutePlayer(Tournament tournament, Long playerId, Long substituteId) {
return tournament;
}
private static class ConflictInDrawException extends RuntimeException {}
private List<Match> tryMatches(List<Team> remainingTeams, Group group) {