-
**Is your feature request related to a problem? Please describe.**
I've got a recipe that has "3 tbsp fresh parsley or 2 tsp dry", and it doesn't change the second number when I change the servings co…
-
Thanks for working on this library!
I want to ask a question about alternative ingredients.
In the documentation you have these examples:
- `3 tablespoons butter or olive oil, or a mixture` sho…
-
![Screenshot 2024-11-15 at 16.47.05.png](https://raw.githubusercontent.com/YubotKwng/pe/main/files/11d73fc5-f170-4a1b-83bb-b276917aa6d8.png)
Although Cli avoids repeated ingredients added to the inve…
-
In every recipe there should be a specified amount of each ingredient required for the dish.
Need a way to implement it in the current system.
-
![Screenshot 2024-11-15 at 16.47.05.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/11d73fc5-f170-4a1b-83bb-b276917aa6d8.png)
Although Cli avoids repeated ingredients added…
-
![image.png](https://raw.githubusercontent.com/rharwo/pe/main/files/b93e136f-137a-47cb-add2-d11e949d9212.png)
If a user wants to search for multiple ingredients, they can only search for one at a time…
-
![image.png](https://raw.githubusercontent.com/rharwo/pe/main/files/dbe0288b-579a-4e51-9d35-337ef9fd737d.png)
Takes far more time if I want to just edit 1 ingredient/step when I have to retype the ent…
-
I imported recipes and then created a shopping list. I ended up with "eggs" and "large eggs" on the shopping list (and various other items that I would like combined. I know that I can do this withi…
-
Example Pseudocode:
Determine cost based on ingredients in the **restaurant_ingredients** table:
1. generate a sandwich using ingredients from the "default" entry in the restaurant_ingredients table
…
-
const recipes = [];
//Declared index of the recipe to be edited
var indexOfRecipeToBeEdited = -1;
// Declared a flag to set the edit mode
var isEditMode = false;
// Update a recipe when the "Add …