Bail School Manager
Installation
SKILL.md
Skill: Bail School Manager
Use this skill to manage the "Shamrock Bail School" education platform.
1. Course Definition Schema
Courses are defined in the Courses collection (Schema ID: Courses).
| Field | Type | Example |
|---|---|---|
title |
Text | "Florida Statutes 101" |
type |
Text | LIVE_ZOOM or ON_DEMAND |
price |
Number | 150.00 |
zoomLinkId |
Text | (From Wix Bookings) |
videoSource |
Text | (From Wix Video ID) |
2. Certificate Generation (GAS Implementation)
When a student completes a course, we generate a PDF certificate.
Integration Point: backend/bailSchool.jsw -> notifyGASOfCompletion(studentId, courseId)