Working at the same time on one project

Is it possible for 2 different people to work on the same project at the same time? What are the limitations in that regard?

The way my set up is currently is as follows:

  • I have the project files on a local (and cloud synced) Google Drive virtual disk
  • The other person has access to that same Google Drive folder, also locally on his PC

Is it possible for me and him to work on the same project simultaneously without getting into problems? I would assume it’s not a wise way to work with wappler, but any more clarification on this would be helpful. In other words, what is the best way to work together on 1 project?

We maintain a .txt log file for each page. This file contains the dates and modifications to the associated page much the same as a Change Log. We define in the title of the .txt file with the status of the page at the end of the file name, example:

index.php_OFFLINE.txt
index.php_ONLINE.txt

It works for us. Suppose you could have index.php_CHECKEDOUT.txt etc.

Another idea would be to set up a Git repository:

1 Like