new BUGs, reformatting again

This commit is contained in:
2020-12-31 12:33:56 +11:00
parent ddfd0b878b
commit cf344d6439
2 changed files with 18 additions and 4 deletions

9
README
View File

@@ -23,13 +23,14 @@ pip3 install --user flask sqlalchemy flask-sqlalchemy flask-marshmallow SQLAlche
# run the web server by:
python3 main.py
### MAYBE:
when moving a book in a series (which is part of 2 series), do we pop-up
offer to move parent/child series orders as well to match (think Thomas Covenant)
### Remember:
MUST use form.errors when we have a validator that is fancier than not empty (year_published in book and num_books in series SO FAR)
#### MAYBEs:
MAYBE-1: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)
#### TODOS:
TODO-1 consider created/modifed for all fields? but mostly are they set via ORM for new books?
* No, not being set...
TODO-2 need to delete 1 sub_book from book