Recipe db validation
Added a validation step that is performed after fetching the recipes from the db. It checks that all ingredients with the same name have the same amount type, if not, the app will terminate with informative error messages.
Added a validation step that is performed after fetching the recipes from the db. It checks that all ingredients with the same name have the same amount type, if not, the app will terminate with informative error messages.