feat(ST-vi5iff4s): SoloTask-interface + Prisma-queries uitbreiden met PBI-velden

pbi_code, pbi_title, pbi_description (nullable) toegevoegd aan SoloTask-interface.
Desktop en mobile solo-page: story.pbi select + mapping via ?. en ?? null.
Test-fixtures bijgewerkt (3 bestanden). 72 testfiles groen, tsc + build slagen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scrum4Me Agent 2026-05-06 03:27:16 +02:00
parent d819d29b04
commit 0cbb0c5a42
6 changed files with 20 additions and 0 deletions

View file

@ -32,6 +32,9 @@ export interface SoloTask {
story_code: string | null
story_title: string
task_code: string | null
pbi_code: string | null
pbi_title: string | null
pbi_description: string | null
}
export interface SoloBoardProps {