You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISCLAIMER: this issue describes path computation for a single instance/case only. So the implementation will go to the CasePathResolver class as it differs from PathResolver which is a generic implementation that both deals with single instance or all instances of a process.
Is your feature request related to a problem? Please describe.
We already have a demo for PathResolver but as CasePathResolver is for a dedicated use case and will provide several computation options, I suggest we introduce a dedicated demo to clearly show that we have 2 different implementations.
Describe the solution you'd like
The demo could demonstrate the various resolution options that are available.
The user should be able to
change the resolution options. For instance, a "cogg" icon could open a modal, or if there is enough space, we could display all options directly in the page
DISCLAIMER: this issue describes path computation for a single instance/case only. So the implementation will go to the
CasePathResolver
class as it differs fromPathResolver
which is a generic implementation that both deals with single instance or all instances of a process.Is your feature request related to a problem? Please describe.
We already have a demo for
PathResolver
but as CasePathResolver is for a dedicated use case and will provide several computation options, I suggest we introduce a dedicated demo to clearly show that we have 2 different implementations.Describe the solution you'd like
The demo could demonstrate the various resolution options that are available.
The user should be able to
Additional context
See also #79.
The text was updated successfully, but these errors were encountered: