Skip to content

fix: bounty notifications and contribution filtering#3088

Open
PoornaChandra2005 wants to merge 1 commit intoResearchHub:mainfrom
PoornaChandra2005:fix/issue-260-automated-bounty-notifications
Open

fix: bounty notifications and contribution filtering#3088
PoornaChandra2005 wants to merge 1 commit intoResearchHub:mainfrom
PoornaChandra2005:fix/issue-260-automated-bounty-notifications

Conversation

@PoornaChandra2005
Copy link
Copy Markdown

@PoornaChandra2005 PoornaChandra2005 commented Feb 9, 2026

This PR includes the following fixes:

  1. Targeted notifications for auto-created bounties: Integrated the find_qualified_users_and_notify task into create_automated_bounty to ensure users with matching expertise are notified when Biorxiv bounties are created. (Fixes Targeted notification on auto-created bounties issues#260)
  2. Exclude bounties/solutions from conversation contributions: Updated ContributionFilter to exclude comments associated with bounties or solutions from the CONVERSATION contribution type in the latest_contributions endpoint. (Fixes latest_contributions endpoint returns wrong data issues#683)

@PoornaChandra2005 PoornaChandra2005 requested a review from a team as a code owner February 9, 2026 22:37
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 9, 2026

@PoornaChandra2005 PoornaChandra2005 changed the title feat: add targeted notifications for auto-created bounties fix: bounty notifications and contribution filtering Feb 9, 2026
@PoornaChandra2005
Copy link
Copy Markdown
Author

Hi @ResearchHub team, this backend PR addresses two key issues:

  1. Fixes If post score goes negative, remove from site? #260 by ensuring targeted notifications are sent for auto-created bounties.
  2. Fixes Optimize Notifications #683 by excluding bounty-related comments from the generic conversation list in the latest_contributions endpoint.

Prinstine code, passing all SonarCloud quality gates. Ready for review!

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.

latest_contributions endpoint returns wrong data Targeted notification on auto-created bounties

1 participant