updating docs

This commit is contained in:
lila 2026-04-19 09:31:01 +02:00
parent 8aaafea3fc
commit 4c48859d00
3 changed files with 30 additions and 311 deletions

View file

@ -80,7 +80,7 @@ The monorepo structure and tooling are already set up. This is the full stack.
| Auth | Better Auth (Google + GitHub) | ✅ |
| Deployment | Docker Compose, Caddy, Hetzner | ✅ |
| CI/CD | Forgejo Actions | ✅ |
| Realtime | WebSockets (`ws` library) | ❌ post-MVP |
| Realtime | WebSockets (`ws` library) | |
| Cache | Valkey | ❌ post-MVP |
---
@ -296,8 +296,8 @@ After completing a task: share the code, ask what to refactor and why. The LLM s
| Deployment | Docker Compose, Caddy, Forgejo, CI/CD, Hetzner VPS | ✅ |
| Hardening (partial) | CI/CD pipeline, DB backups | ✅ |
| User Stats | Games played, score history, profile page | ❌ |
| Multiplayer Lobby | Room creation, join by code, WebSocket connection | |
| Multiplayer Game | Simultaneous answers, server timer, live scores, winner screen | |
| Multiplayer Lobby | Room creation, join by code, WebSocket connection | |
| Multiplayer Game | Simultaneous answers, server timer, live scores, winner screen | |
| Hardening (rest) | Rate limiting, error boundaries, monitoring, accessibility | ❌ |
### Future Data Model Extensions (deferred, additive)
@ -355,8 +355,8 @@ Phase 0 (Foundation) ✅
└── Phase 2 (Singleplayer UI) ✅
├── Phase 3 (Auth) ✅
│ └── Phase 6 (Deployment + CI/CD) ✅
└── Phase 4 (Multiplayer Lobby)
└── Phase 5 (Multiplayer Game)
└── Phase 4 (Multiplayer Lobby)
└── Phase 5 (Multiplayer Game)
└── Phase 7 (Hardening)
```