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

View File

@@ -0,0 +1,25 @@
These are sample TeamSnap API v3 Collection+JSON responses.
The payloads use upstream TeamSnap URLs (`https://apiv3.teamsnap.com`) so
tests can rewrite them through the local proxy root without guessing at paths.
The set includes:
- `root.json`
- `me.json`
- `teams.json`
- `members.json`
- `events.json`
- `availabilities.json`
- `assignments.json`
- `event_lineups.json`
- `event_lineup_entries.json`
They are intentionally small but cover the collections this app reads:
- `me` for auth/session identity
- `teams` for team selection
- `members` for player lookup
- `events` for the operator/game flow
- `availabilities`, `assignments`, `eventLineups`, and `eventLineupEntries`
for lineup and game preparation screens