moved an item from a TODO to a new BUG-46
This commit is contained in:
6
BUGs
6
BUGs
@@ -1,5 +1,9 @@
|
|||||||
#### BUGS (next-46)
|
#### BUGS (next-47)
|
||||||
|
|
||||||
BUG-42: can add a sub_book_num for a series that has already been taken (or is invalid, e.g. 9999) -- DB does not enforce either
|
BUG-42: can add a sub_book_num for a series that has already been taken (or is invalid, e.g. 9999) -- DB does not enforce either
|
||||||
|
|
||||||
BUG-45: create a new book, fail (say for now year), and it loses the series you already set in the new html
|
BUG-45: create a new book, fail (say for now year), and it loses the series you already set in the new html
|
||||||
|
|
||||||
|
BUG-46: search (and really all books.html usage), don't deal with sub books and/or series ordering. Probably should at least do subs ordering
|
||||||
|
(so the code I wrote for author/<id>/books) and use that for search for example
|
||||||
|
- test with search for 'dune'
|
||||||
|
|||||||
3
TODO
3
TODO
@@ -1,9 +1,6 @@
|
|||||||
TODO:
|
TODO:
|
||||||
* book.parent is an array, not a dict - should change it over
|
* book.parent is an array, not a dict - should change it over
|
||||||
|
|
||||||
* search, probably all books.html, don't deal with sub books and/or series ordering. Probably should at least do subs ordering (so the code I wrote for author/<id>/books) and use that for search for example
|
|
||||||
- test with search for 'dune'
|
|
||||||
|
|
||||||
* search on more than title, e.g. author, series, etc.
|
* search on more than title, e.g. author, series, etc.
|
||||||
|
|
||||||
* if we add a new parent book with sub-books into a series, with parent * book as 'null' sub_book_num, all the sub_books should be added somehow into series - but cant input numbering on parent book, so
|
* if we add a new parent book with sub-books into a series, with parent * book as 'null' sub_book_num, all the sub_books should be added somehow into series - but cant input numbering on parent book, so
|
||||||
|
|||||||
Reference in New Issue
Block a user