Skip to content

Conversation

@paolomolo
Copy link
Contributor

Fixes the 'all-time' popular feed being time-sensitive and ensures different popular feeds return distinct top items.

The 'all-time' feed was inadvertently filtering by date due to an invalid since calculation. Additionally, all popular feeds used the same created_at DESC ordering for candidate selection, leading to significant overlap in top results. This PR updates the 'all-time' feed to consider total engagement signals and removes date filtering, while time-limited feeds retain recency-based ordering. Explicit sorting by score is also added for consistency.


Open in Cursor Open in Web

Co-authored-by: paolo <paolo@finwerk.com>
@cursor
Copy link

cursor bot commented Nov 24, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

cursoragent and others added 2 commits November 24, 2025 14:29
Co-authored-by: paolo <paolo@finwerk.com>
Co-authored-by: paolo <paolo@finwerk.com>
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.

3 participants