Tourney management views¶
- sol.views.tourney.assignPrizes(request)¶
Assign final prizes.
- sol.views.tourney.countdown(request)¶
Show the game countdown.
- sol.views.tourney.countdownStarted(request)¶
Register the countdown start timestamp.
- sol.views.tourney.createKnockout(request)¶
Create a knockout tourney from a previous one.
- sol.views.tourney.deleteLastTurn(request)¶
Delete last turn, recomputing the ranking.
- sol.views.tourney.ensure_owned_tourney(request, idtourney)¶
Ensure the current user can manage the given tourney.
- sol.views.tourney.finalTurn(request)¶
Create final turn.
- sol.views.tourney.getBoardSelfEditURL(request)¶
Get the URL to the self-edit form for a given board.
- sol.views.tourney.getCompetitor1SelfEditURL(request)¶
Get the URL of the self-edit form for the first competitor of a match.
- sol.views.tourney.getCompetitor2SelfEditURL(request)¶
Get the URL of the self-edit form for the second competitor of a match.
- sol.views.tourney.json_decode(*args, **kwargs)¶
Call self as a function.
- sol.views.tourney.newTurn(request)¶
Create next turn, or all possible turns when coupling is “all against all”.
- sol.views.tourney.preCountdown(request)¶
Show a countdown while preparing the next round.
- sol.views.tourney.replayToday(request)¶
Replicate the given tourney today.
- sol.views.tourney.resetPrizes(request)¶
Reset assigned final prizes.
- sol.views.tourney.updateRanking(request)¶
Recompute current ranking.