# Customer Experience: Pool league standings | Vronika

The standings page lets visitors choose a season and view the ranked pool-league teams returned for it.

---

**Path:** /platform/frontend/pool-league-standings
**Canonical:** https://vronika.co/platform/frontend/pool-league-standings
**Category:** Platform: Customer Experience
**Live Route:** /pool-league/standings
**Source File:** trifecta/client/src/pages/PoolLeagueStandings.tsx

## How It Works

1. The season collection is loaded first.
2. The selected season ID drives a dependent standings request.
3. Teams and their league metrics are rendered in responsive rank order.

## Features

- Season selection
- Season-specific rankings
- Team performance metrics
- Loading and empty states

## Integrations

- Pool league seasons API
- Pool league standings API

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.