added TODO-22 adding a sub-book when the parent book is in a series, need to add a bsl for it

This commit is contained in:
2021-01-06 23:25:29 +11:00
parent 024a2a12a1
commit 815cdf0291

1
README
View File

@@ -55,3 +55,4 @@ TODO-19: icons on wish list, etc.? (not sure I really want them, but if so)
TODO-20: ORM all books load is slow TODO-20: ORM all books load is slow
- should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....) - should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)
TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book) TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book)
TODO-22: adding a sub-book when the parent book is in a series, need to add a bsl for it and make it the next (probably)