Build out admin Pending Games page #71
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#71
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/games/pendingpage should become the admin workflow for reviewing game submissions before they are added to the live games database. Staff need a queue where they can see submitted games, inspect the submitted metadata, edit or normalize the submission, approve it into the canonicalgamestable, or reject/close it with an audit trail.The current Laravel checkout already has an admin pending-games route, sidebar entry, and placeholder view. The active
gamestable stores live game records withrequested_byandadded_by, while the legacygamestmpmigration appears to represent an older pending-submission table with submitted-by, added-to-db-by, metadata, active flag, timestamps, and submitter IP. The admin dashboard also references game requests waiting in forums and games added to the pending queue but not yet added to the live database. This issue tracks deciding and rebuilding the Laravel pending-game data source and replacing the placeholder with the actual review workflow.Scope
/admin/games/pendingplaceholder with a working pending games queue.gamestable, reject/dismiss, or otherwise process submissions.gamesschema where appropriate.Acceptance Criteria
/admin/games/pendingand see a real queue instead of the placeholder.gamestable.requested_byandadded_byattribution.Test Coverage Required
/admin/games/pending.gamesrecord with mapped metadata.requested_byandadded_bycorrectly.vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist
gamestable exists withrequested_byandadded_byattributiongamestmpmigration exists and may represent historical pending submissions