From 8b9e017233f6b54fc821e5f65b8c600a2d7763e0 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 14 Dec 2020 23:23:50 +1100 Subject: [PATCH] updated TODO --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index cac3d46..162ba42 100644 --- a/README +++ b/README @@ -31,10 +31,13 @@ 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 book to sub_book - - need to delete 1 book from sub_book, loan - - need to create/add books to loan + - need to delete 1 book from sub_book + - 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 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()....)