candle-annotator/src
Marko Djordjevic 1678da2d9d fix: wrap chart cascade delete in db.transaction() and add spanAnnotations deletion
- Import spanAnnotations from schema
- Wrap all delete operations in db.transaction() for atomicity
- Delete spanAnnotations first to satisfy FK constraints, then annotations, candles, chart
- Mark task 4.8 as done in tasks.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 11:17:19 +01:00
..
app fix: wrap chart cascade delete in db.transaction() and add spanAnnotations deletion 2026-02-18 11:17:19 +01:00
components feat: auto-build training dataset from DB annotations before training 2026-02-18 00:24:39 +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 fix(frontend): update ModelInfoResponse types to match backend structure 2026-02-15 21:39:38 +01:00
middleware.ts feat: add API key auth middleware for /api/* routes (task 3.1) 2026-02-18 11:02:51 +01:00