Releases: 13014932/AssigmentBookShop
Updated Assigment V_0_16_1144
I update.
-
Edit controllers update methods with one data format.
-
Make BookTest, BuyBookTest classes. and add test methods on it.
Updated Assigment V_0_14_810
I update.
=>Edit controllers update methods.
apply try-catch with proper notification.
=>Edit libraries update methods remove try-catch.
=>Edit library, update methods to their unique work.
=>Make BasicTest, BookTest classes. and add methods on it. All work as expect.
Updated Assigment V_0_12_610
I update.
=>Edit controllers update methods.
apply try-catch with proper notification.
=>Edit libraries update methods apply try-catch with proper notification.
Updated assignment V_0_10_723
I update.
=>Edit controllers update methods (focus on code reuse and fast work) and file placements.
=>Edit libraries update methods (focus on unique work).
Books Controllers
Here I Update following files.
i.) Make BooksAPIController, apply try catch.
ii.) Make BooksController, apply try-cath, validate the incoming request.
iii.) Make BuyBooksController, apply try-cath, validate the incoming request.
=> Make BookShopLib, apply try-cath, update methods parameter.
=> Make error View page to show error comes while validation.
DataBase Control
Here I put following files.
i.) Make books table with the help of migration.
ii.) Make buybooks table with the help of migration.
=> Make BooksFactory store temporary values for columns of books table.
=> Make DatabaseSeeder store a number of temporary value to books table via Book model.
UserBooks VIEW
Here I create Userbooks View Page.
i.) Make BuyMoreBooks operation by displaying userbooks View page (user can also buy more books after buying a book).
UserBooks VIEW
Here I create Userbooks View Page.
i.) Make BUY operation (with model).
ii.) Make ViewBuyBooks operation by displaying buydbooks View page (user can see there buy books list).
=> And edit BootStrap Table.
Models name and text fields ID.
=>Edit layout Page for UserBooks View Page
V_0_0_1.1: Adminbooks VIEW
Here i create adminbooks View Page. i.) Operate on DataTable with Server Side Pagination. ii.) Make CRUD operation (with model) for each Book. And edit BootStrap Table. Models name and text fields ID crosponds to adminbooks view page .