From ad78bf6b32fbf9cc98ecfdeafb760f71bd419282 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:04:34 +0000 Subject: [PATCH 1/3] Initial plan From 9017e15be4f097858196962647de5b4560f35421 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:10:55 +0000 Subject: [PATCH 2/3] Add leaderboard and statistics to bounties page Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> --- website/templates/bounties_list.html | 141 +++++++++++++++++++++++++++ website/views/organization.py | 35 +++++++ 2 files changed, 176 insertions(+) diff --git a/website/templates/bounties_list.html b/website/templates/bounties_list.html index 4dd0ad4584..916e3111a2 100644 --- a/website/templates/bounties_list.html +++ b/website/templates/bounties_list.html @@ -40,6 +40,147 @@
Total $5 Issues
+{{ total_issues_count|default:0 }}
+Closed issues with $5 bounty
+Paid Issues
+{{ paid_count|default:0 }}
+Successfully processed payments
+Total Payouts
+${{ grand_total_payouts|default:0 }}
+Total amount distributed
+| + Rank + | ++ Contributor + | ++ Issues Completed + | ++ Total Earned + | +
|---|---|---|---|
|
+
+ {% if forloop.counter <= 3 %}
+
+ #{{ forloop.counter }}
+
+ {% else %}
+ #{{ forloop.counter }}
+ {% endif %}
+
+ |
+
+
+
+ |
+ + + {{ earner.issues_completed }} + + | ++ ${{ earner.total_earned }} + | +