Operator guideENtournamentsdetailform

Tournaments / Detail

Create and edit surface for one tournament configuration, including localized content, schedule, targeting, prize tiers, and translation support.

Reader view

Clean portal guidance

This page keeps the operator explanation, field and action descriptions, and screenshots visible without exposing repo paths, raw sidecars, or editorial-only implementation details.

Narrative content

Page body

What this surface does

This surface is the full create and edit screen for one tournament configuration.

The same route handles:

  • create mode, opened from the scheduler list
  • edit mode, opened for one existing configuration row

How to use it

  • Maintain the multilingual content block first so the public-facing tournament card has a usable name and copy.
  • Set the schedule and recurrence carefully. The configuration controls how future instances are generated.
  • Use Lead Time and Leg Time when the competition window should differ from the visible start/end timestamps.
  • Use player tags, provider/category/game filters, and opt-in flags to limit which players and gameplay are eligible.
  • Maintain prize tiers separately so rank ranges and reward types are explicit.
  • Use the translate action only after saving the current content, because the FE flow saves first and then calls the core translation endpoint.

Common caveats

  • This surface edits the configuration row, not one already-generated active instance.
  • Translation support for one record comes from the core tournament translation endpoint, not from gs-admin-backend.
  • Assets, categories, and languages are loaded from core hooks even though the main create/update write path is the admin tournament controller.
  • Prize tiers are saved inside the tournament configuration payload. There is no separate prize table in the operator UI.
Operational notes

Notes

item

The create screen is implemented through the same dynamic route by sending `create` as the route param.

item

Asset, category, and language selectors are core-backed support lookups; the main write path still goes through gs-admin-backend.

Related references

Related pages

pageTournaments

Operator documentation for tournament configuration management, active tournament instances, participant leaderboards, prize resend actions, and translation support.

pageTournaments / List

Scheduler catalog for tournament configurations with name and active-state filters, repeat interpretation, and edit/create actions.

pageActivity Tag Rules / Detail

Rule inspection page with backend identity, conditions, timestamps, impact estimate, run action, delete action, and recent application history.

pageAffiliate Deals / Form

Create and edit form for affiliate deals, including PID, date window, commercial terms, and responsible person.

pageAffiliate Payment Settings / Detail

Saved affiliate payment-setting detail page for reviewing one configured record.

pageAffiliate Payment Settings / Form

Create and edit form for one affiliate payment-setting record, with visible PID targeting, minimum deposit threshold, and active-state control.