nextcloud / nextcloud/files_mindmap
Sharing and collaborate with nextcloud
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 197
- Forks
- 52
- Avg merge
- 22h 14m
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the Nextcloud sharing and mindmap save/edit flows, then establish how simultaneous edits are currently handled; done should include a defined and tested way to prevent or manage data loss during parallel collaboration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100