Squash merge feature/library-reorganization

This commit is contained in:
Codex
2026-04-22 06:46:23 -05:00
parent 7f4a4beb5a
commit fe2a04343c
72 changed files with 14520 additions and 0 deletions

20
PLAN.md Normal file
View File

@@ -0,0 +1,20 @@
# Walkup Implementation Plan
## Scope
- React PWA frontend.
- FastAPI backend.
- TeamSnap JavaScript SDK on the client.
- Server-side TeamSnap OAuth code exchange and refresh.
- Backend stores only app-owned data and TeamSnap external IDs.
## Initial Deliverables
- Thin TeamSnap auth/session backend.
- Media upload and clip registration flow.
- Game assignment and operator session APIs.
- Installable React PWA shell with offline-ready game prep scaffolding.
- Docker-based local development stack.
## Known Constraints
- TeamSnap entities should not be durably mirrored on the backend.
- Operator lineup changes are local-session state in v1.
- Browser clip editing is first-class; backend finalizes playback assets.