-
-
Notifications
You must be signed in to change notification settings - Fork 813
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
[Task] ⚖️ Recipe Ingredient Scaling #507
Comments
I've gone through and added the database layer for the required fields. There is both a Foods and Units field where the foods are things like Carrots or Onions and Units are like Cups or Oz. I've also added the following behavior
I'm going to be leaving this for a while to work on tests but this should be a good starting point. |
Is it considered that we would like halve the recipe. currently, if a cake is made for example, with 8 portions. There is no option to scale it down to let's say 6 servings. Although, this is only a rule of three. |
@zierbeek that's not a use case I'm considering. |
@hay-kot I have the same request. But it's already said in the discord. Several people use it for non baking and there it's logical that you can scale down or up with a increment of one. Maybe an option to add to a recipe that it can be scaled down or something? |
For what it is worth, I too would really appreciate being able to scale below one or be able to scale up by a fraction (e.g., 1.5 the recipe). I am not a great cook so I may be missing reasons why this would not work, but I often scale my recipes by fractional amounts and allowing this feature would save me doing some math. Either way, I am really enjoying the program and thank you for all of the effort! |
Hey folks, closing this issue since the initial support is now baked into Mealie v1. As far as the scaling down - it's not something I'm going to look at but happy to look at a feature request and/or a PR to add it. |
Description: Add support for ingredients.
Checklist:
Relevant PRs:
#506 - Add Database Layer to Support Scaling - @hay-kot
The text was updated successfully, but these errors were encountered: