# Customer Experience: Pool league team | Vronika

A team page resolves a pool-league team by ID and presents its roster and current competitive record.

---

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

## How It Works

1. The route ID is sent to /api/pool-league/teams/:id.
2. The returned team, roster, and performance data are rendered with loading and missing-team states.
3. Navigation connects the team back to standings and schedule context.

## Features

- ID-based team lookup
- Roster presentation
- Team record and league metrics
- Standings and schedule links

## Integrations

- Pool league teams API
- Standings route
- Schedule route

---

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