CiderCS3398 / CS3398-Cider-S2017

CS3398 Team Github
0 stars 2 forks source link

Design and create a class that adapts recipes from the database to Recipe objects #78

Open forrest87 opened 7 years ago

forrest87 commented 7 years ago

Since we will not be using a JSON file to store and retrieve recipes, we will need to figure out the process involved in adapting recipes from our own database into a Recipe object and make that very process a class.

forrest87 commented 7 years ago

Could not figure out how to make this class adapt SQL statements. At this point in the sprint, we do not think we will be able to get around adapting info from a database.