Skip to content

Commit e2bf357

Browse files
committed
docs: Fix data file naming in state-diagrams.md
Update data flow documentation to reflect actual file naming convention: - Changed: wwwroot/data/{symbol}_gex.json - To: wwwroot/data/{symbol}.json - Added examples: spy.json, aapl.json Verified against actual files in src/GexVisor.UI/wwwroot/data/ Related to comprehensive documentation audit (Session 24).
1 parent 0177407 commit e2bf357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/state-diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ State flow from raw data files to visualization.
189189
```
190190

191191
**Data flow per symbol:**
192-
1. `wwwroot/data/{symbol}_gex.json` loaded
192+
1. `wwwroot/data/{symbol}.json` loaded (e.g., `spy.json`, `aapl.json`)
193193
2. Parsed to `GexTimeline` model
194194
3. Regime analysis computed
195195
4. Available via `GexStateService`

0 commit comments

Comments
 (0)