updated TODO

This commit is contained in:
2020-12-14 23:21:10 +11:00
parent c102b93872
commit 4691e50811

9
README
View File

@@ -30,12 +30,11 @@ python3 main.py
### TODO: ### TODO:
- when remove a Parent book from a series, what do we do? - when remove a Parent book from a series, what do we do?
(remove all sub books from series too?)
- need to delete all classes (and watch for referential integrity) - need to delete all classes (and watch for referential integrity)
- need to add 1 author to book, book to sub_book, series - need to add book to sub_book
- need to delete 1 author from book - need to delete 1 book from sub_book, loan
- need to delete 1 book from sub_book, series, loan
- need to create/add books to loan - need to create/add books to loan
- add stats page
- show books on shelf list - show books on shelf list
- show books to buy view / printable - show books to buy view / printable
- with ORM: do I to lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....) - with ORM: should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)