Overview
Allow document owners to formally transfer ownership to another registered user, creating an audit record 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
Allow document owners to formally transfer ownership to another registered user, creating an audit record inside
backend/cmmty/.Acceptance Criteria
backend/cmmty/ownership-transfer/with entity, module, controller, and servicePOST /cmmty/documents/:id/transferaccepting toUserEmailGET /cmmty/documents/:id/transfer-historyContribution 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.