Welcome
This is the home page for the team management hub. Use `Information` for season-wide reference material and open questions, `Games` for round-by-round management, and `Duty Roster` for reusable duty planning.
Site Structure
Information
Global material like the annotated team sheet, official PDF, already-completed details, remaining blanks, deadlines, and source images.
Games
The working round hub for checklists, PlayHQ steps, team-sheet actions, duty overrides, notes, and attachments (including paper game records).
Duty Roster
Reusable base duty planning for the usual people, backups, and weekly availability notes.
Data Storage
Checklist Data
Round checkboxes, match records, notes, selected round, roster positions, and duty overrides are saved in the shared team database and synced back to the browser cache.
Attachments
Uploaded files are stored centrally and recalled by round across devices, with local cache support for reopen and offline fallback.
Global Planning
Duty roster defaults, planning notes, and operational questions are shared through the same backend storage layer.
SQLite Backend
The durable source of truth is now a server-side SQLite database behind the app's `/api` endpoints.
Backup Path
The backend includes backup guidance so the server database can be rotated and restored instead of relying on one browser profile.