helpyourneighbour/backend/src/dispute-flow
J.A.R.V.I.S. d339c17dc0
Some checks are pending
Docker Test / test (push) Waiting to run
feat(dispute-flow): Implement dispute flow service and API endpoints
2026-03-19 12:08:00 +00:00
..
dispute-flow.model.ts feat(dispute-flow): Implement dispute flow service and API endpoints 2026-03-19 12:08:00 +00:00
dispute-flow.routes.ts feat(dispute-flow): Implement dispute flow service and API endpoints 2026-03-19 12:08:00 +00:00
dispute-flow.service.ts feat(dispute-flow): Implement dispute flow service and API endpoints 2026-03-19 12:08:00 +00:00
README.md feat: implement dispute flow backend 2026-03-19 07:08:09 +00:00

Dispute Flow Implementation

This directory contains the implementation of the dispute flow according to the specification in docs/dispute-flow.md.

Structure

  • dispute-flow.service.ts - Main service logic
  • dispute-flow.routes.ts - API routes
  • dispute-flow.model.ts - Database models
  • dispute-flow.tests.ts - Unit tests