jadeocr / jadeocr/jadeocr-next
Limit Public Deck Search
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using the regex `.` returns all decks, which can be quite expensive to send that much data as we scale. Send a curated few decks by "ratings" or something similar instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the public deck search handling and the path where regex `.` returns all decks. Determine how results are currently selected and sent, then define a bounded curated result set ordered by ratings or a comparable criterion. Done means public searches no longer return the full deck collection and the response remains limited as the project scales.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100