Link game box art to game profile pages #4
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#4
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?
Game box art should link to the matching game profile anywhere public game lists or sidebar cards show a game image.
The current Laravel checkout already has public game profile routes at
/game/{gameId}/{gameName?}and platform listing pages use a reusable<x-site.game-card>component with title links, box art URLs, ratings, comments, and favorite-count placeholders. However, the reusable game card currently renders box art as a plain image, and several original target surfaces such as search results, newly added games, favorites, wishlists, and most popular games are still incomplete or placeholders. This issue tracks making box art consistently clickable as those public game-list surfaces are rebuilt.Scope
Acceptance Criteria
/game/{id}/{slug}for each active game.Test Coverage Required
vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
Link Box Art to Game Profiles on Certain Pagesto Link game box art to game profile pages