diff --git a/BUGs b/BUGs index 8ab8305..6463213 100644 --- a/BUGs +++ b/BUGs @@ -1,10 +1,12 @@ -http://mara.ddp.net:5000/series/40 -- book 4 and also 1 of another (sub) series has up arrows disabled and shouldn't - -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) - -moving a book (with sub-books) up/down in series will fail as the book_id is not in the book_series_link - likely logic... for each sub-book... swap new book with sub-book#1, then for all other sub-books, up/down by 1 +moving a book: + with sub-books: up/down in series will fail as the book_id is not in the book_series_link + likely logic... for each sub-book... swap new book with sub-book#1, then for all other sub-books, up/down by 1 + with book 6 of 11, and there is no book 7: see series (Wars of Light and Shadow) + likely logic... if no bsl2, then just increase/decrease bsl1.book_num --> + (it would also break if we had say books 1-5 & 8 and tried to move 8 down to 7) 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) + +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) +