Skip to content

Set table count when tournaments start #285

@ianpaschal

Description

@ianpaschal

User Story

As a TO, I need to set the actual number of tables available when starting the tournament, so players don't get assigned to unexpectedly high table numbers that I miss until it's too late.

Functional Requirements

  • Show dialog when starting tournament prompting TO to set tableCount
  • Default value is Math.ceil(playerCount / 2)
  • Allow TO to adjust the value before proceeding
  • Store tableCount on tournament for use by pairing algorithm

Implementation Details

Add pre-start dialog that prompts TO to confirm/set tableCount field. Default to current player count divided by 2 (rounded up). Persist this value on the tournament document for use during all pairing rounds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature with brand-new functionality.

    Projects

    Status

    To-Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions