xml-pipeline/bloxserver/api
Donna 1e2073a81c Add edge_mappings table for AI-assisted field mapping
New table stores:
- Edge identification (from_node → to_node)
- Analysis results (confidence, level, method)
- Proposed mapping (AI-generated)
- User mapping (overrides)
- Confirmation status

Indexes:
- By flow_id for listing
- Unique on (flow_id, from_node, to_node) for upsert

This supports the edge analysis API for visual wiring in the canvas.

Co-authored-by: Dan
2026-01-26 07:23:03 +00:00
..
models Add edge_mappings table for AI-assisted field mapping 2026-01-26 07:23:03 +00:00
routes Add BloxServer API scaffold + architecture docs 2026-01-22 22:04:25 -08:00
__init__.py Add BloxServer API scaffold + architecture docs 2026-01-22 22:04:25 -08:00
dependencies.py Add BloxServer API scaffold + architecture docs 2026-01-22 22:04:25 -08:00
main.py Add BloxServer API scaffold + architecture docs 2026-01-22 22:04:25 -08:00
schemas.py Add BloxServer API scaffold + architecture docs 2026-01-22 22:04:25 -08:00