A season is a set of the domain's games over which teams are given a total score. A game may stand in a season or it may not; it gets there by hand, once it has been played.
https://YOUR_DOMAIN/ratings.phphttps://YOUR_DOMAIN/rating.php?season=NUMBERSeasons are created and managed by the domain admin; the author of a game can only look.
Seasons live on the add_rating.php page: there is the list of the ones already made, the “Name of the new season…“ field and the “Add a Season” button.
The button fires on the second press: after the first one it renames itself to “100% Add a Season” for three seconds. That is how every irreversible button on this site works — it is not a fault.
A game is added from its statistics page: at the bottom, under the table, there is the row “Add the game to the season rating” — a season picker and the “Add” button.
The places are taken exactly as they stand in the table at that moment, so:
Then the score calculation page opens:
1 + teams - place: the first place gets as many points as there were teams, the last one gets one. The “Recalculate” button applies the formula to the table of places.[7, 4, 3, 1, 1, 1][place - 1].To recount a game, take the same route: add it to the same season once more — the previous result of that game is replaced.
On the season page, above the table, the admin has the “Managing the season” block of three rows:
When no games are left in the season, a fourth row appears — “Delete the whole season”. While there are games, the season cannot be deleted as a whole: remove them one by one first.
A team's season total is every special game plus the best N ordinary ones, where N is that same “number of ordinary games counted”.
What of this the player sees:
The “Games” menu above the table saves nothing. Its checkboxes take a game out of the view — and the scoring is immediately recomputed without it. This is a way to see “what if”, including for the admin before changing the number of counted games. Nothing in the database changes.