Lazy-load user game list status tabs #59
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#59
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?
Large user game lists should load faster by rendering only the initial status tab first, then loading other status groups when the user asks for them.
The current Laravel checkout has
game_listspersistence, status values for Playing, Completed, On Hold, Dropped, Plan to Play, and Continuously Playing, list-entry create/update/delete logic, and profile/header links that reserve/list/{username}. The public list route and rebuilt list page are not wired up yet, so this issue should rebuild the list surface with status-scoped loading from the start instead of loading every list entry for every status on the first request.Scope
/list/{username}and the current user’s own list shortcut where supported.game_listsrows only.Acceptance Criteria
Test Coverage Required
/list/{username}renders the default Playing tab and does not render entries from other statuses in the initial content.vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
game_liststable existsGameListmodel exists/list/{username}and current-user list accessImplement New Loading Method for Game Liststo Lazy-load user game list status tabsThis issue is incorporated into #348, which now tracks the full user game list rebuild including lazy/status-scoped loading. Closing this as superseded to keep the list rebuild work centralized.