cleared up status of deletions
This commit is contained in:
4
README
4
README
@@ -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()....)
|
||||||
|
|||||||
Reference in New Issue
Block a user