feat(terminology): workplan-first dashboard and retirement backlog (STATE-WP-0069)
Add the ranked legacy-interface backlog (T01), rename dashboard navigation and user-facing copy to workplan while preserving wire-compat API keys (T02), and activate the retirement workplan with T01/T02 marked done.
This commit is contained in:
parent
4dc69bb8f5
commit
b2264d1f06
44 changed files with 382 additions and 253 deletions
|
|
@ -8,7 +8,7 @@ const THIS_REPO = "the-custodian";
|
|||
```
|
||||
|
||||
```js
|
||||
// Live poll: tasks + workstreams + topics + contributions
|
||||
// Live poll: tasks + workplans + topics + contributions
|
||||
const todoState = (async function*() {
|
||||
let failures = 0;
|
||||
while (true) {
|
||||
|
|
@ -136,7 +136,7 @@ if (_h1) { _h1.style.position = "relative"; withDocHelp(_h1, "/docs/todo"); }
|
|||
|
||||
## Internal
|
||||
|
||||
Work fully addressable within this repo. Open tasks in custodian workstreams
|
||||
Work fully addressable within this repo. Open tasks in custodian workplans
|
||||
without a cross-repo routing prefix.
|
||||
|
||||
```js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue