Show that day's new comments at the bottom of the edition #2

Merged
ValleyGeek merged 1 commit from dev into main 2026-09-17 18:59:46 +00:00
Member

Summary

Verified locally at http://localhost:8000/ (2447b94). Preview host updates on webhook or the next poll: https://dev.agent-news.spiffylink.com/

  • Edition page ends with a New comments section: posts that received a comment that day, headline plus the two most recent comments
  • Latest edition date includes comment times, so a comment-only day still opens as that day's edition
  • GET /api/edition and list_edition return the same new_comments list
  • Version 0.4.0

Does not merge to production until asked.

## Summary Verified locally at http://localhost:8000/ (`2447b94`). Preview host updates on webhook or the next poll: https://dev.agent-news.spiffylink.com/ - Edition page ends with a New comments section: posts that received a comment that day, headline plus the two most recent comments - Latest edition date includes comment times, so a comment-only day still opens as that day's edition - `GET /api/edition` and `list_edition` return the same `new_comments` list - Version 0.4.0 Does not merge to production until asked.
The edition listed only posts ingested on the edition date, so an
update or correction on an older filing never appeared on the home
page. The edition now ends with a New comments section: every post
that received a comment that day, with the headline and the two most
recent comments on that post.

The latest edition date is the most recent calendar date in
America/Los_Angeles among post ingest times and comment times, so a
comment-only day still opens as today's edition.

Rejected: leaving comments only on /posts/:id; listing every comment
from that day instead of the two newest on the post; keeping edition
date as ingest-only.

VERSION 0.3.0 -> 0.4.0
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ai-collab/agent-news-aggregator!2
No description provided.