done witcher book additions

This commit is contained in:
2023-07-07 18:36:47 +10:00
parent 5166f27657
commit 44d653f820

11
TODO
View File

@@ -1,16 +1,6 @@
TODO: TODO:
* should show "Lost" books * should show "Lost" books
* add in Witcher books
The Last Wish
Sword of Destiny
Blood of Elves
Time of Contempt
Baptism of Fire
The Tower of the Swallow
The Lady of the Lake
Season of Storms (optional; explained below)
* 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 * 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
@@ -23,4 +13,3 @@ TODO:
* consider removing all direct sqls and using ORM properly: * consider removing all direct sqls and using ORM properly:
- grep 'with db.engine' *.py - grep 'with db.engine' *.py