-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
name: 🚀 Feature Request
about: Suggest an idea or a new capability for FireForm.
title: "[FEAT]: Conflict Detection Layer"
labels: enhancement
assignees: ''
📝 Description
When field values come from multiple sources (incident record, alias inference, defaults), the system has no explicit conflict flagging. This makes audit trails incomplete and blocks confidence-based review.
🛠️ Proposed Solution
Add a basic conflict detection layer during mapping report generation:
- Detect when multiple candidate values for the same logical field differ
- Record conflicting sources and values
- Apply simple priority for selected value:
- direct match > alias/inference > default
-Expose conflicts in mapping report output - Keep behavior additive and backward-compatible
✅ Acceptance Criteria
- Conflicts are surfaced in batch mapping reports
- Direct vs inferred/default mismatches are detectable
- No API breakage for existing clients
- Existing batch tests remain green
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels