From 3bbe971b92586804ea1e567c177c91e215859436 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 4 Jul 2023 22:20:03 +1000 Subject: [PATCH] remove done items --- TODO | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/TODO b/TODO index b798831..e46311b 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,11 @@ TODO: * book.parent is an array, not a dict - should change it over - * need to use ORM for all bal, bsl, etc. seems to be causing race conditions and or 'timeouts' - - sorting books on shelf. Up to Dune books --> is there an overarching series needed, and do it :) + * search on more than title, e.g. author, series, etc. * if we add a new parent book with sub-books into a series, with parent * book as 'null' sub_book_num, all the sub_books should be added somehow into series - but cant input numbering on parent book, so - don't allow adding parent, use a pop-up saying, add the first-child, and then auto-number from there - * remove all non-ORM CRUD: - - grep 'insert into' *.py [DONE] - - grep 'delete from' *.py [DONE] - * consider removing all direct sqls and using ORM properly: - grep 'with db.engine' *.py -