diff --git a/BUGs b/BUGs index 5238dab..cac0e6a 100644 --- a/BUGs +++ b/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 diff --git a/TODO b/TODO index e46311b..2363fa7 100644 --- a/TODO +++ b/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//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