From 29157a48dd648ec8f94a4e2a8aa8fa39fd8f11c6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 4 Jul 2023 22:19:40 +1000 Subject: [PATCH] update BUG details --- BUGs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/BUGs b/BUGs index d5ace37..5238dab 100644 --- a/BUGs +++ b/BUGs @@ -5,15 +5,12 @@ BUG-7: if you remove a series from a book, it won't appear in the series drop-d BUG-30: failed to add a book with 2 x same author (need to catch error or maybe mess with author list to remove duplicate potentials?) - BUG-31: series does not have 'series_num', so a book in 2 series, means he ordering is not explicit - -- UNSURE this is an issue, as 2 series would normally be 1 inside - a larger one, and numbering implies the inner (smaller number), and - outer has explicity overall ordering of books in both series, so - should be ok? + -> NEED TO display them in order of smallest num_books first BUG-35: when I created a new book with 2 authors, on wish list, with 2 series (even 1 seems ot be an issue) - A weird internal flask external_validators issue was raised. testing in DEV it works, trying in container I get the book being added, but the series is not + - test in PROD, now we have removed CRUD direct sqls BUG-36: when creating a book and missing genre BUT also on wish list, it says its not on wishlist