-
-
Notifications
You must be signed in to change notification settings - Fork 734
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
[BUG] - Missing serving size on the nutrition label #2804
Comments
Can you provide a screenshot of what you're seeing? I'm not sure what you're referring to with the nutrition label |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's still an issue |
@hay-kot the nutrition facts that are showned below are those per the entire recipe or per serving? |
If the information is scraped, we can't know AFAIK because each provider can choose how they provide that information. You'd have to do some kind of verification. If you want to specify a different measurement/size specifically for the nutrition, that would be a feature request and not a bug. |
Some of the recipe JSON outs include a portion size field. I included an example of that in the first comment. |
First Check
What is the issue you are experiencing?
The nutritional card on the recipe page does not state the recipe serving size that the nutrition reflects.
Steps to Reproduce
View a recipe, and the card does nto reflect the serving size.
Please provide relevant logs
https://www.fatkitchen.com/low-carb-challah-bread/
Contains a recipe json value in nutrition.servingSize
Mealie Version
Nightly
Deployment
Docker (Linux)
Additional Deployment Details
The template could be formated like this:
nutrition.servingSize out of recipeYield[0]
mealie/frontend/components/Domain/Recipe/RecipeNutrition.vue
Line 4 in f8ad72e
The text was updated successfully, but these errors were encountered: