transceiver-db/sync/history/2026-05-10-tip-overview-research-status-ui.md
2026-05-10 15:01:22 +02:00

54 lines
1.4 KiB
Markdown

# TIP Overview Research Status UI
Date: 2026-05-10 UTC
Owner: Codex
## Summary
The Overview dashboard still looked unfinished because it displayed strict source-backed verification counters as progress bars:
- Price Verified
- Image Verified
- Details Verified
- Fully Verified
Those counters are correct as strict quality metrics, but they were misleading as operational completion indicators after research resolution reached 100%.
## Change
Updated `packages/dashboard/index.html`:
- `Data Verification Status` is now `Data Research Status`
- Overview cards now show:
- `Price Resolved`
- `Image Resolved`
- `Details Resolved`
- `Competitor Resolved`
- `All Research Resolved`
- Resolved counts are computed from status buckets:
- public/source-backed evidence
- no-public/unavailable terminal states
- ambiguous terminal states where applicable
- `fully_verified` remains visible only as the strict source-backed note on the all-research card.
## Deployment
- Deployed `packages/dashboard/index.html` to Erik.
- Restarted `tip-api`.
- Verified `/dashboard/` serves:
- `Data Research Status`
- `Price Resolved`
- `All Research Resolved`
## Live State
- `research_resolved=16236`
- `total=16236`
- `research_resolved_pct=100`
- all price/image/details/competitor `needs_research` buckets: `0`
- manual review `pending=0`
## Training Pool
Added `tip-20260510-dashboard-research-status-001` to `training-data/tip-llm-capabilities-v1.jsonl`.