Build out admin Pending Game Reviews page #72
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#72
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
/admin/reviews/pendingpage should become the admin moderation queue for game reviews that need staff approval before they are visible as approved/published content. Staff need a focused place to inspect pending reviews, open the related game/user context, approve valid reviews, reject or return problematic reviews, and keep an audit trail of moderation decisions.The current Laravel checkout has an admin pending-review route and sidebar link, but the view is still a placeholder. Public game pages already show
Write a Review/Edit Game Reviewlinks using eithergame_reviewsorreviewstable detection when those tables exist, and the profile settings UI has a Game Reviews tab placeholder with an Approved? column. There is no current migration for a rebuilt game reviews table in this checkout, so this issue should confirm or rebuild the canonical review data model before the admin queue is implemented.Scope
/admin/reviews/pendingplaceholder with a working pending game reviews queue.Acceptance Criteria
/admin/reviews/pendingand see a real queue instead of the placeholder.Test Coverage Required
/admin/reviews/pending.vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist