updated TODO
This commit is contained in:
9
README
9
README
@@ -31,10 +31,13 @@ python3 main.py
|
||||
### TODO:
|
||||
- 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 add book to sub_book
|
||||
- need to delete 1 book from sub_book, loan
|
||||
- need to create/add books to loan
|
||||
- need to delete 1 book from sub_book
|
||||
- need to create loan
|
||||
- need to add books to loan (on loan page, and via a book search?)
|
||||
- need to delete book from loan
|
||||
- need to delete loan
|
||||
- need to delete all classes (and watch for referential integrity)
|
||||
- show books on shelf list
|
||||
- show books to buy view / printable
|
||||
- with ORM: should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)
|
||||
|
||||
Reference in New Issue
Block a user