Tournament standings
Standings are available at:- Liga
- Eliminatoria
- Eliminatoria con Fase de Grupos
The standings table lists all enrolled teams ordered by:
Points system by sport:
Relegation zoneWhen
- Points (descending)
- Wins (descending)
- Goal difference / points difference (descending)
- Losses (ascending)
- Goals/points scored (descending)
- Goals/points conceded (ascending)
| Column | Field | Description |
|---|---|---|
| P | posicion | Current position |
| PJ | victorias + empates + derrotas | Matches played |
| W | victorias | Wins |
| D | empates | Draws |
| L | derrotas | Losses |
| GF | anotacion_favor | Goals/points scored |
| GA | anotacion_contra | Goals/points conceded |
| Pts | puntos | Points |
| Sport | Win | Draw | Loss |
|---|---|---|---|
| Fútbol | 3 | 1 | 0 |
| Baloncesto | 2 | — | 1 |
| Pádel | 1 | — | 0 |
Basketball and Pádel do not allow draws, so the draw column will always be 0.
descenso is enabled on the tournament, the bottom n_equipos_descenso positions are highlighted as the relegation zone.PlayoffsWhen playoffs is enabled, the top n_equipos_playoffs teams advance to a knockout bracket once all league matches are played. The bracket is generated automatically when the last result is saved.Player statistics
The player statistics leaderboard is available at:- Fútbol
- Baloncesto
- Pádel
| Stat | Field | Description |
|---|---|---|
| Goals | goles | Total goals scored by the player |
| Assists | asistencias | Total assists recorded |
| Goals conceded | goles_contra | Goals conceded by the team’s goalkeeper |
goles_contra is only populated for players where es_portero = True. It is recalculated automatically each time a result is saved, reflecting the total goals scored against the goalkeeper’s team across all tournament matches.goles_contra is stored per-player in EstadisticasFutbol and is null for non-goalkeepers.How statistics are updated
Player statistics are stored in two places:EstadisticasEnfrentamiento— a staging table holding per-match entries while the match is being edited.EstadisticasFutbol/EstadisticasBaloncesto— the cumulative totals per player per tournament.
Example: editing a goal entry
Example: editing a goal entry
If a player was previously recorded with 2 goals in a match and you update that to 3, the system adds 1 to their cumulative
goles total. If you delete the entry entirely, it subtracts the full amount.