Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: highlight related workflow step<->detail row in audit log when hovering over respective counterpart #109

Open
grexe opened this issue Jan 16, 2020 · 1 comment
Labels
enhancement web-app Related to the Web App

Comments

@grexe
Copy link

grexe commented Jan 16, 2020

I really like the diagram view illustrating the actual flow, and the detail provided in the Audit log.

However, it can be hard to identify the location in the workflow from the audit log rows, and vice versa.
As the diagram elements have IDs inside the SVG, like data-element-id="input-number", which map directly to the element id in the first table column, it should be straight-forward to add a Listener for highlighting, which would greatly improve usability and help in debugging/tracing back workflow executions.

Is this something you could put on the roadmap?

@saig0
Copy link
Contributor

saig0 commented Jan 17, 2020

@grexe, thank for the idea and feedback.

Highlighting elements in the diagram is already implemented. You can hover over an entry in the table and it is highlighted in the diagram. See:

simple-monitor-highlight-elements

The other way around, hover over an element in the diagram and highlighting the rows in the table, is a bit more tricky. Multiple rows correspond to an element in the diagram. One option would be a filter the table. When an element is selected then the table shows only the rows related to this element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement web-app Related to the Web App
Projects
None yet
Development

No branches or pull requests

2 participants