Filter Non-Console Entries From My Consoles Settings #766
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#766
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 My Consoles settings picker should only show platform records that users can reasonably select as consoles or owned gaming platforms.
The current picker is backed by the active platform list, so stray or non-console records such as
Admin Cleanup PlatformandSearch Platformcan appear in account settings and then be saved to a public profile console list.Scope
Admin Cleanup PlatformandSearch Platform.Acceptance Criteria
Admin Cleanup PlatformandSearch Platformdo not appear as My Consoles choices.Test Coverage Required
ProfileUpdateTestso the consoles tab excludesAdmin Cleanup PlatformandSearch Platformwhile showing a valid selectable console.console_lists.vendor/bin/pint --dirty --format agentbefore implementation closeout if PHP files change.Progress Checklist
Admin Cleanup PlatformandSearch Platformvendor/bin/pint --dirty --format agentif PHP files changedRemove not consoles entries from my consolesto Filter Non-Console Entries From My Consoles SettingsImplementation Notes
45efa7fondev.2026_06_20_002156_remove_junk_console_platform_recordsto remove the junkplatformsrows namedAdmin Cleanup PlatformandSearch Platform, then reset the platform sequence..env.localdatabase and verified both junk platform names are absent and the migration is recorded.Verification
php artisan test --compact tests/Feature/Settings/ProfileUpdateTest.php tests/Feature/AdminGameCleanupTest.php tests/Feature/GameSearchTest.phppassed: 70 tests, 681 assertions.vendor/bin/pint --dirty --format agentpassed.