Use Modal When Adding Game to List #23
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#23
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?
As a user, I want to add a game to my list without leaving the page I am on so the add-to-list flow feels faster and does not interrupt browsing.
The current Laravel checkout still points add-to-list actions at full-page URLs such as
/list/add/{game}and edit actions such as/list/edit/{gameList}from the game profile action list. Public game cards on newly added, platform, and search-style listing pages also expose anAdd to Listlink for signed-in users when the viewer has not already added the game. This issue tracks replacing that page-change flow with an in-page modal for supported game surfaces while preserving the existinggame_listspersistence, validation rules, activity logging, and duplicate-state behavior.This is a post-launch UX improvement, not a launch blocker.
Scope
x-site.game-cardlistings, newly added games, platform pages, and search results wherever the shared card is used.Acceptance Criteria
game_listsrecord for the signed-in user and selected game.Test Coverage Required
vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist
game_listspersistence existsGameListControllercontains add/update validation and activity loggingAdd to List/Edit List Entrylinksx-site.game-cardexposesAdd to Listfor eligible signed-in viewersMoving this out of this project as I don't think it's something that we need to launch with.