module-graph icon indicating copy to clipboard operation
module-graph copied to clipboard

Badge for deep dependency graph.

Open jcaiqueoliveira opened this issue 1 year ago • 1 comments

⚠️ Is your feature request related to a problem? Please describe

Not a problem at all. Its like a Badge to indicate how healthier is the dependency graph

💡 Describe the solution you'd like

It would be nice if we could define a field to define how healthier is the dependency graph, let's say

healthDeepGraph = 4

if( deepGraph <= healthDeepGraph) Green badge if( deeGraph > healthDeepGraph) Yellow badge if( deepGraph > 2*healthDeepGraph) Red badge

🤚 Do you want to develop this feature yourself?

  • [ ] Yes
  • [x] No (probably no)

jcaiqueoliveira avatar Feb 18 '24 14:02 jcaiqueoliveira

Hey there 👋
(sry for the massive delay, I had my notifications off) Interesting feature! I didn't see this lib as a quality gate, but I think we could add hooks to expose useful data about the module graph.

I want to refactor the code to make it easier to support new features, but I'll look into this. Thanks!

iurysza avatar Mar 31 '24 13:03 iurysza