Stage 1: backend foundation (Postgres, sessions, accounts, OTel) #1

Merged
developer merged 2 commits from feature/stage-1-backend-foundation into master 2026-06-02 12:00:46 +00:00
Showing only changes of commit ab2e42883a - Show all commits
+1 -1
View File
@@ -34,7 +34,7 @@ independent (see ARCHITECTURE §9.1).
| # | Stage | Status |
|---|-------|--------|
| 0 | Scaffolding (go.work, backend skeleton, docs, CI) | **done** |
| 1 | Backend foundation (config, server, Postgres+goose, sessions, accounts) | todo |
| 1 | Backend foundation (config, server, Postgres+goose, sessions, accounts) | **done** |
| 2 | Engine package over scrabble-solver | todo |
| 3 | Game domain (lifecycle, rules, hint, word-check, history+GCG, stats) | todo |
| 4 | Lobby & social (matchmaking, friends, block, chat, profile, nudge) | todo |