diff --git a/README.md b/README.md index f4fcef4..46105b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Homeschool Dashboard +# 🏠 Homeschool Dashboard A self-hosted web app for managing homeschool schedules, tracking daily learning sessions, and logging activities. Features a full-screen TV dashboard with live timers and real-time updates via WebSockets. @@ -174,7 +174,7 @@ Open **http://localhost:8054/login** and register. This creates your admin accou 2. **Admin** → Add subjects (Math, Reading, Science, etc.) with emoji icons and colors. Add activity options to each subject — they appear on the TV dashboard during that block. The **Meeting** subject is created automatically and cannot be deleted or renamed, but you can add activity options (agenda items) to it. 3. **Admin** → Add **Morning Routine** items — these show on the TV during the greeting before the first block starts. 4. **Admin** → Add **Break Activities** items — these show on the TV center panel whenever a break is active. -5. **Admin** → Scroll to **Settings** and select your local timezone. You can also change your account password here. +5. **Admin** → Scroll to **Settings** (below Schedules) and select your local timezone. You can also change your account password here. 6. **Admin** → Scroll to **Schedules** → Create a schedule template, add time blocks assigned to subjects. For any block that should include a break, check **Break** and enter the break duration in minutes. 7. **Dashboard** (`/dashboard`) → Click "Start Day", choose a template 8. **TV** → Open `http://your-lan-ip:8054/tv/1` on the living room TV (replace `1` with the child's ID) @@ -189,7 +189,7 @@ Open **http://localhost:8054/login** and register. This creates your admin accou |-----|-------------| | `/dashboard` | Overview, start/stop sessions, select and time blocks, issue behavior strikes | | `/logs` | Browse timer and strike event history and manual notes; filter by child and date | -| `/admin` | Manage children, subjects (with activity options), morning routine, break activities, schedule templates, and account settings (timezone, password) | +| `/admin` | Manage children, subjects (with activity options), morning routine, break activities, schedule templates, and account settings (timezone, password). Includes a Buy Me a Coffee support link at the top of the page. | ### Super Admin Views