Overview
Overlay a visible watermark (user name + timestamp) on documents when downloaded 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
Overlay a visible watermark (user name + timestamp) on documents when downloaded inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/watermark/with module, controller, and serviceGET /cmmty/documents/:id/downloadreturning the watermarked fileContribution 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.