-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature request: list frequency of import/export arrows per file node #181
Comments
Hey @MengLinMaker, thanks again for thinking about enhancing the visualization!
Could you please provide an example of what you meant? |
Hey @MengLinMaker, I can imagine relevant use cases where it would be valuable to have the number of times a given node is directly imported, as a file being imported X times means that a lot of nodes directly rely on it. We could even imagine graph clustering based on that kind of information. About the exports, it seems like a different kind of information, a node having X exports could have a lot of meanings. Feel free to open a PR on that topic if you want to! Do you have any suggestion for the UI part to make that information accessible? |
After giving this some thought, on file selection, the "in/out arrows" should be highlighted in different colours. Then colour coded numbers would quantify number of "in/out arrows" for better clarity as the number of arrows grow and becomes cluttered. I believe this would improve what could be communicated through the UI. |
As previously said, I can make sense out of Cheers |
Summary
For context, I'm using
skott
to help port libraries between frameworks.But porting a library with a team requires coordination and prioritisation.
I would like to prioritise files that are imported most frequently so less blockers occur.
Details
Could add a config somewhere to show how frequency of imports/exports per file on each node.
I'd imagine implementation is a matter of changing
nodeId
or some sort of name to display the number of imports and edges.Or an alternative UX is to sort each row by number of exports.
Standard questions
Would you consider contributing a PR?
YES
The text was updated successfully, but these errors were encountered: