Add % completion by node charts and flip commit default to no-commit#546
Merged
Conversation
- Add "% Completion by Node" section to burnup_chart.html with four normalized line charts (all-versions + latest-only, bundles + collections). Each node is plotted as 0–100% of its own target so small nodes are directly comparable to large ones. - Change generate_registry_status_reports.py default from auto-commit to --no-commit; --commit must now be passed explicitly to push. - Update CLAUDE.md to reflect the new default. - Regenerate docs/status/ CSVs and HTML with latest data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tloubrieu-jpl
approved these changes
Jul 15, 2026
tloubrieu-jpl
left a comment
Member
There was a problem hiding this comment.
Thanks Jordan, besides the current update, I was wondering if we should have the metric results (.csv or .md) saved in a different branch. Possibly directly in the gh-pages branch as RST. and the CSV staged there as resources.
This is not critical anyway.
Member
Author
|
@tloubrieu-jpl I was thinking the same, but then it gets a little wonky with roundup, since I don't know how that is generated/deployed? definitely something to investigate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗒️ Summary
Adds a normalized "% Completion by Node" section to the burnup chart so that progress across nodes with vastly different product counts can be compared on equal footing. Also changes the script's commit behavior so that running it bare no longer auto-pushes to git —
--commitmust be passed explicitly.Changes
scripts/generate_registry_status_reports.py% Completion by Nodesection inserted between Overall Summary and per-node sections inburnup_chart.html, with four charts (all-versions + latest-only × bundles + collections).makePctChart()JS function builds one Chart.js line per node, normalizing cumulative count / target to 0–100%. Nodes withtarget=0are skipped. Dashed grey 100% reference line included.NODE_COLORSpalette (12 distinct colors, cycling) for per-node lines.pctChartsobject + second update loop inupdateAllCharts()so date-range controls apply to pct charts without touching their datasets.--committo--no-commit;--commitmust now be passed explicitly to push.CLAUDE.md— updated run instructions to reflect the--no-commitdefault.docs/status/— regenerated CSVs and HTML with latest registry data.🤖 AI Assistance
Developed with Claude Code assistance (~90% AI-influenced).
⚙️ Test Data and/or Report
Script run locally against live registry data.
burnup_chart.htmlverified in-browser:♻️ Related Issues
N/A — standalone improvement to status reporting tooling.
🤓 Reviewer Checklist
🤖 Generated with Claude Code