camunda / camunda-dmn-js

Embeddable Camunda modeling distributions based on dmn-js
MIT License
6 stars 2 forks source link

Provide read-only view of dmn modeler with overview plugin #15

Open SebastianStamm opened 2 years ago

SebastianStamm commented 2 years ago

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

With #2 we implemented an overview feature that provides users with the ability to quickly switch between different decision tables in the same drd. In the web modeler, some people have only read access to the dmn, so they are not allowed to make any changes. Also, we have the feature to display milestones, basically snapshots of past versions of the file. Those should also not be editable. For those users, I would like to have a read-only view of the dmn modeler, while still having the overview plugin so that they can quickly switch between tables.

Describe the solution you'd like

There are different solutions possible, e.g.:

Describe alternatives you've considered

For now we keep the custom implementation of the overview feature in the web modeler that we can integrate with both viewer and modeler.

Additional context

nikku commented 2 weeks ago

Moved to spring cleaning.