RestComm / visual-designer

Restcomm Visual Designer
http://www.restcomm.com/
GNU Affero General Public License v3.0
4 stars 15 forks source link

Display warning when saving project in a multi user scenario #78

Open otsakir opened 7 years ago

otsakir commented 7 years ago

From @otsakir on May 28, 2015 10:51

Scenario Alice and Bob work on the same RVD project. Alice saves first. Bob does not know that and saves after Alice. Alice's changes will be overwritten by Bob's.

A warning should be displayed in such a case so that Bob knows what he is about to do.

An option to save Bob's work under a different name would also help.

Copied from original issue: RestComm/Restcomm-Connect#274

otsakir commented 7 years ago

From @deruelle on October 16, 2015 13:39

Agreed. We may want to introduce a locking mechanism similar to wordpress describing that someone else is editing. Also we may want to introduce revisions for each change made to the project similar to how google docs or git works so rolling back to a previous known working version is easy.