candle-annotator/src
Marko Djordjevic 3eea7e5cfd task 9.3: create src/types/charts.ts with Chart interface
Adds a shared Chart interface matching the DB schema (id, name, created_at)
and the existing usages in page.tsx and ChartSelector.tsx.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 15:43:30 +01:00
..
app feat: add bounded prediction cache (max 100 entries, FIFO eviction) 2026-02-18 15:22:38 +01:00
components fix: move new Set<string>() default prop to module-level constant in CandleChart 2026-02-18 15:25:15 +01:00
lib fix: replace all SQLite references with PostgreSQL in scripts and lazy-init db connection 2026-02-17 23:48:47 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types task 9.3: create src/types/charts.ts with Chart interface 2026-02-18 15:43:30 +01:00
middleware.ts feat: add API key auth middleware for /api/* routes (task 3.1) 2026-02-18 11:02:51 +01:00