For Coaches
Coaching workflows
Athlete intake link (coach)
A single-use form for collecting a full athlete profile up front.
What an intake link is
An AthleteIntakeLink is a single-use URL that walks a new athlete
through a structured profile form. The fields are configurable but
typically cover:
- Identity (name, email, date of birth, sex).
- Anthropometrics (height, weight).
- Sport history (years training, prior coaches, notable results).
- Current zones (FTP, CSS, threshold run pace) if known.
- Equipment summary (which bike, wheels, wetsuit policy).
- Goals (target races, fitness goals, injury history).
Each link is good for one submission and expires.
When to use it
Use the intake link when:
- You are onboarding a new private client who needs a full profile.
- You want a written record of the athlete's starting state.
- You are taking over from another coach and want the athlete's
history captured cleanly.
Use a join link instead for groups where a long intake form
would slow signup down.
Creating an intake link
- Open the Intake templates section in admin (or from the team
page).
- Pick a template (basic vs full) or create one.
- Click Generate intake link. A unique URL is created.
- Share that URL with the athlete.
What the athlete sees
They see the form at /intake/<token>/ (no login required) and can
save a draft to finish later. On submit, they are prompted to set
a password, the athlete record is created, and they are added to
your roster automatically.
After submission
The intake answers are stored on an AthleteIntake record and are
viewable on the athlete's profile page. You can edit or add to them
later if facts change.
Finding intakes later (coach)
Two fast paths:
- On the coach dashboard each athlete card carries an Intake
quick-link with the last-submitted month (or none), so you can scan
the roster for anyone whose intake is stale. Cards that read none
(where the athlete has an account email) also show a Nudge → button
that emails the athlete a link to complete their intake.
- Opening an athlete's dashboard shows the full Intake panel with
the latest answers.
Athletes can refresh their own intake each season without a new link —
see Your intake profile.