diff --git a/README b/README index 630513a..93a2a1d 100644 --- a/README +++ b/README @@ -35,7 +35,9 @@ python3 main.py - need to add books to loan (on loan page, and via a book search?) - need to delete book from loan - 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 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()....)