Releases: oplS17projects/Simple-Recipe
Simple-Recipe Second Milestone
Second Milestone (Mon Apr 17)
- We will work on our GUI. More specifically, we will let users enter their ingredients and blacklist ingredients, and use those to further parse the JSON.
- We will also display the parsed items in our GUI.
In terms of backend, we are now able to pull down the information from Yummly, parse it, and get the required information.
This week was more focused on the GUI. We created a page that will allow users to input their likes and dislikes, and submit those to generate a link to call the Yummly API. Since we already have a backend setup, we just need to place the correct information in the correct locations on the GUI, and we will have a final product!
Simple-Recipe First Milestone
First Milestone (Sun Apr 9)
- We want to focus on being able to pull down recipes from Yummly, and begin to parse them.
- Time permitted, we will also begin to work on the GUI.
Overall, we made good progress towards accomplishing our goal for this week. We are able to call the Yummly API and parse data via the JSON library. I was planning on adding more procedures for more control of the data, but I realized that this would be a good opportunity to make a Yummly Object. For our next milestone, I will consider if that is a good idea or not.
As for the GUI, we began to work on that as well. We will finish the GUI and connect it to the backend for our second milestone.