Coming full circle now 🤦 The only difference between Item and Ingredient is that the latter has the group attribute. This is separated from the Item class with the idea that Recipes do not have a group. However, this is not true - they go in to the spreadsheet in the group Recipe.
Coming full circle now 🤦 The only difference between
Item
andIngredient
is that the latter has thegroup
attribute. This is separated from theItem
class with the idea thatRecipe
s do not have a group. However, this is not true - they go in to the spreadsheet in the groupRecipe
.