I want to create document review tool. With this tool a user can be able to upload a document and select the list of reviewer who can review the document and suggest the changes.
Problem 1: There can be multiple user who will be reviewing the document not necessary at the same time.How to achieve concurrency.
Problem 2: How to keep track of changes that has been suggested and make those changes available for author(who had uploaded the original document) for acceptance.
please suggest solutions .