feat: implement section 11 - span export endpoints (JSON, windowed CSV, BIO-tagged CSV)
This commit is contained in:
parent
b5e4d6573e
commit
842a58f12b
2 changed files with 185 additions and 3 deletions
|
|
@ -79,9 +79,9 @@
|
|||
|
||||
## 11. Export Endpoints
|
||||
|
||||
- [ ] 11.1 Create `GET /api/export/spans?chartId=X&format=json` — Raw Annotations JSON export with full metadata
|
||||
- [ ] 11.2 Create `GET /api/export/spans?chartId=X&format=windowed` — Windowed Classification CSV with flattened OHLCV columns and configurable `context_padding` (default 10)
|
||||
- [ ] 11.3 Create `GET /api/export/spans?chartId=X&format=bio` — BIO-tagged CSV with one row per candle, B-{label}/I-{label}/O tagging, multi-label columns for overlapping spans
|
||||
- [x] 11.1 Create `GET /api/export/spans?chartId=X&format=json` — Raw Annotations JSON export with full metadata
|
||||
- [x] 11.2 Create `GET /api/export/spans?chartId=X&format=windowed` — Windowed Classification CSV with flattened OHLCV columns and configurable `context_padding` (default 10)
|
||||
- [x] 11.3 Create `GET /api/export/spans?chartId=X&format=bio` — BIO-tagged CSV with one row per candle, B-{label}/I-{label}/O tagging, multi-label columns for overlapping spans
|
||||
|
||||
## 12. Integration Testing & Polish
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue