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 support for syrup recipes (with ratio calculator) #131

Open
sbordeyne opened this issue Jun 25, 2023 · 1 comment
Open

Add support for syrup recipes (with ratio calculator) #131

sbordeyne opened this issue Jun 25, 2023 · 1 comment
Labels
feat New feature or request

Comments

@sbordeyne
Copy link

For my home bar (and for any home bar), we often have to make our own syrups because there is no commercially available cinnamon syrup, honey syrup, or other fancy syrups.

Making shelf-stable syrup is very straightforward : 2 parts sugar to 1 part water in a saucepan and just bottle it, it would be nice to have the integration into bar assistant to calculate the amounts of sugar and water required based on the ratio and desired total volume (math is very simple though : if V is the total volume and r the sugar/water ratio, S = r*V/(r+1) and W = V/(r+1))

Ratio should be variable (cause people might want to make a 1:1 simple or a 2:1 richer, shelf stable version, and for honey syrup the ratio is different since honey is not 100% sugar).

@sbordeyne sbordeyne added the bug Something isn't working label Jun 25, 2023
@sbordeyne
Copy link
Author

sorry for categorizing that issue as a bug, I missclicked when creating it

@karlomikus karlomikus removed the bug Something isn't working label Jun 25, 2023
@karlomikus karlomikus changed the title [Feature Request] Add support for syrup recipes (with ratio calculator) Add support for syrup recipes (with ratio calculator) Aug 7, 2023
@karlomikus karlomikus transferred this issue from karlomikus/bar-assistant Oct 28, 2023
@karlomikus karlomikus added the feat New feature or request label Nov 20, 2023
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