new BUGs, reformatting again
This commit is contained in:
9
README
9
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user