GeekTrainer / GeekTrainer/issue-tester
Allow users to filter games by category and publisher
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As the game catalog grows, players need a faster way to find titles relevant to them. Adding the ability to filter the game list by category and by publisher improves discoverability and directly supports the platform's goal of helping backers find games to support. The data model already includes categories and publishers, so this builds on existing structures.
Acceptance criteria
- Users can filter the game list by one or more categories
- Users can filter the game list by publisher
- Category and publisher filters can be combined
- The backend API supports filtering games by category and publisher
- Filter controls follow the project's accessibility guidelines (keyboard navigation, ARIA, visible focus states) and include
data-testidattributes - Server tests and Playwright e2e tests cover the new filtering behavior
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the game catalog UI and the backend API that serves the game list, then inspect the existing category and publisher data model. Implement combined category and publisher filtering with accessible controls and data-testid attributes; done means the server tests and Playwright e2e tests cover all listed filtering behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- playwright, python
- Domain
- accessibility, api, full-stack, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100