code-review-fix task 9.8: mark task 9.8 as done in tasks.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-18 20:26:05 +01:00
parent ba20d9e5ab
commit 43b6b5da9e

View file

@ -88,7 +88,7 @@
- [x] 9.5 `[sonnet]` Create `src/types/span-annotations.ts` with `SpanAnnotation`, `SpanLabelType`, `SubSpan` interfaces
- [x] 9.6 `[haiku]` Create `src/types/index.ts` barrel file re-exporting all types
- [x] 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[]>`
- [x] 9.8 `[sonnet]` Replace all `any` types with proper interfaces: `geometry``Geometry | null`, `sub_spans``SubSpan[]`, candle arrays → `Candle[]`, prediction cache → `Map<string, PredictionSpan[]>`
## 10. Frontend — Error Boundary & UX