Student Reservations
View and manage all students who reserved a spot.
| Name | Phone | Session | Created |
|---|
Lesson Content
Add/update lesson videos and written guides for your students.
Amazon Gear Logic (Later)
Here you’ll eventually add the script that takes a customer gear selection and automatically places the order through your Amazon account. For now, this is just a placeholder so we don’t forget the feature.
// TODO: Implement Amazon order automation
// 1. Capture selected gear + customer info
// 2. Authenticate to your Amazon account (API / automation layer)
// 3. Place order programmatically
// 4. Store order record in your database