Group tournaments into a single map marker based on position & date (#105)

This commit is contained in:
Timothy Armes
2023-07-18 11:52:19 +02:00
committed by GitHub
parent 1e7b5bf50e
commit b305b0578b
9 changed files with 234 additions and 58 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ export enum TimeControl {
}
export interface Tournament {
_id: string;
id: string;
groupId: string;
town: string;
department: string;
tournament: string;