-
Notifications
You must be signed in to change notification settings - Fork 2
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 effort-level and percentage-complete in dashboard #5
Comments
cecilia-donnelly
changed the title
Update data spreadsheet and use new information in dashbaord
Update data spreadsheet and use new information in dashboard
May 23, 2018
kfogel
added a commit
that referenced
this issue
Jun 4, 2018
Move all the requirements-related code (but not the requirements themselves, that is, not RTM.xlsx) from the PSM repository to here. Pull requirements directly from RTM.xlsx (which still lives in the PSM repository) to build dashboard input. This is related to SolutionGuidance/psm#799: we're able to stop storing reqs CSV files in the PSM repository because the code here can now extract requirements from RTM.xlsx. WIP: This doesn't quite work yet, and I'm not sure why. If you visit burn-down.html, everything looks completed on the pie chart and everything looks not-started on the feature progress chart. Also, in dashboard-input.json, every "status" field is either "Completed" or "NotStarted" -- literally nothing is "InProgress". But I don't know if that's because of the changes in this commit, or because of changes made to the source spreadsheet (perhaps related to issue #5). It's quite possible that the code still builds the dashboard in a totally equivalent way to how it did before this commit, but that that way doesn't work any more due to changes in the source data, such that if we had run the old code to refresh the input JSON file we still would have gotten a similarly broken burn-down chart. Investigation needed.
kfogel
added a commit
that referenced
this issue
Jun 4, 2018
Move all the requirements-related code (but not the requirements themselves, that is, not RTM.xlsx) from the PSM repository to here. Pull requirements directly from RTM.xlsx (which still lives in the PSM repository) to build dashboard input. This is related to SolutionGuidance/psm#799: we're able to stop storing reqs CSV files in the PSM repository because the code here can now extract requirements from RTM.xlsx. WIP: This doesn't quite work yet, and I'm not sure why. If you visit burn-down.html, everything looks completed on the pie chart and everything looks not-started on the feature progress chart. Also, in dashboard-input.json, every "status" field is either "Completed" or "NotStarted" -- literally nothing is "InProgress". But I don't know if that's because of the changes in this commit, or because of changes made to the source spreadsheet (perhaps related to issue #5). It's quite possible that the code still builds the dashboard in a totally equivalent way to how it did before this commit, but that that way doesn't work any more due to changes in the source data, such that if we had run the old code to refresh the input JSON file we still would have gotten a similarly broken burn-down chart. Investigation needed.
kfogel
changed the title
Update data spreadsheet and use new information in dashboard
Show effort-level and percentage-complete in dashboard
Jun 8, 2018
@jvasile Effort Level is included in the spreadsheet, but it doesn't look like percentage complete is currently included. Should I hold off on this until that's added or go with placeholder values? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: