updated README to reflect next steps (will use flask-wtf and flask-boostrap), but proof-of-concept author/<id> works to save to database with a form / POST

This commit is contained in:
2020-11-11 19:23:48 +11:00
parent f7ea6870d2
commit a4dca1dbf5
4 changed files with 62 additions and 12 deletions

6
README
View File

@@ -16,7 +16,7 @@ python3 main.py
### TODO:
- book subbook link will be next real challenge (with raw sql for now)
- then next challenge will be to make single book page an edit / save
- then its just finish this off :)
- fix up lame book linkages to tabels that are so not 3nf, *_LST tables, etc.
- use flask-wtf and flask-bootstrap, see this: https://medium.com/better-programming/how-to-use-flask-wtforms-faab71d5a034 for author/<id>
- consider getting rest of Book class connected, e.g. series, loan, etc.
- see if we can break this out of main.py -- can't recall what was circular about this, but at least the wtf bits seem to be able to be moved out, so why not do that