generated from coulomb/repo-seed
feat: add workplan aliases and legacy meter
Adds preferred workplan REST/event surfaces, legacy-meter telemetry and weekly review summaries, documentation/dashboard terminology updates, dashboard API loading fixes, and close-out sync for STATE-WP-0052 and STATE-WP-0054.
This commit is contained in:
@@ -39,11 +39,11 @@ const pageState = (async function*() {
|
||||
loadJson("summary", "/state/summary", {timeout: 20_000}),
|
||||
loadJson("sbom snapshots", "/sbom/snapshots/"),
|
||||
loadJson("milestones", "/progress/?event_type=milestone&limit=500"),
|
||||
loadJson("workstreams", "/workstreams/"),
|
||||
loadJson("workplans", "/workplans/"),
|
||||
loadJson("tasks", "/tasks/?limit=2000"),
|
||||
loadJson("topics", "/topics/"),
|
||||
loadJson("repos", "/repos/"),
|
||||
loadJson("workplan index", "/workstreams/workplan-index").catch(() => ({workstreams: {}})),
|
||||
loadJson("workplan index", "/workplans/index").catch(() => ({workplans: {}, workstreams: {}})),
|
||||
]);
|
||||
|
||||
ok = true;
|
||||
|
||||
Reference in New Issue
Block a user