fix: Wire all team roster player links to player-profile.html #24
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-wkq→ Phase 10 (Playground)Repo
forgejo_admin/westside-playgroundUser Story
As any user viewing a team roster, I want to tap any player name to see their profile.
Context
In
team.html, the roster has 8 players but only the first (Marcus Johnson Jr.) links toplayer-profile.html. The other 7 havehref="#". All should link toplayer-profile.html(in production each gets a unique URL, but in the playground they all go to the same profile page).File Targets
team.html— change allhref="#"in teammate-row links tohref="player-profile.html"Acceptance Criteria
player-profile.htmlhref="#"remaining in roster linksTest Expectations
Constraints
Checklist
Related
project-westside-basketball