cleared up status of deletions

This commit is contained in:
2020-12-26 21:44:26 +11:00
parent 800dcc0c25
commit 1319fef35c

4
README
View File

@@ -35,7 +35,9 @@ python3 main.py
- need to add books to loan (on loan page, and via a book search?) - need to add books to loan (on loan page, and via a book search?)
- need to delete book from loan - need to delete book from loan
- need to delete all classes (and watch for referential integrity) - need to delete all classes (and watch for referential integrity)
* book, condition, covertype, genre, loan * book
- can delete:
author, publisher, series, condition, covertype, owned, rating, genre, loan
- show books on shelf list - show books on shelf list
- show books to buy view / printable - 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()....) - with ORM: should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)