mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
output raceId instead of trackedRaceUuid in leaderboardgroups end point
This commit is contained in:
+2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user