Initial scaffold: docs, data manifest, and static dashboard
This commit is contained in:
13
docs/data-structure.md
Normal file
13
docs/data-structure.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Data Structure
|
||||
|
||||
## Data Sources
|
||||
- CSV exports (source of truth)
|
||||
- DAX exports (measure definitions)
|
||||
|
||||
## Storage
|
||||
- `/data/*.csv` — raw CSV exports
|
||||
- `/data/manifest.json` — list of CSV files loaded by the app
|
||||
|
||||
## Notes
|
||||
- No database yet; app loads CSVs directly via fetch.
|
||||
- Column types and relationships will be documented here once data lands.
|
||||
Reference in New Issue
Block a user