SimpliTrain for Coaching
Simplified "Coach Theme" over the existing SimpliTrain engine. Three modules: public tenant site, Coach Console (admin), and the learner app. Demo tenant: rahulmehta.simplitrain.com — insurance business coach running hybrid cohorts.
What was removed vs. enterprise SimpliTrain: catalogs & e-commerce carts, learning paths/certifications/clubs, custom roles & org hierarchy, SSO/API/integrations admin, the 133-card Reports catalog trimmed to 36 coach cards (30 reused + 6 coach-only) (full catalog behind Advanced), training keys/vouchers, ILT resource pools. What stays: users, groups (→ chapters/cohorts), courses/SCORM/video (→ programs), classes (→ sessions), assessments/assignments, discussion forum (re-skinned), achievements (→ badges/leaderboard), notifications (→ nudges), Reports module (→ dashboard tiles, results tabs, scheduled digests).
Public (tenant site)
Landing / marketing page Module 1.1 Apply / register 1.2 Pending approval 1.2 Sign inCoach Console (admin)
Dashboard Reports landing (category tabs + cards) 36 cards Report · Explore dashboard cohort-health Report · Analyze detail learner-status-history Report · Records list view class-attendance Report · Cohort drill-down cohort → learners Report · Learner drill-down learner Applicants 1.2 Learners 4.2 Learner detail & override 4.2 Chapters 2.1 Cohorts 2.2 Cohort detail (6 tabs) 2.2 Programs 3.1 Program builder 3.1 Sessions & attendance 3.1–3.2 Assessments & grading 4.1 Filtering rules 4.2 Email reports & nudges 4.3 Community 5.1 Leaderboard & incentives 5.2 Landing page builder 1.1 Settings Form · Cohort create/edit Form · Program properties create/edit Form · Module (video/doc/SCORM) create/edit Form · Chapter create/edit Form · Session create/edit Form · Quiz / exam builder create/edit Form · Assignment + rubric create/edit Form · Filtering rule (IF/THEN) create/edit Form · Nudge sequence create/edit Form · Announcement create Form · Learner create/edit Form · Badge create/edit Form · Incentive create/edit Form · Invite team member create
Notes for build
- One stylesheet (
css/coach.css) and one script (js/coach.js). Navigation for admin and learner is injected by the script from a single list, so the sidebar/tab bar is identical on every page. - Admin sidebar exposes 15 items in 6 groups; enterprise settings sit behind a single "Advanced" switch in Settings.
- Learner app is mobile-first: top nav collapses to a bottom tab bar under 860px. Resize to test.
- Status model: Active → At-risk → Non-fit → Dropped, driven by rules on
admin/filtering-rules.html; every transition logged with override. - Palette: ocean blue
#0369a1primary, amber#f59e0bfor gamification/CTA, navy sidebar. Tenant theme colour is swappable in the landing page builder.