Moved logic to backend
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
This commit is contained in:
@@ -12,6 +12,9 @@ export class Tournament {
|
||||
costsPerEvent: number[] = [10, 20, 0];
|
||||
courts: number;
|
||||
active: boolean;
|
||||
playersPlaying: number[];
|
||||
playersCounting: number[];
|
||||
playersAvailable: number[];
|
||||
|
||||
static getStatus(tournament: Tournament): string {
|
||||
if (tournament.status == "CLOSED") return "Afgerond";
|
||||
|
||||
Reference in New Issue
Block a user