process-analytics / bpmn-visualization-pm4py

Example of integration between bpmn-visualization and pm4py
GNU General Public License v3.0
10 stars 5 forks source link

[FEAT] add panels to display different results #7

Open assynour opened 1 year ago

assynour commented 1 year ago

Is your feature request related to a problem? Please describe. Currently there's one panel for displaying the results of both "discovery" and "conformance checking". As a result, it's not possible to switch between different visualizations. For example, if we're in the "conformance checking" visualization, it's not possible to switch back to the "discovery" visualization. The only solution we have is to press on "discover BPMN" button and to resend the request to the backend.

Describe the solution you'd like Add two panels, one for "discovery" and a second for "conformance". The panels' content are updated only if the buttons "discover BPMN" or "compute conformance" are clicked.