Multiple editors in a web application need to collaboratively edit the same dataset using the following requirements:
• Each editor works in isolation until they come to a good stopping point
• The editor shares their edits with the other editors at this point
• The editor again goes into isolation to continue editing until the next stopping point is reached
• At any point, an editor can choose to see the edits that other editors have shared without sharing their own edits
How should the dataset be registered?
Submit