1 | initial version |
PROTON doesn't allow for concurrent editing of the rules. The rules that belong to a single application reside in a single JSON file. From experience, even in large applications, this file is not so large. In any case, it is not intended for hundreds of users simultaneously entering their rules. Thru the authoring tool it is possible to quite easily get to the desired rule in the JSON file, but the editing is always on the JSON file that encompasses the entire event-driven application.
In addition, a json rules file can be reloaded to be re-edited multiple times with a Proton server, and saved in a user storage space.
Hope this helps.