rubiyat / library-management

0 stars 1 forks source link

Book serials #38

Open rubiyat opened 6 years ago

rubiyat commented 6 years ago
  1. Make a Model name it "BookSerial"
  2. Make a controller name it "BookSerialController"
  3. Make a folder in resources->view->admin name it "bookSerials" and create four page name "index.blade.php","edit.blade.php","show.blade.php","create.blade.php" in this folder.
  4. Make Menu for book serials on left side menu list.
  5. Add some data in manual way to book_serials table in database
  6. Show list of books from database book_serials table.
  7. Do not use blade code to design just use normal HTML.
  8. Add "plus" icon with "Add New Book" button and when user click on this button it redirect user to create new bookSerials page
  9. Add "eye" icon with show button and here only icon will be remain not the show text when user move the on courser on this icon it hover "Show" text.
  10. Add "pencil" icon with edit button and here only icon will be remain not the edit text when user move the on courser on this icon it hover "Edit" text.
  11. Add "trash" icon with delete button and here only icon will be remain not the delete text when user move the on courser on this icon it hover "Delete" text
  12. Make A design for create file
  13. Store all form data in bookSerials table
  14. When user click on Show button in index page of bookSerials ,it takes user to bookSerials Show page.
  15. Make A design for show file
  16. You must be write html code not laravel blade code for designing this view.
  17. show bookSerials Details data.Here i need only one bookSerials details data from database which i click on index page.
  18. I don't need list of bookSerials . example-i click on show button of bookSerials id-1 then it show me all details about bookSerials id-1 in show page.
  19. When user click on Edit button from bookSerials index page,it takes user to bookSerials Edit page.
  20. Make design for Edit file
  21. Update bookSerials data.
  22. When a user click on delete button of a data in index.html page from book page.The system will delete that bookSerials data from database.
tohasanali commented 6 years ago

Done in commit 633f9d59db6950e2438817d5677213a3540b85cd