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
Summary
For context, I'm using
skottto 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
nodeIdor 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