Fixed BUG-02 (recalc rating on book change), also added route to reset all ratings in Admin menu

This commit is contained in:
2021-01-10 11:11:04 +11:00
parent 6f5b65788d
commit 0f1cae267d

4
BUGs
View File

@@ -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/<id> 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)