erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Comparison tool #44

Open rneuber1 opened 8 years ago

rneuber1 commented 8 years ago

Add a component to compare arbitrary items between databases. Just choose two entries from the connection manager (i.e. dev and production database), allow to select arbitrary elements (itemtypes, list, forms...) or even a package (which then would compare its contents) and come up with an output like in BeyondCompare, where you can see identical or different elements, show the differences etc.

erdomke commented 8 years ago

The ADiff tool lurking in the source code is the beginnings of such a tool. I went straight for a three-way diff figuring it would be easier to scale back to a two way than go the other way around.