Provide read-only view of dmn modeler with overview plugin #15
Labels
backlog
Queued in backlog
enhancement
New feature or request
spring cleaning
Could be cleaned up one day
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.:
import { CamundaCloudViewer } from 'camunda-dmn-js';
dmn-js
librarydmn-js
library so it can be more easily used for both Viewers and ModelersDescribe 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
The text was updated successfully, but these errors were encountered: