mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
7.4k stars 741 forks source link

[Feature Request] Recipes calculate nutriton data #109

Closed adrkable closed 3 years ago

adrkable commented 3 years ago

Myfitnesspal currently lets one create "meals" (or recipes) where the total nutrtion value is a sum of the meal's parts (ingredients). Nutrition data need not be sourced from MFP, it can be any nutrition database.

A few nutrition database APIs:

lorenalexm commented 3 years ago

Following this, I think manual entry of nutritional data would be fantastic. It would also lay the groundwork for potentially using one of the above services, in the future, for automatic calculation.

dpieski commented 3 years ago

To calculate the nutrition information, the ingredients would have to be split into quantity and ingredient.

Check out #70 for more information on the thoughts regarding separating out the quantity from ingredients.

hay-kot commented 3 years ago

Closing to consolidate feature requests into a mega-issue. See new Issue. Your request has been added to the initial list.