feat: add player profile page prototype #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-pal-e-docs-> Phase F11 (Frontend Polish)Playground prototype for future
/players/:idroute in westside-app.Repo
forgejo_admin/westside-playgroundUser Story
As a parent/player
I want to see a full player profile page with all details, team info, payment status, and an edit form
So that I can view and update my player's information in one place
Context
The westside-playground repo contains static HTML prototypes for the westside-app SvelteKit frontend. The parent dashboard (
parent.html) shows a summary view, but there is no detail/profile page prototype yet. This page will serve as the design spec for the production/players/:idroute, showing the player view (most complex -- has edit form) with info cards for player info, team/coach, payment, and a stats placeholder.File Targets
Files to create:
player-profile.html-- full player profile page with profile header, four info cards, edit formFiles to modify:
index.html-- add Player Profile link in Dashboard Prototypes sectionFiles NOT to touch:
shared/app.css-- page-specific styles go in the HTML file onlyAcceptance Criteria
Test Expectations
player-profile.htmlin browserConstraints
shared/app.css(info-card, badge, btn, etc.)<style>block in the HTML head onlyChecklist
Related
project-westside-frontend-- westside-app frontend project