Create an account
Open the application in your browser. You will be redirected to the login page at
/login/.To register a new account, navigate to /registro/ and fill in your username, email, and password.After registering, log in at /login/ with your credentials.Create a tournament
Once logged in, go to
/torneo/crear/ to create your first tournament.Fill in the tournament details and submit the form. You will be assigned the organizer role for this tournament.After creation, you can manage your tournaments from the organizer dashboard at /torneo/organizador/.Enroll a team
To participate in a tournament as a team manager, navigate to the team dashboard at
/equipo/.From there, select your team and go to the tournament listing at /equipo/listado-torneos/<equipo_id>/ to see open tournaments.Click Inscribir next to the tournament you want to join. This sends your team’s enrollment to /equipo/listado-torneos/<equipo_id>/inscribir/<torneo_id>/.A user can hold multiple roles. You can act as an organizer for one tournament and as a team representative in another.
Generate fixtures
As the tournament organizer, open the tournament’s main page at
/torneo/<torneo_id>/.Once enough teams are enrolled, generate the first round of fixtures. Two options are available:- Random fixtures —
/torneo/<torneo_id>/enfrentamientos/generar_aleatorios/ - Custom fixtures —
/torneo/<torneo_id>/enfrentamientos/generar_pers/
/torneo/<torneo_id>/enfrentamientos/<n_ronda>.Record a result
Navigate to the matchup list for round 1 at
/torneo/<torneo_id>/enfrentamientos/1.Click a match to open its detail page. From the detail view, go to the edit page at /torneo/<torneo_id>/enfrentamientos/1/editar/<enfrentamiento_id> to enter the score and statistics for each team.Save the result. The standings at /torneo/<torneo_id>/clasificacion/ will update automatically.