# Customer Experience: Pool league player dashboard | Vronika

The authenticated player dashboard combines the player's profile, achievements, next match, subscription, and subscription recommendation.

---

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

## How It Works

1. Five account-scoped queries load the player profile, achievements, next match, subscription, and recommendation.
2. The results are assembled into a single player overview with actions for the next match and earned achievements.
3. Subscription and registration links continue into the corresponding account flows.

## Features

- Player profile summary
- Personal achievement progress
- Next-match card
- Subscription status
- Personalized tier recommendation

## Integrations

- Pool league player APIs
- Subscription API
- Authenticated guest session
- Match scoring 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.