Add games by genre navigation and listing pages #26
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#26
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 Genres feature needs to be finished in Laravel so visitors can browse games by genre from the site sidebar.
Genre persistence already exists, admin game create/edit already collects
genre_ids, and platform listing pages already provide a reusable pattern for public game lists. This issue tracks wiring genres into public navigation, building genre listing pages, and verifying genre filtering behavior with feature tests.Scope
/genres./genre/{genre}.games.genre_idsdata.Acceptance Criteria
Test Coverage Required
genre_ids, pagination, missing/deleted genre handling, and soft-deleted game exclusion.vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
genre_idsOriginally posted by hidangetsu
Amazing idea! This would be helpful!
@VilkaTheWolf Would you be able to select an icon from this page to represent genres in the sidebar:
http://demo.interface.club/limitless/layout_2/LTR/default/icons_icomoon.html
Originally posted by Vilkathewolf
@jimmyb "icon-books" seems like a good fit.
Add Sidebar Menu Item for Genresto Add games by genre navigation and listing pages