From 4691e508115c2115e938a55185f7c18d71edf238 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 14 Dec 2020 23:21:10 +1100 Subject: [PATCH] updated TODO --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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()....)