Files Modified: BookshelfService.java
Issue: Clicking the "sort" causes all collection displays to disappear.
So changed the sortBookshelves in the BookshelfService to handle only
List<Bookshelf> bookshelves = getAllBookshelvesByUser();
Book detail page modification
Files Modified: bookdetail.js, bookdetail.html, bookdetail.css
Issue: no button for adding a book to the books-to-read
so I created one more button on the top right of the content container.
Created comment modal
Checked png
Also, I added checked.png. This icon will be displayed if the book is already in one of read, reading, wishlist. If the user clicks the wishlist icon, the book is added to the wishlist, and the wishlist icon changes into checked.png.
Display thumbnails on comment card
Files Modified:
BookshelfController.java
,bookshelf.js
,card.css
Fixed Collection sort function
Files Modified:
BookshelfService.java
Issue: Clicking the "sort" causes all collection displays to disappear. So changed the sortBookshelves in the BookshelfService to handle onlyList<Bookshelf> bookshelves = getAllBookshelvesByUser();
Book detail page modification
Files Modified:
bookdetail.js
,bookdetail.html
,bookdetail.css
Issue: no button for adding a book to the books-to-read so I created one more button on the top right of the content container.Created comment modal
Checked png
Also, I added
checked.png
. This icon will be displayed if the book is already in one of read, reading, wishlist. If the user clicks the wishlist icon, the book is added to the wishlist, and the wishlist icon changes into checked.png.bookclub detail page
made calendar.