sitcomlab / Ethics-app

Ethics-application for the approval of user-studies
http://giv-ethics-app.uni-muenster.de
MIT License
2 stars 8 forks source link

Text-processing for changes #52

Open nicho90 opened 6 years ago

nicho90 commented 6 years ago

The ability to see what was changed from the previous to the current revision could increase the efficiency during the review process. For example: After a document was already reviewed and accepted by a member of the Ethics committee, the researcher edited something (maybe just one word or a simple typo), s/he has to submit the document again. Now, the reviewer has to read through the whole document again to see what was changed. A text-processing tool, which highlights the changes (red for deletions/modifications, green for editions) would be very helpful. On GitHub or other collaborations tools, such a function is often called "text differencing" or "diff". I found some possible implementations here:

nicho90 commented 6 years ago

@SpeckiJ Mostly done. Please checkout the feature/diff branch.

nicho90 commented 6 years ago

@SpeckiJ Done ✅