Skip to content

Conversation

@invalidusrname
Copy link
Contributor

@invalidusrname invalidusrname commented Oct 20, 2025

Thanks for putting this app together! I think we could make some improvements to ingesting and generating rss feeds by date

Currently the date the email was originally delivered isn't saved to Entry. This leads entries with the date the entry was created and the resulting rss feed ends up something like this:

Current Feed Order

Screenshot 2025-10-20 at 1 21 21 PM

This should help fix that by adding the date the email was originally received and sorting the rss feeds by that date

Updated Feed Order

Screenshot 2025-10-20 at 1 26 42 PM

@LeonMusCoden
Copy link
Owner

This looks very good!

The only thing missing is an alembic migration and this is good to merge.

@invalidusrname
Copy link
Contributor Author

I think received_at is already in the database. Were you thinking we need a migration to backfill existing records in entries?

@LeonMusCoden LeonMusCoden merged commit 35fdb8b into LeonMusCoden:master Oct 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants