candle-annotator/drizzle
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
..
meta feat: add span-label-types link to main page and create migration for default types 2026-02-14 11:16:33 +01:00
0000_goofy_captain_midlands.sql Add drizzle migration files and remove drizzle/ from .gitignore 2026-02-12 14:47:06 +00:00
0001_sticky_shinko_yamashiro.sql feat: add annotation types management system 2026-02-12 18:17:44 +01:00
0002_careful_synch.sql feat: add charts table schema and migration with data backfill 2026-02-13 00:12:21 +01:00
0003_demonic_captain_flint.sql feat: add database schema, migrations, and API endpoints for span annotations 2026-02-14 05:56:28 +01:00
0004_add_default_span_label_types.sql feat: add span-label-types link to main page and create migration for default types 2026-02-14 11:16:33 +01:00
0005_add_source_and_model_prediction_to_span_annotations.sql feat(api): add span annotation export and feedback loop support 2026-02-15 14:35:31 +01:00