What this covers
- How to refresh existing yearly and metric data.
- How to add entirely new metrics.
- Where data must live so the deployed app can read it.
- How docs from this repo are auto-synced to the central docs repo.
Data flow
- Generate processed files from the TSAM pipeline.
- Publish processed outputs to
visualsApi/public/data. - Serve data through
https://api.idoptlab.com/api/.... - Render in
visualWebfrontend (visualWeb/src/lib/api.ts).
Start here
- For standard refreshes: see Data Update Playbook.
- For new metrics and schema additions: see New Metric Checklist.
- For dataset creation and R2 sync API requests: see Dataset API (Create + R2 Sync).
- For docs publishing automation: see Docs Publishing (CI/CD).