monkeytypegame / monkeytypegame/monkeytype
Quote Tags
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 20.7k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
Quote tags
Adding tags to quotes will allow the user to pick what kind of quotes they want to type.
tags
- Possible tags could be type like fiction, poetry, religious, political, music or tone like inspiring, comforting, sad, humorous.
- Come up with a few tags to use and tag existing quote files
- add a validation to the
check-assetsto verify new quote do have tags and all tags used are in the allowed set of tags
ui
- modify the search icon in the test settings
- modify the quote search modal, show the filter by tag on one side and the existing quotes search on the other side (maybe on top of each other on small screens)
- store the selected tags on the users config as
quoteTags: ["fiction","poetry"]
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 tracing the quote search modal and test settings UI, then inspect the check-assets validation and existing quote files. Define the allowed tags, apply them to existing quotes, persist selected tags in the users config, and verify that asset checks reject missing or unknown tags and the UI filters quotes by tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100