Il link che incolli in chat e' il modo standard con cui il giocatore conferma una presenza. Ecco esattamente cosa succede dal lato suo, senza login richiesto.
The link you paste in chat is the standard way a player confirms attendance. Here's exactly what happens on their side, with no login required.
L'URLThe URL
Il formato e' https://app.elevenbase.pro/?t=<token>. Il token e' un identificativo random firmato; non si puo' indovinare per accedere a una sessione di un altro club. Quando l'app vede ?t= in URL, salta autenticazione e routing e mostra direttamente la pagina di risposta pubblica.
Format: https://app.elevenbase.pro/?t=<token>. The token is a random signed identifier; it can't be guessed to access another club's session. When the app sees ?t= in the URL, it skips auth and routing and shows the public response page directly.
Cosa vede chi cliccaWhat the tapper sees
- Header del team (nome, badge, colore primario se impostato)Team header (name, badge, primary color if set)
- Titolo della sessione, data e ora, eventuale luogo, le partite della giornata se presentiSession title, date and time, optional location, day matches if present
- Conteggio progressivo dei voti (ad es. 14 giocatori, 11 hanno gia' risposto)Live response count (e.g. 14 players, 11 already replied)
- Un Select con la lista nominativa dei giocatori in rosa, da cui scegliere il proprio nomeA select dropdown with the roster's name list, to pick yours
- Tre bottoni di stato: Presente, Ritardo, AssenteThree status buttons: Present, Late, Absent
Una volta scelto stato e premuto, ricevi conferma immediata. Se cambi idea, basta selezionare di nuovo il proprio nome e cliccare un altro stato: l'ultimo voto vince. La RPC server-side e' submit_session_response_with_token e firma la risposta con il source = public-link.
Once you tap a status, you get instant confirmation. To change your mind, pick your name again and tap another status: latest vote wins. The server-side RPC is submit_session_response_with_token and tags the response with source = public-link.
Signup opzionale dopo la rispostaOptional sign-up after replying
Sotto il modulo c'e' un riquadro Vuoi vedere le tue statistiche?: tre campi (nome, cognome, email) e una password. Se ti registri da qui, l'account viene collegato in automatico al record giocatore tramite l'email che il founder aveva inserito (o, se non c'era, tramite quella che scegli tu). Da quel momento ti loggherai e vedrai la tua scheda con goal, assist, voti, presenze.
Below the form there's a Want to see your stats? box: three fields (first name, last name, email) and a password. If you sign up here, the account is auto-linked to the player record via the email the founder had entered (or, if none, the one you provide). From then on you log in and see your personal card with goals, assists, ratings, attendance.
Sicurezza del tokenToken security
Il token e' valido per la singola sessione e finisce automaticamente dopo che la sessione e' archiviata. Non identifica chi clicca: l'identita' del giocatore e' determinata solo dalla scelta nel Select. Se un link ti e' arrivato per sbaglio, semplicemente non selezionarti.
The token is bound to a single session and is invalidated once that session is archived. It doesn't identify who taps: player identity comes only from the dropdown choice. If you got a link by mistake, just don't pick yourself.
Hai un dubbio o trovi un errore? Scrivici a coach@elevenbase.pro o leggi le altre guide.Stuck or spotted a mistake? Email coach@elevenbase.pro or browse the other guides.