fix: Wire all team roster player links to player-profile.html #24

Closed
opened 2026-03-16 22:51:03 +00:00 by forgejo_admin · 0 comments

Lineage

plan-wkq → Phase 10 (Playground)

Repo

forgejo_admin/westside-playground

User 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 to player-profile.html. The other 7 have href="#". All should link to player-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 all href="#" in teammate-row links to href="player-profile.html"

Acceptance Criteria

  • All 8 roster player names link to player-profile.html
  • No href="#" remaining in roster links
  • No other changes to the page

Test Expectations

  • No automated tests (static HTML). Visual verification only.

Constraints

  • Only change href values in the roster section
  • Do NOT touch any other content or styling

Checklist

  • PR opened
  • No unrelated changes
  • project-westside-basketball
### Lineage `plan-wkq` → Phase 10 (Playground) ### Repo `forgejo_admin/westside-playground` ### User 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 to `player-profile.html`. The other 7 have `href="#"`. All should link to `player-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 all `href="#"` in teammate-row links to `href="player-profile.html"` ### Acceptance Criteria - [ ] All 8 roster player names link to `player-profile.html` - [ ] No `href="#"` remaining in roster links - [ ] No other changes to the page ### Test Expectations - No automated tests (static HTML). Visual verification only. ### Constraints - Only change href values in the roster section - Do NOT touch any other content or styling ### Checklist - [ ] PR opened - [ ] No unrelated changes ### Related - `project-westside-basketball`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo_admin/westside-playground#24
No description provided.