website refactor

This commit is contained in:
2026-01-16 19:46:49 +01:00
parent 26fc726556
commit 77a923e6a3
563 changed files with 1643 additions and 2259 deletions

View File

@@ -1,13 +1,13 @@
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
import type { SessionType } from '../types/SessionType';
import type { ParticipantRef } from '../types/ParticipantRef';
import type { Result } from '../entities/result/Result';
import type { Penalty } from '../entities/Penalty';
import type { Result } from '../entities/result/Result';
import type { BonusRule } from '../types/BonusRule';
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
import type { ChampionshipType } from '../types/ChampionshipType';
import type { ParticipantRef } from '../types/ParticipantRef';
import type { SessionType } from '../types/SessionType';
import type { PointsTable } from '../value-objects/PointsTable';
import type { DomainCalculationService } from '@core/shared/domain/Service';
import type { PointsTable } from '../value-objects/PointsTable';
export interface ParticipantEventPoints {
participant: ParticipantRef;