depviz
depviz copied to clipboard
dependency visualizer for the web
The graph today is walked backs to the _dependencies_, but does not show _dependents_ directly, as this involves walking backlinks, or other references. - See original designs - There's some...
On seeing this, many people have requested a List View. I think this is a good idea. I've mocked this up. Notes: - can sort by deps - show all...
Currently, you're only allowed to declare the dependencies in a "depends on " message in the top-level issue. There have been some discussion that this is not enough, and we...
I don't know what the URL for this would look like (maybe just `?labels=foo,bar` on top of our existing scheme), but it would be good to have a way to...
As part of a colorblind-friendly UI (#49), it's good to not rely solely on colors to display important information. One way to do that for dependencies vs. blockers would be...
@jbenet [expects][1] this to be the result of 🔗 (U+1F517 LINK SYMBOL), and @VictorBjelkholm [expects][2] it to be the result of 📋 (U+1F4CB CLIPBOARD). But do we need direct support...
@VictorBjelkholm [suggested][1] switching from Unicode to icons (for anything with questionable font support?). I'm not clear on the tradeoffs, but it seems like font support will asymptotically approach not being...
The current red/green is [probably not the best choice][1], and Wikipedia suggests [red/blue or yellow/blue][2]. And regardless of which colors work best for most folks, we want to be able...
The “navigate by clicking on nodes” idea has come up a few times (#2, #17, #30), but the current implementation is based on dragging the `viewBox` around. As I [mentioned][1]...
Currently, this is the behavior of clicking on a node: **Github Icon**: Go to github.com **Issue title**: Go to that issue on github.com **Clicking/Hovering depends/related/blocks icons**: Nothing Suggested behavior: **Github...