Skip to content

Fix sidebar rank to exclude participants who left#249

Open
prazgaitis wants to merge 1 commit into
mainfrom
fix/sidebar-rank-excludes-left-participants
Open

Fix sidebar rank to exclude participants who left#249
prazgaitis wants to merge 1 commit into
mainfrom
fix/sidebar-rank-excludes-left-participants

Conversation

@prazgaitis

Copy link
Copy Markdown
Owner

Summary

Test plan

  • Check sidebar rank matches leaderboard rank
  • Verify participant count excludes users who left

🤖 Generated with Claude Code

getDashboardData included participants with leftAt set, inflating rank
and participant count. The leaderboard query already filtered these out
with .filter((p) => !p.leftAt) but the sidebar query didn't match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Mar 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
march-fitness-2025 Ready Ready Preview, Comment Mar 29, 2026 6:18am

Request 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.

1 participant