Coaches
Coach area (mobile)
The coach front area serves the field: quick viewing and actions on today's sessions, especially on mobile.
For full management (bundles, finances, configuration), use the WordPress admin.
Relevant pages
| Page | Access |
|---|---|
| Coach home | Logged-in coach / admin |
| My clients | Logged-in coach / admin |
| Calendar | Logged-in coach / admin |
| Client profile | /customer/{id}/ |
Pages created on activation; default slugs accueil-coach, mes-clients, calendrier-seances.
Coach home
Upcoming sessions tab
- Upcoming session cards: date, client, location, status, payment
- Edit → edit modal
- Change status (booked, cancelled, completed…)
- Delete (avoid — prefer cancel)
- Link to client profile
Statistics tab
- Sessions this month, completed, cancelled
- Monthly revenue (based on paid sessions)
- Summary cards: clients, sessions, upcoming, revenue
Useful links
- My clients
- View calendar
Session modal
Opened from coach home, calendar, or a client profile.
Fields: client, date/time, title, location, video link, duration, price, statuses, notes, documents.
Fixed modal footer:
- Save — without email
- Save and notify — informs the client depending on context
Emails panel: log + Send confirmation.
See Emails and notifications.
URL parameter: ?open_session={id} opens the modal on load (link from admin).
My clients page
- List with search and pagination
- Click → profile
/customer/{id}/ - Add client button (if authorized)
No "Back to admin dashboard" link — use the site menu or a bookmark.
Front client profile (/customer/{id}/)
| Tab | Content |
|---|---|
| Summary | Client info, next session |
| Sessions | List and actions |
| Finance | Payment summary |
| Physical | Measurements (if enabled in Settings) |
Back button → My clients.
Less complete than the admin profile (no bundle wizard or detailed charts).
Calendar
FullCalendar view — see Using the calendar.
When to use front vs admin?
| Situation | Front | Admin |
|---|---|---|
| Session in 30 min, change status | ✅ | possible |
| Create a 10-session bundle | ❌ | ✅ |
| Send client confirmation | ✅ | ✅ |
| Client financial review | ❌ | ✅ |
| View the month in calendar | ✅ | partial |
See also
- Coach surfaces: admin and front
- Plan and manage sessions
- Menus and navigation