Skip to content

Releases: 13014932/AssigmentBookShop

Updated Assigment V_0_16_1144

16 May 06:15
Compare
Choose a tag to compare

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

14 May 14:43
Compare
Choose a tag to compare

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

12 May 12:59
Compare
Choose a tag to compare

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

10 May 13:59
Compare
Choose a tag to compare

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

08 May 10:40
Compare
Choose a tag to compare

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

07 May 11:57
Compare
Choose a tag to compare

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

07 May 11:27
Compare
Choose a tag to compare

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

07 May 11:05
Compare
Choose a tag to compare

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

07 May 09:19
Compare
Choose a tag to compare
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 .