candle-annotator/src/app/api/upload
Marko Djordjevic 98e91b047a feat: upload creates new chart from filename with duplicate handling
- POST /api/upload now creates a chart named from the CSV filename
- Duplicate names get numeric suffix (e.g., btc-daily-2)
- Candles inserted with chart_id instead of replacing all data
- Response includes chart id and name
2026-02-13 00:13:23 +01:00
..
route.ts feat: upload creates new chart from filename with duplicate handling 2026-02-13 00:13:23 +01:00