candle-annotator/src/components
Marko Djordjevic d3dcfcea7d feat: auto-build training dataset from DB annotations before training
- Add build_dataset_from_db() that exports candles from DB, runs feature
  engineering, and ingests span annotations into labeled CSV
- Call it automatically in _run_training_background before training starts
- Add POST /training/build-dataset endpoint for standalone use
- Add Next.js proxy route /api/training/build-dataset
- Update TrainingPanel: remove dataset-missing block on Start Training,
  show informational message that dataset builds automatically
2026-02-18 00:24:39 +01:00
..
ui fix: install missing shadcn/ui components and fix TypeScript build errors 2026-02-14 10:43:10 +01:00
CandleChart.tsx fix: use annotation's saved color for TrendLine instead of annotationType default color 2026-02-17 20:03:54 +01:00
ChartSelector.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
FileUpload.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
KeyboardShortcutsModal.tsx feat: add keyboard shortcuts R/S/L/D/T/? with shortcuts modal 2026-02-17 20:19:25 +01:00
ModelSelector.tsx fix: handle test_ prefixed metric keys from training runs API 2026-02-17 19:00:22 +01:00
PredictionPanel.tsx feat: add TalibPatternPanel, TrainingPanel, ModelSelector UI components (tasks 5-8) 2026-02-17 18:55:52 +01:00
SpanAnnotationList.tsx fix: change is_active type from number to boolean to match API response 2026-02-17 19:59:48 +01:00
SpanAnnotationManager.tsx fix: show TA-lib pattern spans on chart and add delete all annotations button 2026-02-17 20:12:23 +01:00
SpanPopover.tsx fix: change is_active type from number to boolean to match API response 2026-02-17 19:59:48 +01:00
SpanRectanglePrimitive.ts fix: install missing shadcn/ui components and fix TypeScript build errors 2026-02-14 10:43:10 +01:00
TalibPatternPanel.tsx fix: pass confidence=null for talib span annotations (DB column is integer, not float) 2026-02-17 20:14:13 +01:00
ThemeProvider.tsx fix: resolve type errors in ThemeProvider and ThemeToggle 2026-02-12 23:48:58 +01:00
ThemeToggle.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
Toolbox.tsx fix: change is_active type from number to boolean to match API response 2026-02-17 19:59:48 +01:00
TrainingPanel.tsx feat: auto-build training dataset from DB annotations before training 2026-02-18 00:24:39 +01:00