Radek Stepan
Radek Stepan
Thanks! If you click on the project's name after adding it, it will show a chart for all its milestones, eg http://radekstepan.com/burnchart/#!/rails/rails, would this work?
Ah I get it now. Yes, as GitHub is moving towards projects (rather than milestones) it would be useful to use this, but as for my developer time it is...
Perfect, so currently we are using Superagent to make the requests to fetch data: all/one milestone and issues associated with them/it: https://github.com/radekstepan/burnchart/blob/master/src/js/modules/github/request.js#L58-L92 Here is the module that fetches the issues...
Perfect, thanks @danvk I'll work on this towards the end of this week.
Hi @danvk, started work on this yesterday and will continue working on it today. I have some contractors working at my place so work is proving to be a bit...
That's OK no? You can determine a progress through a Project by counting the number of open/closed tickets regardless of the column/swimlane they are on.
I see. Yes, it would be cool to visually see the different columns in a project and track it over time, right now a ticket is either to do and...
Hi @StevenACoffman and glad you are liking it! I don't have time to add the feature myself but I can point you in the right direction. Basically, what you'd want...
Bruno, Burnchart is intended to be run from GitHub Pages without the need of a service. Currently it's not possible to dynamically render an image so that it can be...
Hi, yes, Enterprise auth has been considered in #82, though as of now don't know of a module that would provide an API to both Standard and Enterprise GitHub instances....