Skip to content

DeepLink dot graph improvements #2

Description

@sinelaw

This issue is about ideas to improve the graph output.

Currently the data is partial, arbitrarily including dependencies only the first time they are encountered.
This is arguably better than including all possible paths, because the graph would quickly become huge.

Alternatives:

  1. Include all possible paths (very ugly)
  2. Include only the deepest path (from root) to each node. May be misleading if there are "more important" (subjectively) paths that are shorter.
  3. Cluster big groups of shared dependencies and point to them from multiple dependents.
  4. ???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions