Skip to content

feat: implement discovery ranking algorithm with weighted scoring#59

Open
automaton365-sys wants to merge 1 commit intogbabaisaac:mainfrom
automaton365-sys:feat-issue-3-discovery-algorithm
Open

feat: implement discovery ranking algorithm with weighted scoring#59
automaton365-sys wants to merge 1 commit intogbabaisaac:mainfrom
automaton365-sys:feat-issue-3-discovery-algorithm

Conversation

@automaton365-sys
Copy link
Copy Markdown

Implements issue #3 by adding a clearer, weighted ranking algorithm for marketplace discovery.

What changed

  • Replaced the simple score function with weighted components:
    • reward (0-30)
    • funded percentage (0-25)
    • claim activity (0-25)
    • recency (0-20)
  • Kept score visible in the UI for each bounty
  • Added deterministic tie-breakers (reward, then recency)
  • Included code comments explaining scoring logic

Why

This makes ranking more balanced and easier to reason about while still surfacing higher-value, well-funded, active, and fresh bounties.

Fixes #3
/claim #3

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.

Bounty: Discovery Algorithm

1 participant