Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more flexible techniques for working with selections of nodes in the graph #8

Open
Lambeaux opened this issue Jul 7, 2020 · 0 comments
Labels
capabilities/analysis Concerns the graph data model, output libraries, and command line workflow context/needs-refinement This issue needs more details, definition of done, or acceptance criteria before it can be worked type/enhancement Something that isn't working - this is a feature that needs more polish or quality control

Comments

@Lambeaux
Copy link
Contributor

Lambeaux commented Jul 7, 2020

Ideas for the data

  • Criteria for MAX and MIN (connections between?) nodes and node counting
  • Criteria or flags for filling in edges between two selections / tree tracing
  • Expanding or contracting selection by N hops from original
  • Expanding selection by all hops until no more connected nodes
  • Be nice and negate the regex for the user [:node "regex" :not-node "regex-we-negate-for-you"] - note you need to validate if negating complex OR'd regex behaves how you think before pursuing this.

Ideas for the browser

  • Interactively add/remove nodes in the viz (simple jQuery? - no React preferably)
  • Right click on node -> "Copy selection omitting this node"
  • Right click on node -> "Copy selection of dependency (or super) tree for only this node"
@Lambeaux Lambeaux added type/enhancement Something that isn't working - this is a feature that needs more polish or quality control context/needs-refinement This issue needs more details, definition of done, or acceptance criteria before it can be worked labels Jul 7, 2020
@Lambeaux Lambeaux added the capabilities/analysis Concerns the graph data model, output libraries, and command line workflow label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
capabilities/analysis Concerns the graph data model, output libraries, and command line workflow context/needs-refinement This issue needs more details, definition of done, or acceptance criteria before it can be worked type/enhancement Something that isn't working - this is a feature that needs more polish or quality control
Projects
None yet
Development

No branches or pull requests

1 participant