From e11a950c39a475d22702a9a438b2e8bac1f240c8 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sun, 22 Mar 2026 14:40:24 -0700 Subject: [PATCH] update leaderboard stats --- templates/leaderboard.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/leaderboard.html b/templates/leaderboard.html index 99abd14..37a37bd 100644 --- a/templates/leaderboard.html +++ b/templates/leaderboard.html @@ -43,6 +43,7 @@

Standings

All-time leaderboard

+

Cash in / paid out reflect real money movement. Net / ROI reflect poker results.

@@ -68,8 +69,8 @@ - - + + @@ -92,8 +93,8 @@ {% endif %} {{ player.player_name }} - {{ player.total_invested_cents | money }} - {{ player.total_cash_out_cents | money }} + {{ player.total_buy_in_cents | money }} + {{ player.total_paid_cents | money }} {{ player.total_net_cents | money }} {{ "%.1f"|format(player.win_pct) }}% {{ "%.1f"|format(player.roi_pct) }}% @@ -266,8 +267,8 @@ rank: 0, rankdelta: 1, player: 2, - buyins: 3, - cashouts: 4, + cashin: 3, + paidout: 4, net: 5, winpct: 6, roi: 7,