-
Notifications
You must be signed in to change notification settings - Fork 51
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
Show burndown chart for all milestones #67
Comments
Bump. This feature, along with #116 are two requirements my project needs beyond what this project already provides. It's so close. Nice work! It would be cool to show vertical lines for start/end dates for each milestone, with the chart encompassing the widest range. If those don't line up or make sense, it's up to the user to adjust dates. |
I can show a chart for issues in all milestones in a project starting with earliest milestone open date (or issue close date) and ending with the last due date (or today). Showing vertical lines would probably just confuse things since until we solve #44 there is no way to future-date milestone start dates. |
OK implemented, please test. |
* radekstepan/master: show chart for all milestones; radekstepan#67 separate out chart proper; radekstepan#67 fix date ticks; closes radekstepan#114 minify and bump add project behind the scenes if it doesn't exist; radekstepan#116
* master: (414 commits) pass test radekstepan#122 switch to google firebase es6 classes for React; closes radekstepan#112 stub lscache; ref radekstepan#120 add support for querystring config; ref radekstepan#118 support themes; ref radekstepan#118 handle request errors with redirects; closes radekstepan#119 show chart for all milestones; radekstepan#67 separate out chart proper; radekstepan#67 fix date ticks; closes radekstepan#114 minify and bump add project behind the scenes if it doesn't exist; radekstepan#116 bump Add react-dom required for build be able to delete projects; closes radekstepan#51 validate form input, add proj behind scenes;closes radekstepan#109 fix null milestone description; closes radekstepan#111 suggest user or owner repos; closes radekstepan#47 more intelligent time ticks; closes radekstepan#65 show no progress message; closes radekstepan#93 ... Conflicts: README.md
See discussion here: #43
The text was updated successfully, but these errors were encountered: