CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

Create initial package-level view #34

Open palvarez89 opened 8 years ago

palvarez89 commented 8 years ago

This package-level view will let you select a package as starting point, and another package as final point, showing the user all the packages in-between these two.

One of the main purposes of this view is to help the user understand why an unwanted library is a dependency of a given library.

jmacarthur commented 8 years ago

The demo system now has a very rudimentary index of packages but I don't expect this to be a permanent feature - the proper one should be similar to the one in the specification.