updated bugs - added more to the list of unordered associations, not just author, but series too... adds in any old order
This commit is contained in:
7
BUGs
7
BUGs
@@ -1,10 +1,9 @@
|
|||||||
* series does not deal with calcd_rating...
|
* 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)
|
(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)
|
* 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)
|
|
||||||
* add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num)
|
|
||||||
* show books, only shows first author
|
* show books, only shows first author
|
||||||
* starting on series remove button. If we click a subbook, then remove series button needs to be clever (might need client-side validation / confirmation, eg. this is a subbook, you want to remove all of the sub books from the series?)
|
* starting on series remove button. If we click a subbook, then remove series button needs to be clever (might need client-side validation / confirmation, eg. this is a subbook, you want to remove all of the sub books from the series?)
|
||||||
* series: 112, book/sub-book ordering is broken
|
* series: 112, book/sub-book ordering is broken
|
||||||
|
* author,series, etc. do not have explicit ordering like sub-books... sort of irritating / needs code and DB fix
|
||||||
** I have made a mess of the series_div stuff && its just complex, is it the best solution?
|
* add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num)
|
||||||
|
* if you remove a series from a book, it won't appear in the series drop-down if it is the first 'missing' book in that series -- either reset the list, or show all series always?
|
||||||
|
|||||||
Reference in New Issue
Block a user