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

item navigation unnecessarily re-counts dependencies #50

Closed
grahamdyson opened this issue Oct 8, 2019 · 2 comments
Closed

item navigation unnecessarily re-counts dependencies #50

grahamdyson opened this issue Oct 8, 2019 · 2 comments

Comments

@grahamdyson
Copy link
Member

grahamdyson commented Oct 8, 2019

When interacting with Eunice analysis in its web page, navigation between items unnecessarily re-counts dependencies. The counts of dependencies will only be different when the YAML that represents items and their dependencies is edited. This unnecessary re-counting has noticeable affect on performance.

The counting of dependencies and visualisation could be separated from each other. Then when an item is selected by the user, re-counting can be avoided and just the necessary graphical rendering performed.

By default Eunice's interactive web page loads with an aggregate of all stack counts, so will have already counted for sub-stacks; however, this information is not currently retained as a single graph for re-use.

@grahamdyson grahamdyson modified the milestones: priority 1, backlog Jul 7, 2020
@grahamdyson grahamdyson changed the title item navigation and dependency lists, with the same YAML, re-builds model item navigation and dependency listing re-counts dependencies Jul 22, 2020
@grahamdyson grahamdyson self-assigned this Jul 22, 2020
@grahamdyson grahamdyson changed the title item navigation and dependency listing re-counts dependencies item navigation re-counts dependencies Jul 23, 2020
@grahamdyson
Copy link
Member Author

released in JavaScript 7.9.0

@grahamdyson
Copy link
Member Author

released in C# 1.12.0

@grahamdyson grahamdyson changed the title item navigation re-counts dependencies item navigation unnecessarily re-counts dependencies Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant