forked from nus-cs2103-AY1920S2/addressbook-level3
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from beatricetay/branch-fix
Fixed bugs where planned recipes do not get updated.
- Loading branch information
Showing
46 changed files
with
665 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,42 @@ | ||
{ | ||
"plannedRecipes" : [ { | ||
"recipes" : [ { | ||
"name" : "Asian BBQ Chicken", | ||
"name" : "testest", | ||
"time" : "15", | ||
"isFavourite" : true, | ||
"grains" : [ "50.0g, grain", "30.0g, rice" ], | ||
"vegetables" : [ ], | ||
"proteins" : [ ], | ||
"fruits" : [ "50.0g, fruit" ], | ||
"others" : [ ], | ||
"steps" : [ "step 1", "edited step 2" ], | ||
"goals" : [ ] | ||
}, { | ||
"name" : "Quick Carrot Daikon Stir-fry", | ||
"time" : "25", | ||
"isFavourite" : false, | ||
"grains" : [ ], | ||
"vegetables" : [ "1.0tbsp, garlic & ginger (finely chopped)" ], | ||
"proteins" : [ "100.0g, chicken breast" ], | ||
"grains" : [ "30.0g, grain" ], | ||
"vegetables" : [ "30.0g, carrot (julienned)", "500.0g, Daikon radish (peeled and julienned)", "30.0g, garlic clove (smashed and chopped)", "20.0g, ginger (julienned sliced)", "30.0g, scallions" ], | ||
"proteins" : [ ], | ||
"fruits" : [ ], | ||
"others" : [ "2.0tbsp, char siew sauce", "1.0tsp, honey", "1.0tsp, rice vinegar", "1.0tsp, Salt & pepper", "0.5tsp, sesame oil", "50.0g, sugarspiceeverythingnice" ], | ||
"steps" : [ "In a bowl, mix all the ingredients to create marinade. Mix the chicken with the marinade.", "Pan sear the chicken from both sides.", "edited step 3", "hi" ], | ||
"goals" : [ "Bulk like the Hulk" ] | ||
"others" : [ "50.0g, other", "50.0g, others", "1.5tbsp, oyster sauce", "0.5tsp, salt", "0.5tsp, sesame oil", "1.0tbsp, shaoxing wine", "3.0tbsp, vegetable oil", "0.25cup, water", "0.25tsp, white pepper" ], | ||
"steps" : [ "Heat oil in wok over medium heat. Add ginger and garlic and cook for 20 seconds.", "Add carrot and stir-fry for 30 seconds - oil should turn orange colour. Add in daikon, turn up heat to high and stir-fry for another 30 seconds.", "Add shaoxing wine, oyster sauce, white pepper, sesame oil, salt, water, and white parts of the scallions. Stir to combine, cover, turn down heat to medium. Simmer for 5-8 minutes until tender.", "Uncover, add in rest of the scallions and mix everything well. When dailon is translucent and tender, the dish is done." ], | ||
"goals" : [ "Herbivore" ] | ||
} ], | ||
"date" : "2020-05-02" | ||
"date" : "2020-04-03" | ||
}, { | ||
"recipes" : [ { | ||
"name" : "testest", | ||
"time" : "15", | ||
"isFavourite" : true, | ||
"grains" : [ "50.0g, grain", "30.0g, rice" ], | ||
"vegetables" : [ ], | ||
"proteins" : [ ], | ||
"fruits" : [ "50.0g, fruit" ], | ||
"others" : [ ], | ||
"steps" : [ "step 1", "edited step 2" ], | ||
"goals" : [ ] | ||
} ], | ||
"date" : "2020-04-04" | ||
} ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.