bpmn-io / bpmn-js-differ

A diffing utility for BPMN 2.0 documents.
MIT License
45 stars 17 forks source link

Provide appropriate context for (nested) changes #20

Open nikku opened 3 months ago

nikku commented 3 months ago

Is your feature request related to a problem? Please describe.

In the case of nested details changed we do not provide appropriate context ("what changed") and hence cannot build sensible UIs on top of such nested changes, an example shown in the following diff:

image

Describe the solution you'd like

Along with changed we provide additional details (what changed) so respective UIs can be built.

Describe alternatives you've considered

Call this out of scope for this library.

Additional context

Came up in a conversation with @nithinssabu.