helpyourneighbour/backend/src/disputes
J.A.R.V.I.S. a2653f7234 feat: Implement dispute flow with status machine and audit trail
- Added full dispute status machine (open → evidence → mediation → resolved → cancelled)
- Implemented event logging for all dispute actions
- Added audit trail through dispute_events table
- Updated dispute service with proper status transition handling
- Ensured final decisions include reasoning for auditability

Fixes #5
2026-03-19 14:08:32 +00:00
..
dispute-service.js feat: Implement dispute flow with database schema and API endpoints 2026-03-19 08:09:11 +00:00
dispute-service.ts feat: Implement dispute flow with status machine and audit trail 2026-03-19 14:08:32 +00:00
index.ts feat: Implement dispute flow with database schema and API endpoints 2026-03-19 08:09:11 +00:00
types.js feat: Implement dispute flow with database schema and API endpoints 2026-03-19 08:09:11 +00:00
types.ts feat: Implement dispute flow with database schema and API endpoints 2026-03-19 08:09:11 +00:00