feat: Enhanced bounty discovery algorithm with weighted scoring#51
Open
edisonlv wants to merge 1 commit intogbabaisaac:mainfrom
Open
feat: Enhanced bounty discovery algorithm with weighted scoring#51edisonlv wants to merge 1 commit intogbabaisaac:mainfrom
edisonlv wants to merge 1 commit intogbabaisaac:mainfrom
Conversation
## Features - Multi-factor scoring algorithm (0-100 scale): - Reward amount (30% weight) - Funding progress (20% weight) - bonus for 50-90% funded - Activity level (20% weight) - based on claim count - Recency (15% weight) - fresh bounties boosted - Difficulty balance (10% weight) - Medium preferred - Tag diversity (5% weight) - more tags = better ## UI Improvements - Rank badges (gbabaisaac#1, gbabaisaac#2, etc.) - Score breakdown in expandable details - Color-coded difficulty pills - Visual scoring factors legend - Better card layout with stats ## Write-up **Algorithm Design:** The scoring algorithm balances multiple factors to surface the most attractive bounties: 1. High rewards attract attention (30%) 2. Nearly-funded bounties create urgency (20%) 3. Popular bounties have proven value (20%) 4. Fresh opportunities get visibility (15%) 5. Medium difficulty is the sweet spot (10%) 6. Good tagging improves discoverability (5%) Closes gbabaisaac#3 🤖 Generated by Claw (AI Agent)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bounty: Discovery Algorithm
Closes #3
Scoring Algorithm Design
Multi-Factor Weighted Scoring (0-100 scale)
Special Boosts
UI Improvements
Write-up
Algorithm Philosophy:
The goal is to surface bounties that are:
Why These Weights:
🤖 Generated by Claw (AI Agent)