TODO-6 (add books to loan) is now complete, so loans are now fully functional... the whole pybook is now at least functional, more features/validation to come :)

This commit is contained in:
2021-01-04 22:28:35 +11:00
parent 6ff3d13713
commit 336ae4b67f
6 changed files with 60 additions and 10 deletions

2
README
View File

@@ -37,7 +37,6 @@ TODO-4: removing a subbook from a series
- dont allow it & say remove sub book form parent book before we can act on this. OR:
- popup with: this is a subbook, you want to remove the parent & all its sub books from the series?
TODO-5: should deleting really just ask if want to mark it as SOLD?
TODO-6: need to add books to loan (on loan page, and via a book search?)
TODO-8: show books on shelf list
TODO-9: show books to buy view / printable
TODO-11: show unrated books (with toggle to exclude those with missing in a series)
@@ -56,3 +55,4 @@ TODO-19: icons on wish list, etc.? (not sure I really want them, but if so)
TODO-20: ORM all books load is slow
- should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)
TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book)