task 9.6: mark task 9.6 as completed in tasks.md

This commit is contained in:
Marko Djordjevic 2026-02-18 15:46:06 +01:00
parent 5e58c26810
commit 28a0d0790e

View file

@ -86,7 +86,7 @@
- [x] 9.3 `[sonnet]` Create `src/types/charts.ts` with `Chart` interface
- [x] 9.4 `[sonnet]` Create `src/types/predictions.ts` with `PredictionSpan`, `PredictionState`, `ModelInfo` interfaces
- [x] 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
- [x] 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`
- [ ] 9.8 `[sonnet]` Replace all `any` types with proper interfaces: `geometry``Geometry | null`, `sub_spans``SubSpan[]`, candle arrays → `Candle[]`, prediction cache → `Map<string, PredictionSpan[]>`