SuperNowyNick / az-devops-bpmn-tools

Azure DevOps extension for working with BPMN files
MIT License
1 stars 1 forks source link

Idea for addition to the Diff Preview #11

Open ad-mca-mk opened 2 weeks ago

ad-mca-mk commented 2 weeks ago

I think that a visual preview diff tool for file versions is very handy, instead of the one for PRs only. Something in the lines of: https://github.com/bpmn-io/bpmn-js-differ (demo: https://demo.bpmn.io/diff)

Do you think this is valuable for the extension, so I send a PR about it?

SuperNowyNick commented 2 weeks ago

Hello, All help is welcome. I'm currently working on next release which will include branch and commit comparison, as well as improved diff for Camunda 7 BPMNs (take a look at branch feature/bpmn-compare-improvements). I might then work on Camunda 8 BPMN support.

I haven't looked into specific file comparison yet. If You're able to add 'Preview' option to this dropdown then feel free to add a PR: image

I've tried incorporating the tool You're mentioning, but it didn't quite work for my BPMN files. Especially if it comes to comparing changes in task properties. That's why I went with a custom diff tool approach.