feat(rec): per-card member interest UI + audience staleness fixes #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/per-card-audience-interest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each card now ships memberInterest with per-member score + rated sources;
multi-member audiences render tier-ringed avatars with hover tooltips and a
"View by member" sidebar that reorders cards client-side. Adds ?debug=recs
for inspecting raw source contributions. Fixes buildConsensusPicks to
enforce all-members-influence (was missing the COUNT(DISTINCT) HAVING) and
adds audience.last_refreshed_at so the TMDB worker re-scores after new
ratings even when source rec_links are already cached. Bumps the Ollama
timeout default from 60s to 180s.