update BUGs and README, to show issues with saving book... Many fields now save, but still some bugged or not tried

This commit is contained in:
2020-12-01 20:39:40 +11:00
parent ae9e43964f
commit b5e9c41cfd
3 changed files with 24 additions and 9 deletions

4
BUGs
View File

@@ -3,3 +3,7 @@ series does not deal with calcd_rating...
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)
book form is not validating (year published)
save book, notes/forms not sticking
tried publisher, firstly the <input ...> has id="publisher", but not
name="publisher", so request.form does not have field publisher, hand-hacking that and then int/str mismatch... I think need to read up on how to take select 'value' as the int value of the chosen option