From 0f1cae267d29e63b309b24e48053cca3619aa5f4 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 10 Jan 2021 11:11:04 +1100 Subject: [PATCH] Fixed BUG-02 (recalc rating on book change), also added route to reset all ratings in Admin menu --- BUGs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUGs b/BUGs index a317411..15f5cb4 100644 --- a/BUGs +++ b/BUGs @@ -1,10 +1,6 @@ #### BUGS (next-19) ### DB/back-end -BUG-2: series does not deal with calcd_rating... - - (on edit could, recalc as a catch-all, and obviously if we change a single book's rating, we should re-calc) - OK: have a once-off reset calc values (have an admin route for it, why not - leverage the Calc func in series.py) - THEN: any POST to /book/ with a series, then re-calc (with Calc func) for just this series ### UI not updating after DB change: BUG-3: alter a condition, covertype, etc. and its not in drop-down list (even though db look via index is correct, e.g books.html shows updated covertype)