went through book shelves carefully, detected Lost books, and create some more TODOs and some BUGs
This commit is contained in:
6
BUGs
6
BUGs
@@ -15,3 +15,9 @@ BUG-35: when I created a new book with 2 authors, on wish list, with 2 serie
|
||||
BUG-36: when creating a book and missing genre BUT also on wish list, it says its not on wishlist
|
||||
|
||||
BUG-37: should allow deleting from 'On Wishlist' as well
|
||||
|
||||
BUG-38: books on shelf should not show books on Loan
|
||||
|
||||
BUG-39: Loaned to "info box" is below save, not to the left? (or somehow better anyway, it looks pox now)
|
||||
|
||||
BUG-40: create Author, publisher, genre, condition, covertype all fail with internal server error
|
||||
|
||||
15
TODO
15
TODO
@@ -1,6 +1,21 @@
|
||||
TODO:
|
||||
* should show "Lost" books
|
||||
|
||||
* add in Witcher books
|
||||
The Last Wish
|
||||
Sword of Destiny
|
||||
Blood of Elves
|
||||
Time of Contempt
|
||||
Baptism of Fire
|
||||
The Tower of the Swallow
|
||||
The Lady of the Lake
|
||||
Season of Storms (optional; explained below)
|
||||
|
||||
* book.parent is an array, not a dict - should change it over
|
||||
|
||||
* search, probably all books.html, don't deal with sub books and/or series ordering. Probably should at least do subs ordering (so the code I wrote for author/<id>/books) and use that for search for example
|
||||
- test with search for 'dune'
|
||||
|
||||
* search on more than title, e.g. author, series, etc.
|
||||
|
||||
* if we add a new parent book with sub-books into a series, with parent * book as 'null' sub_book_num, all the sub_books should be added somehow into series - but cant input numbering on parent book, so
|
||||
|
||||
Reference in New Issue
Block a user