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
|
|
@ -54,7 +54,7 @@ export default {
|
|||
pages: [
|
||||
{ name: "Repository DoI", path: "/policy/repo-doi" },
|
||||
{ name: "Service DoM", path: "/policy/service-dom" },
|
||||
{ name: "Workstream DoD", path: "/policy/workstream-dod" },
|
||||
{ name: "Workplan DoD", path: "/policy/workstream-dod" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -69,7 +69,7 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
name: "Workstreams",
|
||||
name: "Workplans",
|
||||
path: "/workstreams",
|
||||
collapsible: true,
|
||||
open: false,
|
||||
|
|
@ -120,9 +120,9 @@ export default {
|
|||
{ name: "TPSC — GDPR Maturity", path: "/docs/gdpr-maturity" },
|
||||
{ name: "Technical Debt", path: "/docs/debt" },
|
||||
{ name: "Todo", path: "/docs/todo" },
|
||||
{ name: "Workstream Health", path: "/docs/workstream-health-index" },
|
||||
{ name: "Workstream Lifecycle", path: "/docs/workstream-lifecycle" },
|
||||
{ name: "Workstreams", path: "/docs/workstreams" },
|
||||
{ name: "Workplan Health", path: "/docs/workstream-health-index" },
|
||||
{ name: "Workplan Lifecycle", path: "/docs/workstream-lifecycle" },
|
||||
{ name: "Workplans", path: "/docs/workstreams" },
|
||||
{ name: "Suggestions", path: "/docs/suggestions" },
|
||||
{ name: "WSJF Triage", path: "/docs/wsjf-triage" },
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue