updated TODO

This commit is contained in:
2020-12-14 23:23:50 +11:00
parent 24210d365c
commit 8b9e017233

9
README
View File

@@ -31,10 +31,13 @@ python3 main.py
### TODO: ### TODO:
- when remove a Parent book from a series, what do we do? - when remove a Parent book from a series, what do we do?
(remove all sub books from series too?) (remove all sub books from series too?)
- need to delete all classes (and watch for referential integrity)
- need to add book to sub_book - need to add book to sub_book
- need to delete 1 book from sub_book, loan - need to delete 1 book from sub_book
- need to create/add books to loan - need to create loan
- need to add books to loan (on loan page, and via a book search?)
- need to delete book from loan
- need to delete loan
- need to delete all classes (and watch for referential integrity)
- show books on shelf list - show books on shelf list
- show books to buy view / printable - show books to buy view / printable
- with ORM: should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....) - with ORM: should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)