diff --git a/README b/README index 6510d7d..cac3d46 100644 --- a/README +++ b/README @@ -30,12 +30,11 @@ python3 main.py ### TODO: - when remove a Parent book from a series, what do we do? + (remove all sub books from series too?) - need to delete all classes (and watch for referential integrity) - - need to add 1 author to book, book to sub_book, series - - need to delete 1 author from book - - need to delete 1 book from sub_book, series, loan + - need to add book to sub_book + - need to delete 1 book from sub_book, loan - need to create/add books to loan - - add stats page - show books on shelf list - show books to buy view / printable - - with ORM: do I to 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()....)