Volleyball Elite Academy development update
|
Volleyball Elite Academy
Referee Slots Match League Court Count
|
Referee Slots Match League Court CountVolleyball Elite Academy — Development Update • June 15, 2026
Referee Slots Match League Court Count
What & Why The league coordinator page always shows 3 referee assignment cards (one per court), even when the league is configured for fewer courts (e.g. 2). The slots are hardcoded to instead of being driven by . This means coordinators can accidentally assign a referee to a court that doesn't exist in their league.
Done looks like
- The coordinator page shows exactly as many referee/court panels as specifies (e.g. 2 courts → 2 panels).
- If is missing or zero, fall back to the current default of 3 so no existing leagues break.
- The "Balance Courts" distribution logic and game-number selector also respect the same court count (or are left unchanged with a follow-up note if they are out of scope).
- No referee links are generated for courts that don't exist in the league.
Out of scope
- Changing how is set or edited on the league settings form.
- Changing the game scheduling or scoring logic.
Steps 1. Expose on the coordinator API response — ensure the league object returned to (or whichever endpoint feeds the page) includes . If it is already present, skip this step. 2. Replace hardcoded arrays in — derive the court list from so referee card rendering and referee-link generation both use the real court count. 3. Review the Balance Courts and game-number logic — if those sections also use or a literal , update them to use the same derived court count where it makes sense semantically.
Relevant files - -
|
Volleyball Elite Academy Reply to this email — we read every reply. You received this because you have an account with Volleyball Elite Academy. elitevolleyball.training |
|
No comments:
Post a Comment