Paginate the public game reviews index #15
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#15
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?
The public Game Reviews page needs pagination so visitors can browse published reviews without loading the full review history on one page.
The current Laravel checkout has a sidebar link to
/reviews, an admin “Pending Game Reviews” placeholder, merge references for futuregame_reviewsrecords, and Recent Gamer Updates support forgame_review_published, but the public reviews index itself is not rebuilt yet. This issue tracks ensuring the rebuilt/reviewspage is paginated from the start.Scope
/reviews./reviewslink.Acceptance Criteria
/reviewsrenders a public paginated list of published game reviews./reviewsand paginated review pages.Test Coverage Required
/reviewsrendering, newest-first ordering, pagination, page links, and empty state./reviewsactive state works.vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
/reviewsexistsgame_review_published/reviewsroute and controller/action/reviewsPushing this back until we get enough reviews.
It looks like we've got enough at this point so we should make this one a priority.
Paginate the Reviews Pageto Paginate the public game reviews indexAdded the public /reviews placeholder route and page. The actual paginated published-reviews index is still tracked by this issue, but the route now resolves and has focused coverage for the placeholder/sidebar state.