Phase 2 update. TASKS and Development_plan edited

This commit is contained in:
2025-11-17 14:36:13 +01:00
parent aa9688d811
commit 98cda57d90
2 changed files with 7 additions and 3 deletions

View File

@@ -26,11 +26,14 @@ The goal is to create a service where streamers can log in using their platform
5. **Basic Frontend:** Develop a simple login page.
### Phase 2: User Dashboard & Configuration
**Status: 🚀 In Progress**
**Status: ✔️ Complete**
1. **Dashboard UI:** Create a dashboard page accessible only to authenticated users.
2. **Settings API:** Build API endpoints for users to save and retrieve their overlay settings (e.g., custom CSS).
3. **Overlay URL Generation:** Display a unique, persistent overlay URL for each user on their dashboard.
2. **Settings API:** Build API endpoints for users to save and retrieve their overlay settings.
3. **Overlay URL Generation:** Display a unique, persistent overlay URL for each user.
4. **Theming System:** Implement a site-wide light/dark theme switcher.
5. **Custom CSS Themes:** Develop a full CRUD (Create, Read, Update, Delete) system allowing users to create, manage, and preview their own private CSS overlay themes.
6. **Help & Documentation:** Add a help page to guide users in creating their custom CSS.
### Phase 3: Dynamic Listeners & Basic Overlay
**Status: ⏳ Not Started**