Содержание

The Season Rating

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.

Seasons are created and managed by the domain admin; the author of a game can only look.

Creating a Season

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.

Adding a Game to a Season

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:

To recount a game, take the same route: add it to the same season once more — the previous result of that game is replaced.

Managing a Season

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.

The Scoring Rule

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.

See Also