candle-annotator/src/app
Marko Djordjevic bb1b6d573f feat(api): add span annotation export and feedback loop support
- Add GET /api/span-annotations/export endpoint for ML pipeline JSON/CSV export
- Add source and model_prediction fields to span_annotations schema
- Update POST endpoint to accept source (human/model/human_correction) and model_prediction metadata
- Support negative annotations (label 'O' for user corrections to model predictions)
- Create migration 0005 for new schema fields

Completes tasks 8.1-8.4 of candle-backend change
2026-02-15 14:35:31 +01:00
..
annotation-types feat: add annotation types management system 2026-02-12 18:17:44 +01:00
api feat(api): add span annotation export and feedback loop support 2026-02-15 14:35:31 +01:00
span-label-types feat: add span label types admin page with seed functionality 2026-02-14 11:12:39 +01:00
globals.css feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
layout.tsx feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
page.tsx feat: add span-label-types link to main page and create migration for default types 2026-02-14 11:16:33 +01:00