Skip to content

feat(api): add routes-f conflict analysis endpoint#362

Merged
davedumto merged 1 commit intoStreamFi-x:devfrom
OpenSourceCOntr:feature/issue-337-conflict-analysis
Feb 26, 2026
Merged

feat(api): add routes-f conflict analysis endpoint#362
davedumto merged 1 commit intoStreamFi-x:devfrom
OpenSourceCOntr:feature/issue-337-conflict-analysis

Conversation

@Uchechukwu-Ekezie
Copy link
Contributor

Overview

This PR adds a new endpoint POST /api/routes-f/conflicts to analyze differences between two item payloads, supporting nested objects and ensuring stable output ordering.

Key Changes

  • Implemented a recursive deep-diff utility.
  • Added conflict analysis API route.
  • Added integration test suite covering nested conflicts and ordering.

Closes #337

- Implemented recursive deep-diff utility
- Added POST /api/routes-f/conflicts endpoint
- Supports nested objects and stable field ordering
- Added integration tests

Closes StreamFi-x#337
@vercel
Copy link

vercel bot commented Feb 26, 2026

@Uchechukwu-Ekezie is attempting to deploy a commit to the david's projects Team on Vercel.

A member of the Team first needs to authorize it.

@davedumto davedumto merged commit 8c2ba88 into StreamFi-x:dev Feb 26, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend: Add routes-f conflict analysis endpoint

2 participants