jbenet / depviz

dependency visualizer for the web
https://jbenet.github.io/depviz
MIT License
49 stars 10 forks source link

Filter by labels #68

Open wking opened 7 years ago

wking commented 7 years ago

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 view all open issues (assigned to a specific user, or in specific repo) tagged with a label. And then we'd walk the dependencies of those issue regardless of tags. This lets you address “I want to push design forward on this repository” and similar. The UI would probably be “click a card label to toggle its inclusion in the root-node filter”.

We should probably also flatten GitHub's milestones into labels, but I'll make a separate issue for that.