You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not knowing anything about the codebase, i found myself wanting to learn more about what these functions are trying to do - had the urge to mouse over a node and see if the docstring would pop up
Instinct to hover for more info about each fxn
Meta data - doc string, spec, etc
Graph Orientation
you may consider a horizontal flow to the visualization - i'm finding myself wanting to look at the 1st generation children of the root node in order, to get an idea of the flow of logic
Try some other display types, horizontal
Research how other people display graphs
Grok-ability
Lots of information on the page
…very difficult to make sense of in graph form (although I would claim that they're likely at least as difficult to make sense of in source code form, probably more)
Provide a way to select what's important (filter by depth)
But I think what I'd want is basic filtering functionality E.g. to be able to specify the number of edge traversals from the originating function node visible at once on the graph
Where 1, for example, would mean show me all of the functions called directly by this one
2—all functions called directly by this one and all functions called directly by those
Filter by branch
But yeah. I'd also like to be able to filter by just one "branch" of the original function
Idea: would this be like folders in a graph? You can close it, and we may say how many outgoing edges exist, but don't display them
Insights
Can we provide "areas of interest" based on what a good graph pattern might be
I think it could be huge if you could come up with some heuristics like that. At that point you could do even better than say "look at this graph to see if you have lots of the same arrow pointing between the same two nodes," you could encode it!!
The text was updated successfully, but these errors were encountered:
shamshirz
changed the title
Sam & RJ Feedback
Process Sam & RJ Feedback
Feb 25, 2021
Interactive graph w/ more data
Graph Orientation
Grok-ability
Lots of information on the page
Provide a way to select what's important (filter by depth)
1
, for example, would mean show me all of the functions called directly by this one2
—all functions called directly by this one and all functions called directly by thoseFilter by branch
Insights
Can we provide "areas of interest" based on what a good graph pattern might be
The text was updated successfully, but these errors were encountered: