peer / mind

Decide together.
http://peermind.org
Other
58 stars 12 forks source link

Handle concurrent edits #187

Open mitar opened 7 years ago

mitar commented 7 years ago

We do not really have collaborative editing features at the moment, but we still have multiple people having potentially edit permissions over the same content. While in the future we might allow real-time collaborative editing, for now we should provide some easier ways to detect and handle concurrent edits. I do not expect that there are many cases when both author and moderator for example try to edit at the same time, so some simple concurrent editing (maybe just a message that somebody else has it in edit mode) could be enough.

Showing the history of all edits could be also useful in the case of clobbered content, when somebody edits over somebody else, this other user could at least get access to their changes and try to manually apply them again.