docs: work-record consolidation references and STATE-WP-0076 ready
Align dashboard reference pages with intake-as-discovery and suggestions as legacy, frame work records as unit vs structure artefacts, and add the ready STATE-WP-0076 plan for DoC/DoR quality policies. Include generated work-record index and recent legacy-meter evidence captures.
This commit is contained in:
parent
21d576c96f
commit
d8a2bb5c6b
15 changed files with 5951 additions and 103 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Suggestions
|
||||
title: Suggestions (legacy)
|
||||
---
|
||||
|
||||
```js
|
||||
|
|
@ -30,7 +30,7 @@ const _ok = sugState.ok ?? false;
|
|||
const _ts = sugState.ts;
|
||||
```
|
||||
|
||||
# Demand-Weighted Suggestions
|
||||
# Suggestions (legacy)
|
||||
|
||||
```js
|
||||
import {injectTocTop} from "./components/toc-sidebar.js";
|
||||
|
|
@ -46,8 +46,12 @@ injectTocTop("live-indicator", _liveEl);
|
|||
const _h1 = document.querySelector("#observablehq-main h1");
|
||||
if (_h1) { _h1.style.position = "relative"; withDocHelp(_h1, "/docs/suggestions"); }
|
||||
|
||||
display(html`<p class="dim">Ranked by WSJF = (base_value + relevance_weight × relevance) / job_size. Gated needs accrue relevance when unmet.</p>`);
|
||||
display(html`<p class="dim"><a href="/wsjf-triage">Daily WSJF triage</a> consumes this backlog in its digest.</p>`);
|
||||
display(html`<p class="dim"><strong>Read-only legacy.</strong> New gated needs are <em>intake</em> work records
|
||||
(<code>GET /intakes/</code>, MCP <code>create_intake</code>) — see
|
||||
<a href="/docs/intakes">Intakes</a> and <a href="/docs/suggestions">Suggestions reference</a>.
|
||||
This page lists historical <code>GET /suggestions/</code> rows only; mutations return HTTP 410.</p>`);
|
||||
display(html`<p class="dim">Former ranking: WSJF = (base_value + relevance_weight × relevance) / job_size.
|
||||
<a href="/wsjf-triage">Daily WSJF triage</a> is workplan-oriented advisory review.</p>`);
|
||||
```
|
||||
|
||||
```js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue