Commit graph

6 commits

Author SHA1 Message Date
J.A.R.V.I.S.
ad50a11d50 feat: Add contract tests for dispute flow implementation
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive contract tests for the dispute flow implementation as required in issue #5. The tests cover:
- Creation of disputes with all required fields
- Status transitions through the complete flow (open → evidence → mediation → resolved)
- Proper event logging for all actions
- Audit trail for final decisions
- Integration testing of the complete dispute flow
2026-03-19 13:07:59 +00:00
BibaBot
eb45e4474d feat: Add role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-17 22:08:53 +00:00
BibaBot
bfd432d094 Add comprehensive tests for role middleware and fix package dependencies
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 20:07:22 +00:00
BibaBot Jarvis
cb0e31b668 Add unit tests for role middleware and package.json
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 13:10:19 +00:00
BibaBot Jarvis
54cc7bf58f test: add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run
This commit adds comprehensive unit tests for the requireRole middleware to ensure proper role-based access control implementation.
2026-03-16 11:07:06 +00:00
BibaBot Jarvis
fddbb167c2 feat: Implement role management API endpoints
Some checks are pending
Docker Test / test (push) Waiting to run
2026-03-16 05:07:56 +00:00