chore: mark task 8.8 as completed
This commit is contained in:
parent
679410a5cd
commit
90d62cf187
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
- [x] 8.5 `[sonnet]` Add bounded prediction cache (max 100 entries, FIFO eviction) to `predictionCacheRef` (`src/app/page.tsx:195-199`)
|
||||
- [x] 8.6 `[sonnet]` Fix hardcoded 1-minute candle interval: detect interval from data, use for span iteration (`src/components/CandleChart.tsx:452`)
|
||||
- [x] 8.7 `[haiku]` Extract magic numbers (8px, 60s, colors) to named constants in `CandleChart.tsx`
|
||||
- [ ] 8.8 `[haiku]` Move `new Set<string>()` default prop to module-level constant in `CandleChart.tsx:125`
|
||||
- [x] 8.8 `[haiku]` Move `new Set<string>()` default prop to module-level constant in `CandleChart.tsx:125`
|
||||
|
||||
## 9. Frontend — Shared Types & Type Safety
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue