Open pmiossec opened 6 years ago
+1 on this, just tried to merge a reasonably simple board file; in the end I gave up, opened them side by side and just redone the changes. You might also want to consider supporting YAML as well for the back-end; in my experience it merges easier.
I don't know if this project ( https://github.com/automerge/automerge ) could help here. Even if the example taken is exactly what this project try to achieve ;)
The current format is this one:
I think that a different format where the arrays corresponding to the kaban columns contains only the card ids could improve a lot readability of diffs when using a VCS (like git) but most important will make the file mergeable if you use the kanban board with multiple users and that you have conflicts to solve.
The current file format is very hard to merge so this extension could nearly be used only by 1 user :(
For example if someone change a value of a card and the other just change the column of the card...
Something that look like:
And that format could also help:
PS: thanks for this good extension!