Overview
Serve original document files to authorized users and log every download for audit purposes 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
Serve original document files to authorized users and log every download for audit purposes inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/document-download/with module, controller, and serviceGET /cmmty/documents/:id/downloadprotected 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.