Multi-media indicator on Headline cards #77
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TheAnachronism/tt-rss-viewer#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
What to build
Show a Multi-media indicator on Headline cards that have an Article thumbnail when the article has two or more distinct media items. Count HTML
<img>/<video>URLs plus any attachments at Headline parse time (dedupe by URL/basename), keep only a flag/count on the Headline model, and still do not retain articlecontentfor List chrome (ADR-0005). Overlay a photo-album icon at the bottom-right of the Article thumbnail when the count is ≥ 2. Excerpt-only / empty-body cards get no indicator.Acceptance criteria
<img>/<video>plus any attachments, with URL/basename dedupecontentis still not retained on the Headline model for List chromeBlocked by
Done in
ff28f39with follow-up1c9eea5— parse-time multiMediaCount (HTML img/video + attachments, URL/basename dedupe) and thumbnail Multi-media indicator when count ≥ 2 (ADR-0005).