Commit Graph

7 Commits

Author SHA1 Message Date
Forge
e455accc7e docs: add PROGRESS.md with build summary 2026-03-19 01:27:01 +08:00
Forge
7a4c573d1c fix: screen uses court_number, seed resets sequences 2026-03-19 01:22:12 +08:00
Forge
1be2ba729e fix: timezone-aware datetime for elapsed timer in screen API 2026-03-19 01:17:45 +08:00
Forge
fe839cb6ae fix: add pgdata volume for persistence + fix seed path 2026-03-19 01:11:51 +08:00
Forge
a1faa9cf3a feat: add admin seed endpoint for demo data 2026-03-19 01:08:21 +08:00
Forge
011df19306 fix: use script file instead of heredoc in Dockerfile 2026-03-19 01:02:21 +08:00
Forge
46fd2953c3 🏓 Initial ServeSync demo build
- FastAPI backend with PostgreSQL + Redis
- 4 core features: Registration, Courts, Matchmaking, Tournament
- Double elimination tournament with bracket visualization
- ELO-based matchmaking (Stage 1 Open, Stage 2 Skill-Based)
- Real-time WebSocket updates
- TV Screen display for courts
- Vue 3 + Tailwind CSS frontend
- Seed data: 12 players, 4 courts, active matches, tournament in progress
- Docker compose stack with Nginx reverse proxy
2026-03-19 00:58:17 +08:00