candle-annotator/src/types
Marko Djordjevic 8b40a2cb9a feat: create src/types/candles.ts with Candle interface (task 9.1)
Add shared Candle interface with time, open, high, low, close, and
optional volume fields. Volume is optional because the DB schema does
not store volume but the predict/patterns API routes accept it as an
optional field.

Mark task 9.1 as complete in tasks.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 15:26:14 +01:00
..
candles.ts feat: create src/types/candles.ts with Candle interface (task 9.1) 2026-02-18 15:26:14 +01:00
predictions.ts fix(frontend): update ModelInfoResponse types to match backend structure 2026-02-15 21:39:38 +01:00