Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add percentage of matched ingredients #328

Open
daschy opened this issue Sep 18, 2024 · 1 comment
Open

Add percentage of matched ingredients #328

daschy opened this issue Sep 18, 2024 · 1 comment
Labels
feat New feature or request

Comments

@daschy
Copy link

daschy commented Sep 18, 2024

What:
Add to the recipes the ingrendient match percentage with the shelved ingredients. For instance if the cocktail requires 3 ingredients and the user has 2 of those shelved, show 66% ingredient match

Why:
In many cases if the user has 80% of the ingrendients shelved, he might want to see the recipes he can "almost" make in order create some variations, or he can create the cocktail since he owns a similar ingredient. For instance, he might own Pisco, but not Grappa.

How:
For each cocktail recipe shows the percentage of ingredients that match with the ingredients shelved.
Based on this info:

  1. allow the user to sort by ingredient match percentage
  2. allow the user to search by ingredient match percentage intervals (ie: min 70% ingredient match)

Similar feature is implemented in the https://www.mixelcocktails.com/

Thanks

PS: awesome project

@daschy daschy added the feat New feature or request label Sep 18, 2024
@daschy daschy changed the title Add percentage of ingredients match compared to the shelf for each cocktail recipe Feat: Add percentage of ingredients match compared to the shelf for each cocktail recipe Sep 18, 2024
@karlomikus
Copy link
Owner

Hello,

great suggestion, I like the idea of having match percentage on cocktail. In the meantime something similar can be done by using total missing ingredients filter.

Thanks!

@karlomikus karlomikus changed the title Feat: Add percentage of ingredients match compared to the shelf for each cocktail recipe Add percentage of matched ingredients Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants