Rebuild game reviews in Laravel #54
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#54
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 Game Reviews feature needs to be rebuilt in Laravel so users can write, edit, delete, browse, and publish reviews for games.
The current app has a public sidebar link to
/reviews, an admin “Pending Game Reviews” placeholder, merge logic references for future review records, and Recent Gamer Updates support forgame_review_published. This issue tracks building the full review surface, moderation workflow, public listing, and test coverage.Scope
/reviews, paginated.Acceptance Criteria
/reviewsshows published reviews newest-first and paginated.game_review_publishedgamer update with working user/game/review links where available.Test Coverage Required
/reviewsactive state, and Recent Gamer Updatesgame_review_publishedoutput.vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
/reviewsexistsgame_review_publishedRebuild Game Reviews Component in Laravelto Rebuild game reviews in LaravelAdded the public /reviews placeholder route and page so the existing sidebar link resolves while the full game reviews rebuild remains tracked here. Covered by a focused feature test for rendering and sidebar active state.