dkhwang118 / CIS560_F18-Project-RecipeManager

KSU - Fall 2018 - CIS560 - Database Project - ProjectTeam1
GNU General Public License v3.0
1 stars 2 forks source link

Get all shopping lists dev #50

Closed dkhwang118 closed 5 years ago

dkhwang118 commented 5 years ago

Added: -CreateShoppingList method ---This method replaces the GetShoppingList method. Can always make a GetShoppingListById method later if needed -GetAllShoppingLists method

Dependencies (all located in the Sql/Procedures folder, and need to be restored to DB if not present): -dbo.CreateShoppingList.sql Procedure file -dbo.CreateShoppingListItem.sql -dbo.GetAllShoppingListsAdvanced.sql

Should be straightforward and shouldn't conflict, besides where the "GetShoppingList" method is currently being used. I suggest if merging that we (from now on) always keep the master branch's .mdf file and logs and use the stored procedure files to restore the DB procedures.