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)