docs: Update task board and align development plan

This commit is contained in:
2025-11-17 00:23:54 +01:00
parent 264e4c276d
commit 11254095ff
2 changed files with 24 additions and 9 deletions

View File

@@ -9,9 +9,10 @@ The goal is to create a service where streamers can log in using their platform
## 2. Technology Stack
* **Team Communications:** Discord and Nextcloud, primarily. This can change. There's a list of links in the [README.md](README.md)
* **Backend (API & Chat Listeners):** Python (for Twitch/YouTube chat listeners), Node.js (for WebSocket server and potentially other APIs), PHP (for user management and web serving).
* **Database:** MySQL
* **Frontend:** HTML, CSS, JavaScript
* **Backend:** Python 3.9+ (FastAPI)
* **Database:** SQLite (for initial development) with SQLAlchemy ORM
* **Frontend:** Vanilla HTML, CSS, and JavaScript
* **Chat Listeners:** `twitchio` (Twitch), `pytchat` (YouTube)
## 3. Implementation Roadmap