[visual studio] Forms - Helena61/-bookshelf GitHub Wiki

Handling Books

Handling Books -> fromBooks.cs

This form is for (1) Adding a book (2) Edit a book (3) Delete a book

Books

Lacking functionality in the form.

  1. replace 'status' by Using 2-Radiobutton; default - book is not on loan - ability to toggle between 'on loan'/'not on loan'
  2. linking Book to Author
  3. Support for tags, ability to tag
  4. Field 'read or not' -> Use a drop-down-menu

Handling Authors

# Handling Authors -> frmAuthors.cs

Search; Start with C#, then R&Shiny

Search

  1. show all books , paging by default 10
  2. show all books on-loan
  3. show all books by author
  4. show all books that have been read
  5. show all books that have NOT been read
  6. show all books that you have started to read
  7. show all books from a certain 'förlag'