camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 476 forks source link

Have a summary view of all properties in the diagram #452

Closed vkatushenok closed 6 years ago

vkatushenok commented 7 years ago

It would be good to have something like "properties summary panel" that, for example, displays all configurable properties in a hierarchic structure.

If a property was set on an element, the property is added as a leaf of the corresponding property in the panel (marked, for example, by the name and id of the element).

If one moves in the "properties summary panel" and activates the leaf, the corresponding element is activated in the model and the configured properties are displayed (so the corresponding tab is also opened). This way, one can, for example, see how many executions listeners are defined in a model and can easily navigate to those points in the model and can then see the configured properties.

Needs discussion/opinions on how to best approach this task.

Tasks

See original request for more info.

philippfromme commented 6 years ago

Thanks to https://github.com/umb/camunda-modeler-property-info-plugin this is no longer needed.