Sharing and collaborate with nextcloud
Hi, this tool integrated in Nextcloud naturally allows you to share mindmaps between several people. If the write permission is set, each person can edit the mindmap at the same time. This is where data loss problems can occur if different users make changes in parallel.
There does not seem to be a lock system to avoid this type of problem. Here are some ideas to solve the problem more or less well:
- be notified that another user is modifying the document
- block writing to the first editor with this right, the others cannot save their possible modification
- have frequent automatic recharging for users
- be able to ask/give a hand to one of the collaborators
- be able to work in parallel on the document, the lock can be at a node or branch
Many thanks for this great tool. LD.
Nextcloud 18 has this feature, unfortunately I am not able to get this app to work with 18.
And a real collaborative work, like onlyoffice provide one. so each other can see the modification made at the same time (but locking the object modifying)
@admorgan see #73
The situation now is quite problematic because users don't think about the fact, that it might be possible that someone else is working as well on the same mindmap. Data-loss can occur quite easy.
This point is a real problem! We had very frequently the situation of dataloss because of parallel work on the same mindmap. I think there are 2 possible solutions for this:
- real collaboration like in OnlyOffice
- locking the mindmap for the first user and showing the second user "file is open for editing at user xyz".
Maybe #120 is a temporary solution until real collaboration is implemented: Everbody can view a shared file, but editing simultanously is not possible (the first save always wins, others need to discard their changes and restart editing from the updated version) In order to minimize data loss and frustration it might be a good idea to have autosave always turned on :)
The problem I see on #120 is, that user one makes changes and saves them, and user 2 can make changes, too and when he tries to saves, he just get a message that an other user made changes. But he maybe spent a lot of work to do this changes. So this is no universal solution to fix this.