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:
6
README
6
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user