How to collaborate with your team?

Actually it's not possible to modify concurrently the project, this means two or more members can't modify the same project at the same moment. SqlDBM handle this as relational database does: a resource is locked by a transaction to prevent another transaction from accesing the same resource.


Let's suppose an user A decided to start working on the project, so the first thing that the user should do is lock the project. An user B wants to modify something, but once it enters to the project, a message will be displayed saying that the project is being edited by someone else (user A). Once user A finished the changes, then release the lock; thus user B can work at the project. Check below the workflow of how the lock - release works at SqlDBM.


Image 55

Figure 1. Before start working, the project needs to be locked.


Image 58

Figure 2. Message that says the project is being edited by someone else.


Image 56

Figure 3. Once the changes are finished, then they need to be saved.


Image 59

Figure 4. Releasing the lock.



This article was helpful for 2 people. Is this article helpful for you?