Add Search to Game List Pages #853
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
javascript
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#853
Loading…
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 list pages should let members search within their list so they can quickly find a specific game without paging through status tabs and incremental loading.
The current game list view is status-tab driven and rendered through
GameListSections. Each section is cursor-paginated and load-more URLs only carry status, section, and cursor state. Search should filter list entries by game/list title while still fitting that incremental loading model.Scope
GameListSectionsquery filtering and cursor pagination.Acceptance Criteria
Test Coverage Required
GameListPageTestto cover searched results on the owner game list page.GameListPageTestcoverage before closing the issue.vendor/bin/pint --dirty --format agentbefore implementation closeout if PHP files change.Progress Checklist
GameListSectionsqueriesGameListPageTestcoveragevendor/bin/pint --dirty --format agentif PHP files changedAdd search function for the listto Add Search to Game List Pages