task 9.4: mark task 9.4 as done in tasks.md
src/types/predictions.ts already existed with PredictionSpan, PredictionState, and ModelInfoResponse interfaces matching actual usage across page.tsx, CandleChart.tsx, and PredictionPanel.tsx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a7087ef945
commit
76c440d879
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
- [x] 9.1 `[sonnet]` Create `src/types/candles.ts` with `Candle` interface
|
||||
- [x] 9.2 `[sonnet]` Create `src/types/annotations.ts` with `Annotation`, `AnnotationType`, `Geometry` interfaces
|
||||
- [x] 9.3 `[sonnet]` Create `src/types/charts.ts` with `Chart` interface
|
||||
- [ ] 9.4 `[sonnet]` Create `src/types/predictions.ts` with `PredictionSpan`, `PredictionState`, `ModelInfo` interfaces
|
||||
- [x] 9.4 `[sonnet]` Create `src/types/predictions.ts` with `PredictionSpan`, `PredictionState`, `ModelInfo` interfaces
|
||||
- [ ] 9.5 `[sonnet]` Create `src/types/span-annotations.ts` with `SpanAnnotation`, `SpanLabelType`, `SubSpan` interfaces
|
||||
- [ ] 9.6 `[haiku]` Create `src/types/index.ts` barrel file re-exporting all types
|
||||
- [ ] 9.7 `[sonnet]` Replace duplicate interfaces in `page.tsx`, `CandleChart.tsx`, `SpanAnnotationManager.tsx`, `Toolbox.tsx`, `SpanAnnotationList.tsx`, `SpanPopover.tsx` with imports from `@/types`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue