Skip to content

feat: NCAA tournament player rankings page - #27

Merged
lbowsher merged 2 commits into
mainfrom
lb/ncaa-rankings
Mar 18, 2026
Merged

lbowsher merged 2 commits into
mainfrom
lb/ncaa-rankings

Conversation

@lbowsher

Copy link
Copy Markdown
Owner

Summary

  • Add NCAA tournament player rankings page (/rankings/ncaa) with drag-and-drop reordering via @hello-pangea/dnd
  • Player cards show per-game stats (pts, reb, ast), expected tournament games, and projected fantasy totals
  • Team expected games settings allow users to customize tournament projections per team
  • Position and stat filters for narrowing down player lists
  • Add global nav bar component to root layout
  • Add Supabase migration for ncaa_team_info, user_ncaa_rankings, and user_ncaa_team_settings tables
  • Fix column alignment in player ranking cards with fixed-width spans for consistent spacing

Test plan

  • Visit /rankings/ncaa and verify player list loads with stats
  • Drag and drop players to reorder rankings
  • Adjust team expected games and verify projected totals update
  • Check stat columns align vertically across rows (e.g., "10.2 reb" vs "3.2 reb")
  • Verify responsive layout: stats hidden on mobile, visible on desktop
  • Test position and stat filters

🤖 Generated with Claude Code

- Add NCAA rankings page with draggable player ranking cards
- Add team game settings for tournament projections
- Add nav bar component to root layout
- Update metadata title/description
- Add database types for ncaa_team_info, user_ncaa_rankings, user_ncaa_team_settings
- Add Supabase migration for NCAA rankings tables
- Fix column alignment in player ranking cards with fixed-width spans

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
fanteasy Ready Ready Preview, Comment Mar 18, 2026 10:09pm

…ected games

Move ThemeToggle and AuthButton into the global NavBar so all pages
(home, league, draft, rankings) share consistent navigation. Remove
duplicate page-level headers. Also change expected games inputs from
integer dropdowns to decimal number inputs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lbowsher
lbowsher merged commit f9e7b6d into main Mar 18, 2026
3 checks passed
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