Skip to main content
Team accounts represent a sports team on the platform. A team can manage its roster of players, enroll in tournaments, and withdraw from them.

Registration

Teams can self-register at /usuario/registro/ by selecting the Team role during sign-up.

Dashboard

After logging in, the team is redirected to /equipo/. The dashboard shows all tournaments the team is currently enrolled in, along with the current standing or round, and scoring totals.

Managing players

Player management is available at /equipo/jugadores/<equipo_id>/.
Pádel teams do not have a player roster — the team members are the players themselves. Player management is only available for Fútbol and Baloncesto teams.

Player fields

FieldDescription
DNI8-digit number followed by an uppercase letter (e.g. 12345678A). Used as the primary key.
NamePlayer’s first name.
SurnamesPlayer’s surnames.
GoalkeeperWhether the player is the designated goalkeeper (Fútbol only).
User accountThe linked login account for the player.
Only one player per Fútbol team can be designated as goalkeeper. Assigning a new goalkeeper automatically removes the flag from the previous one.

Player actions

ActionURL
List players/equipo/jugadores/<equipo_id>/
Create player/equipo/jugadores/<equipo_id>/crear/
Edit player/equipo/jugadores/<equipo_id>/editar/<jugador_id>/
Delete player/equipo/jugadores/<equipo_id>/borrar/<jugador_id>/
When a new player is added to a team that is already enrolled in tournaments, statistics records are automatically created for that player in each of those tournaments.

Enrolling in tournaments

1

Open the tournament list

Navigate to /equipo/listado-torneos/<equipo_id>/ to see all available tournaments that match the team’s sport and have not yet started.
2

Select a tournament

Choose a tournament to enroll in. The team must not already be enrolled in it.
3

Confirm enrollment

Submit the enrollment form. The team is redirected to the dashboard after a successful enrollment.

Withdrawing from a tournament

A team can withdraw from any tournament it is enrolled in by using the withdraw action on the dashboard (/equipo/dar-baja/<torneo_id>/). Withdrawing removes the team’s classification entry and all related match data.

Profile

Teams can update their details and password at /usuario/perfil/.