output raceId instead of trackedRaceUuid in leaderboardgroups end point

This commit is contained in:
Axel Uhl
2020-09-08 14:00:53 +02:00
parent 63fa0fb309
commit 962283ab12
11 changed files with 11 additions and 43 deletions
@@ -2,6 +2,8 @@ package com.sap.sailing.domain.common.tracking;
/**
* Identifies the tracking technology used for a TrackedRace.
*
* TODO This must go away. We paid great attention keeping the domain independent of connectors. This enumeration type kills that whole idea.
*/
public enum TrackingConnectorType {
TracTrac("https://www.tractrac.com/"), SwissTiming(null), RaceLog(null);