From 9571c45def954012ff9356db6ad28f2e10203ba2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 30 Dec 2020 23:40:52 +1100 Subject: [PATCH] refined notes around series and validation logic --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 6855e6b..5dd09e5 100644 --- a/README +++ b/README @@ -30,10 +30,11 @@ python3 main.py ### TODO: - need to trap failed sqls (e.g. delete a used foreign key - like a rating, should say gracefully alert you) - done for: - - condition, covertype, genre, owned, rating: CRUD done + - condition, covertype, genre, owned, rating, series: CRUD done - book update, delete -- I guess we could check for 'duplicate' book creation... - - NEXT: series (see BUGs), author, publisher + ALSO series delete has different order of button and form.validate(), needed to work... + MUST use this when we have a validator that is fancier than not empty (year_published in book and num_books in series SO FAR) - consider created/modifed for all fields? but mostly are they set via ORM for new books? * No, not being set... - need to delete 1 sub_book from book