This repository was archived by the owner on Jul 26, 2026. It is now read-only.
Replies: 1 comment
|
The implementation is done 🎉 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently there are basically two kind of graphs:
With that, we cannot see which modules are connected across packages. Therefore I'm thinking create one unified graph instead.
With that we could have the range slider (which specifies the nesting level) also for a workspace. The top level view would be the packages only, second level would include the top-level modules, the third-level would include packages, top-level-modules and second-top-level modules and so on.
This could result in a gigantic graph.
All reactions