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)