todo: drop landed entries (reminder errors + tombstones/meta_inputs events)
This commit is contained in:
parent
978a3cf391
commit
0a75e62ffe
1 changed files with 1 additions and 3 deletions
4
TODO.md
4
TODO.md
|
|
@ -20,9 +20,7 @@
|
|||
|
||||
## Dashboard
|
||||
|
||||
- **Reminder delivery-error surface**: `reminder_scheduler::tick` logs failed deliveries but doesn't persist. Add `last_error TEXT, attempt_count INTEGER` columns + a banner on the dashboard row + a "retry" affordance. Needs a sqlite migration (idempotent ALTER TABLE).
|
||||
- **Per-agent reminder status / query interface**: surface pending vs. delivered counts per agent (manager + each sub-agent) as a small chip on the container row.
|
||||
- **Tombstones + meta_inputs events**: not yet event-derived. PURG3 + meta-update still trigger a post-submit `/api/state` refetch on the dashboard. Add `TombstoneAdded`/`TombstoneRemoved` + `MetaInputsChanged` so those forms can drop their refetch too and the cold-load is the only `/api/state` fetch in normal operation.
|
||||
- **Per-agent reminder rollups**: pending count chip + delivery-error surface landed. Still open: delivered-count chip (last 24h?), per-agent histogram of attempts-vs-successes — both readable from `turn_stats.open_reminders_count` history or via a new `Broker::count_delivered_reminders_since(agent, ts)` helper.
|
||||
|
||||
## Security
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue