Docs/Reference

State reference

Tournament lifecycle reference

The implemented twelve-state tournament path and the operational meaning of each transition.

Reference 8 min read Source verified

Canonical state sequence

Canonical state sequence
StateWhat it meansTypical next action
DRAFTOrganizer-only structure is still changingPublish
PUBLISHEDPublic context may exist; entries are not yet acceptedOpen registration
REGISTRATION_OPENEntries can be collectedClose registration
REGISTRATION_CLOSEDEntry field is stable for preparationStart check-in or seeding
CHECK_INArrival status is being reconciledStart seeding
SEEDINGSeeds and placements are being preparedPublish draw
DRAW_PUBLISHEDCompetitive placement is visiblePublish schedule
SCHEDULEDSessions and tables are readyStart
IN_PROGRESSLive match operations are activeComplete
COMPLETEDCompetition play is finishedArchive
ARCHIVEDEvent is retained as a closed recordNone
CANCELLEDTournament was cancelledNone

Transition rules that prevent surprises

  • Publish before opening registration.
  • Close registration before seeding from a final field.
  • Use Check-in when the event's check-in mode requires it; auto paths can proceed from registration close to seeding.
  • Publish the draw before the schedule.
  • Start only after a published schedule is operationally ready.
  • Complete only after live results and progression are reconciled.
  • Cancel and archive are terminal decisions; treat them as governance actions, not navigation shortcuts.

Lifecycle is not the same as access

A tournament's state tells you where it is operationally. Its access tier determines who can see it. Portal supports public, unlisted, and private behavior, with private reads protected by signed-in membership-aware checks.