Context
The pipeline generates registryPerPackageCountChartData for every date. The app also computes and plumbs registryAveragePerPackageData, but the registries page does not currently render a per-package widget. This unused path contributed to the registry history unit mismatch because per-package data was consumed where total seconds were expected.
Decision needed
Choose one direction:
- Render per-package registry performance as a first-class, correctly labeled ms/package view or toggle, similar to the package-manager pages; or
- Stop generating and plumbing the unused registry per-package fields.
The decision should be consistent with the separate history-chart source/unit fix.
Acceptance criteria
Source
Performance investigation: item 3 — vestigial per-package registry data
Context
The pipeline generates
registryPerPackageCountChartDatafor every date. The app also computes and plumbsregistryAveragePerPackageData, but the registries page does not currently render a per-package widget. This unused path contributed to the registry history unit mismatch because per-package data was consumed where total seconds were expected.Decision needed
Choose one direction:
The decision should be consistent with the separate history-chart source/unit fix.
Acceptance criteria
chart-data.jsoncompatibility is considered.Source
Performance investigation: item 3 — vestigial per-package registry data