Directory: expose category on /api/popular and /api/directory #5

Closed
opened 2026-09-14 13:58:18 -07:00 by rays · 0 comments
Owner

Add category: Option<String> and podcast: bool to PopularRow (src/web.rs), so the client can group and filter without a second request.

podcast is true when the feed has any audio or video enclosure (enclosures.mime). It is what the Podcasts/Blogs split in #6 needs, and unlike category, every feed has an answer.

Blocked by #4.

Add `category: Option<String>` and `podcast: bool` to `PopularRow` (`src/web.rs`), so the client can group and filter without a second request. `podcast` is true when the feed has any audio or video enclosure (`enclosures.mime`). It is what the Podcasts/Blogs split in #6 needs, and unlike `category`, every feed has an answer. Blocked by #4.
rays added a new dependency 2026-09-14 14:02:59 -07:00
rays added a new dependency 2026-09-14 14:03:00 -07:00
rays closed this issue 2026-09-15 09:09:49 -07:00
rays added the enhancement label 2026-09-17 13:33:18 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: rays/ipodderx-rs#5