adding a sub-book now works

This commit is contained in:
2020-12-26 19:11:43 +11:00
parent 6a72c6d9dd
commit 61629760cd
3 changed files with 64 additions and 47 deletions

2
README
View File

@@ -31,8 +31,6 @@ 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 add sub_book to parent book
** okay, tried to overload /book/<id> .. too hard, need to overload /book if anything... so add_sub button needs to call different URL, and then maybe this would work? ( if parent, then show extra bit AND, if parent, add the sub_book_link when adding new book???
- need to delete 1 sub_book from book
- need to add books to loan (on loan page, and via a book search?)
- need to delete book from loan