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

Show count for duplicate, identical triggers in task network view #599

Open
mountaindude opened this issue Jan 3, 2025 · 2 comments · May be fixed by #571
Open

Show count for duplicate, identical triggers in task network view #599

mountaindude opened this issue Jan 3, 2025 · 2 comments · May be fixed by #571
Labels
enhancement New feature or request

Comments

@mountaindude
Copy link
Contributor

Add a number to the arrow/edge in task network visualization, showing number of identical triggers when they are two or more.

@mountaindude mountaindude added the enhancement New feature or request label Jan 3, 2025
@mountaindude
Copy link
Contributor Author

Impklement this by adding a new property nodeCount to each node in the network data model.
By default it should be 1, but then increased if identical edges are found between task nodes (i.e. there are multiple, identical triggers between a node and an upstream parent).

@mountaindude mountaindude changed the title Show duplicate, identical triggers in task network view Show count for duplicate, identical triggers in task network view Jan 4, 2025
@mountaindude
Copy link
Contributor Author

image

mountaindude added a commit to mountaindude/ctrl-q that referenced this issue Jan 4, 2025
@mountaindude mountaindude linked a pull request Jan 4, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant