Overview
Return aggregated statistics for the authenticated user: document counts, risk scores, and verifications inside backend/cmmty/.
Acceptance Criteria
Contribution Folder
All files must be placed inside backend/cmmty/. Do not modify any file outside this folder.
How to Contribute
Comment on this issue to express interest, fork the repo, build inside backend/cmmty/ only, and open a PR targeting main.
Overview
Return aggregated statistics for the authenticated user: document counts, risk scores, and verifications inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/user-stats/with module, controller, and serviceGET /cmmty/users/me/statsprotected by JWT guardContribution Folder
All files must be placed inside
backend/cmmty/. Do not modify any file outside this folder.How to Contribute
Comment on this issue to express interest, fork the repo, build inside
backend/cmmty/only, and open a PR targetingmain.