minorsecond / minorsecond/BuzzBot
Check if user is entering drink in wrong tab
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
It would be nice if the app checked if the user might be entering the wrong drink type on the wrong tab. For example, it's easy to be on the wine tab and accidentally enter a beer.
Describe the solution you'd like
Check what's entered in the text entry boxes against an array of strings related to each drink type.
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 drink tabs and their text entry boxes, then inspect how drink types and entered values are represented. Define the arrays of strings for each drink type and determine where a mismatch should be reported. Done means the app detects likely entries for another drink type and alerts the user without preventing valid entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100