Choose, Grow, and Excel with us
Dashboard
📢 Announcements
Live Experiential Learning
Your workspace is ready.
Showing content for your enrolled programs.
Next Sessions
Upcoming Schedule
Continue Watching
Latest Recordings
Your Enrollment
My Enrolled Programs
All your active Skilled Sapiens programs, content counts and progress at a glance.
Recording Library
Session Recordings
All mentor session recordings from your enrolled programs.
Self-Paced Learning
Your Self-Paced Cohorts
Pre-recorded sessions and PDF resources for your self-paced cohorts. Learn at your own pace.
No self-paced cohorts assigned yet.
Live Calendar
Upcoming Sessions
All upcoming classes, workshops and mentor sessions from your enrolled programs. Click the Meet link to join.
Study Materials
Templates, Briefs & Downloads
Curated compendiums, templates, briefs and support files relevant to your enrolled programs.
Student Help Desk
Support & Guidelines
Portal guidance, live program FAQs, query submission and live project support documents in one place.
Portal Guide
Use the LMS as your Skilled Sapiens workspace.
Start from Dashboard for the latest activity, then move between classes, recordings, resources, mentorship material and live project support as your program progresses.
Daily Navigation
- Check Dashboard for upcoming sessions and recent recordings.
- Use Schedule to join live classes and mentor sessions at the listed time.
- Use Recordings after a session is marked completed.
- Use Resources for templates, guidebooks and downloadable files.
- Use Live Project Hub for briefs, deliverables and submission links.
Best Practices
- Join live sessions with the same email used for portal access.
- Download project templates before starting your assignment.
- Keep your cohort name and program track handy while raising queries.
- Submit project work only through the links shown in the portal.
Live Program FAQs
Refer to the official FAQ document for common questions on session flow, attendance, recordings, resources, project submissions and program expectations.
Raise a Student Query
Use the query form for access issues, missing resources, recording concerns, schedule clarifications, project doubts or cohort-specific support.
- Mention your full name, registered email, cohort and program.
- Describe the issue clearly and include links or screenshots where relevant.
- For urgent live-session access issues, submit the form before the session starts.
Live Project Support Data
Use the support document for live project instructions, reference data, support notes and project-specific clarifications shared by the Skilled Sapiens team.
Live Project Hub
Your Active Projects
Project briefs, key tasks, support documents, deliverables and submission links in one place per Skilled Sapiens program.
My Progress
Mentorship & Attendance
Your assigned mentor sessions and personal attendance record.
Assigned Sessions
Mentorship Schedule
Private Record
My Attendance
Verified Achievements
My Certificates
Verify your issued certificates and download temporary PDF copies when available.
Administration
Skilled Sapiens Admin Panel
Overview, cohort management, student roster and Google Sheets integration guide.
Sheet Status
Live Data Summary
Operations
System Health
Audit
Recent Admin Actions
Errors
Recent Issues
Programs
Program Performance
Operations
Operational Health
Cohorts
Cohort Breakdown
Enrollment Queue
Admin Review System
Webhook Logs
Razorpay Webhook Audit Trail
| S. No. | Dual | Full Name | College | Email ID | Alt Email | Phone | Cohorts | Slot | Track | WA Group | Onboarding Date | Programs | Status | Actions |
|---|
Zoom Integration
Schedule a New Meeting
Workshop Pipeline
All Sessions
Attach Recording
Resources
Resource Library
Editor
Add Resource
Master Data
Project Roles
Projects
Live Project Library
Editor
Add Project
Submission Management
Project Submission Requests
Sessions
Mentorship Sessions
Editor
Add Mentorship Session
Attendance
Mark Session Attendance
Issuance
Leadership Certificates
Configuration
Leadership Modules
Review Queue
Live Project Certificate Requests
Registry
Issued Certificates
Student Portal
Feature Visibility Controls
Controls apply to student-facing modules only.
Visible modules work normally, Coming Soon modules stay listed but show a message, and Hidden modules are removed from the student sidebar.
Email Center
Send Student Communication
Preview
Email Summary
Saved Templates
Email Templates
Admin Ops Status
Monitor recent Supabase exports, controlled imports, failures, and operational timestamps without opening Apps Script logs.
Recent Imports
Recent Exports
Supabase Operations Export
Create reporting snapshots from Supabase in dedicated Export_* tabs. Operational and bulk-import tabs are never overwritten.
Controlled Operations Import
Manually UPSERT approved bulk changes from dedicated Import_* sheets into Supabase. Imports never read from Export_* tabs and never delete records.
Community Payments
Razorpay orders and paid entitlements are verified by Apps Script and stored in Supabase. Keys remain server-side.
Recent Payment Orders
Manual Access Grant
Active Paid Access
📋 Sheet: Recordings
| Column | Type | Required | Example |
|---|---|---|---|
| title | string | ✓ | Workshop title |
| program_type | program dropdown | ✓ | Management Consulting Leadership Program |
| program_key | mclp/smlp/... | Optional | mclp |
| topic | string | ✓ | fin |
| date | YYYY-MM-DD | ✓ | 2026-05-08 |
| YouTube Video URL | URL | ✓ | https://youtube.com/... |
| duration | string | Optional | 1h 45m |
📅 Sheet: Schedule
| Column | Type | Required |
|---|---|---|
| session | string | ✓ |
| program_type | program dropdown | ✓ |
| program_key | mclp/smlp/... | Optional |
| date | YYYY-MM-DD | ✓ |
| time | HH:MM IST | ✓ |
| meet_link | URL | ✓ |
| duration_mins | number | Optional |
📁 Sheet: Resources
| Column | Type | Required |
|---|---|---|
| title | string | ✓ |
| program_type | program dropdown | Optional |
| material_type | resource dropdown | ✓ |
| category | template/general/… | Optional |
| file_link | URL | ✓ |
| file_type | pdf/xlsx/pptx/doc | ✓ |
👥 Sheet: Students
| Column | Type | Required |
|---|---|---|
| name | string | ✓ |
| ✓ | ||
| cohort | string | ✓ |
| domains | legacy only | Optional |
| programs | mclp,flp_er,live_qf | ✓ |
| enrolled_date | YYYY-MM-DD | Optional |
📊 Sheet: Progress
| Column | Type | Required |
|---|---|---|
| student_email | ✓ | |
| module_name | string | ✓ |
| pct_complete | number 0–100 | ✓ |
| program_key | mclp/flp_er/... | ✓ |
🚀 Sheet: Projects
| Column | Type | Required |
|---|---|---|
| program_keys | mclp,flp_er,live_qf,... | ✓ |
| program_name | string | Optional |
| project_id | unique id | Optional |
| project_title | string | ✓ |
| role_id | active role_master id | ✓ |
| brief | problem statement | ✓ |
| objectives | line-separated text | Optional |
| action_items | line-separated text | ✓ |
| deliverables | line-separated text | ✓ |
| resources | Title|URL|type|note | Optional |
| deadline | YYYY-MM-DD | ✓ |
| status | active/inactive | Optional |
⚙️ Apps Script — Single Bundle Fetch
doGet(e) — returns full student data bundle in one call
💡 Integration Tips
Cache in sessionStorage: Store the bundle on login. Zero further API calls during the session. Students can browse all pages freely.
Domain filtering: The domains column in Students sheet controls everything. Change it → student's view changes next login.
CORS: Apps Script doGet naturally supports CORS when deployed as Web App → Anyone. No extra headers needed.
Zero write calls: Students only read. All updates (attendance, progress, resources) made directly in Sheets by admin. No concurrent write risk.
Notification Centre
Send Notification
Preview
How it looks
History
Sent Announcements
Updates & Alerts
Announcements
Stay up to date with session reminders, new resources, and announcements from your team.
Community
Community Hub
Groups, admin-led posts and controlled comments for students.
Controlled Community
Groups first. Posts inside groups.
Students can open eligible groups, unlock paid groups later, and comment only where admin allows it.
Browse Groups