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
| Field | Description |
|---|---|
| DNI | 8-digit number followed by an uppercase letter (e.g. 12345678A). Used as the primary key. |
| Name | Player’s first name. |
| Surnames | Player’s surnames. |
| Goalkeeper | Whether the player is the designated goalkeeper (Fútbol only). |
| User account | The linked login account for the player. |
Player actions
| Action | URL |
|---|---|
| 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>/ |
Enrolling in tournaments
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.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/.