Fixed BUG-02 (recalc rating on book change), also added route to reset all ratings in Admin menu
This commit is contained in:
4
BUGs
4
BUGs
@@ -1,10 +1,6 @@
|
|||||||
#### BUGS (next-19)
|
#### BUGS (next-19)
|
||||||
|
|
||||||
### DB/back-end
|
### 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:
|
### 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)
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user