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

Perhaps change highlighted log lines when clicking nodes #65

Open
bestchai opened this issue May 27, 2020 · 0 comments
Open

Perhaps change highlighted log lines when clicking nodes #65

bestchai opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bestchai
Copy link
Member

bestchai commented May 27, 2020

By changing the model to a state-based FSM, the logic for which log lines should be associated with a node (and highlighted when it's clicked) is slightly different. Previously, log lines for events within the node itself were highlighted, which was the only sensible thing to do.

Now, it may be desirable to keep highlighting exactly as it is, since all outgoing edges now contain the event label that used to be within the node (so they should indeed be highlighted). It may or may not be better also to highlight all event log lines that correspond to incoming edges, which would include every event in an immediately-prior node that transitions to this node.

We may hold off on addressing or discussing this for now.

[Issue created by ohmann: 2015-10-27]

@bestchai bestchai added the enhancement New feature or request label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant