ChampionshipRegistrationMode
@raizfc/contracts / ChampionshipRegistrationMode
Type Alias: ChampionshipRegistrationMode
ChampionshipRegistrationMode =
"invite"|"request"|"both"|"closed"
Defined in: championship/championship.dto.ts:292
SPEC-API-CHAMP-001 only lists POST .../editions (create) — no update/activate endpoint.
IS-MVP-07.2 therefore models "current edition" as an automatic consequence of creation order
(ChampionshipEditionDto.current, "Edition Selector: permite navegar edições anteriores sem
misturar stats"): the most recently created edition becomes current, demoting the previous one
to history. This keeps the endpoint surface exactly as specified while still supporting multiple
editions per championship. Registered as a decision in the EP-MVP-07.2 handoff.