-
Notifications
You must be signed in to change notification settings - Fork 5
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
other issue data here or elsewhere? #13
Comments
I've been thinking about this, and the more ugly GitHub API code I write the more I want to break apart the pieces. I'm thinking we split the module in two:
This makes the whole process much more like a stateless pipeline:
Where "post-processors" might be things like "look at the graph and apply color values to issues depending on their open/closed/ready-to-work-on status". Your dot renderer would be the final sink in that pipeline. This also means the |
This sounds great to me.
|
Do you want to use this module to grab other issue data? (status, labels, assignee, etc) Or should this be a separate module?
I would imagine this one to save on requests, but then again, we could use a proxy in between that caches requests or something. so yeah, prob separate, but figured i'd ask.
The text was updated successfully, but these errors were encountered: