wip league admin tools

This commit is contained in:
2025-12-28 12:04:12 +01:00
parent 5dc8c2399c
commit 6edf12fda8
401 changed files with 15365 additions and 6047 deletions

View File

@@ -278,7 +278,7 @@ export default function RaceDetailPage() {
const entryList: RaceDetailEntryViewModel[] = viewModel.entryList;
const registration = viewModel.registration;
const userResult: RaceDetailUserResultViewModel | null = viewModel.userResult;
const raceSOF = null; // TODO: Add strengthOfField to RaceDetailRaceDTO
const raceSOF = null; // TODO: Add strength of field to race details response
const config = statusConfig[race.status as keyof typeof statusConfig];
const StatusIcon = config.icon;
@@ -636,7 +636,7 @@ export default function RaceDetailPage() {
{raceSOF ?? '—'}
</p>
</div>
{/* TODO: Add registeredCount and maxParticipants to RaceDetailRaceDTO */}
{/* TODO: Add registered count and max participants to race details response */}
{/* {race.registeredCount !== undefined && (
<div className="p-4 bg-deep-graphite rounded-lg">
<p className="text-xs text-gray-500 uppercase tracking-wide mb-1">Registered</p>