Skip to content

[FEAT]: Conflict Detection Layer #343

@Aryama-srivastav

Description

@Aryama-srivastav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions