jllort wrote:I think zoho has something in the way you're talking but if this feature is possible with zoho us we restrict it, because there're a lot of problems on integrating added or deleted data with serveral users working with same document. I would like understanding better how it works, because for me is real strange that this will be an automatic procedure.
Actualy zoho integration is only for live edit.
I will just be giving my opinion here, i may be wrong (most probably i am)...
first of all, multi edit is dam cool but not a critical feature imo...
now on to how it works: i believe multi edit works by locking the
sections inside the documents instead of the whole document. openkm locks the document at the moment, if you take that coding up a notch and create a lock region where the person is editing then highlight it to all other users in the document and locking them out of that area that should be your multi edit feature.
If multi edit is explored there should be 1 additional protection: that is the lock regions being created for the first user should only be created when another user trys to edit the file. If that is not done there will be heavy writing to the db and harddisk which in the long term could be dangerous for the harddisk.
sounds easy... in theory
