From 973ff93d0ced18f1684f685909f2cb53fdf75d3a Mon Sep 17 00:00:00 2001 From: Janpeter Visser <30029041+madhura68@users.noreply.github.com> Date: Fri, 15 May 2026 11:09:11 +0200 Subject: [PATCH] docs(PBI-91): fix broken file:line links in hergebruik-sectie (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit URL-deel van markdown-links mag geen :lineNumber-suffix bevatten — de check-doc-links.mjs (en standaard markdown) zoekt dan naar een bestand `selectors.ts:166` dat niet bestaat. Label behoudt :N voor leesbaarheid; alleen het URL-deel verwijst nu naar het werkelijke bestand. Co-authored-by: Claude Opus 4.7 (1M context) --- docs/INDEX.md | 4 ++-- docs/plans/PBI-91-pb-screen-state.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/INDEX.md b/docs/INDEX.md index 2f9398e..ffcbce3 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -2,7 +2,7 @@ # Documentation Index -Auto-generated on 2026-05-14 from front-matter and headings. +Auto-generated on 2026-05-15 from front-matter and headings. ## Architecture Decision Records @@ -24,7 +24,7 @@ Auto-generated on 2026-05-14 from front-matter and headings. | Title | Status | Updated | |---|---|---| -| [AnswerModal Profiel](./specs/dialogs/answer-modal.md) | active | 2026-05-04 | +| [AnswerModal Profiel](./specs/dialogs/answer-modal.md) | active | 2026-05-15 | | [BatchEnqueueBlockerDialog Profiel](./specs/dialogs/batch-enqueue-blocker.md) | active | 2026-05-04 | | [IdeaDialog Profiel](./specs/dialogs/idea.md) | active | 2026-05-04 | | [PbiDialog Profiel](./specs/dialogs/pbi.md) | active | 2026-05-04 | diff --git a/docs/plans/PBI-91-pb-screen-state.md b/docs/plans/PBI-91-pb-screen-state.md index c3729a0..8144c95 100644 --- a/docs/plans/PBI-91-pb-screen-state.md +++ b/docs/plans/PBI-91-pb-screen-state.md @@ -67,9 +67,9 @@ Bewust **geen** `useScreenState`-hook: consumers roepen `deriveScreenState()` in ### Hergebruik (niets nieuws bouwen) -- Pure-selector-patroon: `selectIsDirty` / `selectPendingCount` — [stores/product-workspace/selectors.ts:166](../../stores/product-workspace/selectors.ts:166) -- Bestaande `draftGoal`-selector — [components/shared/sprint-switcher.tsx:57](../../components/shared/sprint-switcher.tsx:57) -- Bestaande `buildingSet`-logica voor dropdown-items — [components/shared/sprint-switcher.tsx:51](../../components/shared/sprint-switcher.tsx:51) +- Pure-selector-patroon: `selectIsDirty` / `selectPendingCount` — [stores/product-workspace/selectors.ts:166](../../stores/product-workspace/selectors.ts) +- Bestaande `draftGoal`-selector — [components/shared/sprint-switcher.tsx:57](../../components/shared/sprint-switcher.tsx) +- Bestaande `buildingSet`-logica voor dropdown-items — [components/shared/sprint-switcher.tsx:51](../../components/shared/sprint-switcher.tsx) - `sprintMembership.pending` shape `{ adds, removes }` — bestaande store-slice - Test-patroon pure functie — [__tests__/lib/product-switch-path.test.ts](../../__tests__/lib/product-switch-path.test.ts)