Add the my-decisions overview store queries and controller (INFD-WP-0003 T01, T02)

Store.memos_for / dispositions_by list the signed-in person's memos and
their own dispositions. ReviewController.overview classifies each row
after its own fresh PDP read and a live get-by-id engine status; refused
rows keep only the memo id, and no presentation is created.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 359683@bnt-lap001
Assistant-Session: eebdc939-7a9b-4e50-9d39-c8437e8a14ec
This commit is contained in:
tegwick 2026-09-21 22:02:21 +02:00
parent 1e94835c07
commit f0a9bb1d4c
5 changed files with 208 additions and 3 deletions

View file

@ -4,7 +4,7 @@ type: workplan
title: "My decisions overview — pending memos and the outcome of past dispositions"
domain: infotech
repo: informed-decision
status: proposed
status: active
owner: claude
topic_slug: netkingdom
created: "2026-09-21"
@ -63,7 +63,7 @@ dispositions on older memo versions appear as a short history under the row.
```task
id: INFD-WP-0003-T01
status: todo
status: done
priority: high
state_hub_task_id: "2b878f29-492a-5187-a594-36a12aaa932d"
```
@ -78,7 +78,7 @@ read-only. Tests go in `tests/test_durable_store.py`.
```task
id: INFD-WP-0003-T02
status: todo
status: done
priority: high
state_hub_task_id: "b4172f0c-7cd3-5780-bf50-62670df7e416"
```