You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a two-part enhancement. Please correct me if any of my observations are mistaken.
It seems to me that shop simply concatenates the list of ingredients of the desired recipes. In the case that I'm making two recipes, each of which calls for limes, it seems that I'll get two lines in the output, each with different quantities of limes. So enhancement (1) would be to smartly combine the ingredients with identical, or better, inter-convertible units.
Once this is done, herms could also take in a list (from a file?) of ingredients the user already has, and remove them from the shopping list (or reduce the quantity in the list by the relevant amount).
I would be very happy to implement this!
The text was updated successfully, but these errors were encountered:
This would be a two-part enhancement. Please correct me if any of my observations are mistaken.
It seems to me that
shop
simply concatenates the list of ingredients of the desired recipes. In the case that I'm making two recipes, each of which calls for limes, it seems that I'll get two lines in the output, each with different quantities of limes. So enhancement (1) would be to smartly combine the ingredients with identical, or better, inter-convertible units.Once this is done,
herms
could also take in a list (from a file?) of ingredients the user already has, and remove them from the shopping list (or reduce the quantity in the list by the relevant amount).I would be very happy to implement this!
The text was updated successfully, but these errors were encountered: