Update goals

master
josiah 3 years ago
parent e7729d79e9
commit 32d9eaca2a

@ -9,6 +9,7 @@ Listen for http posts on two routes,
** roadmap
- [X] listen for posts on a specific url
- [X] save data extracted from body of post to sqlite
- [X] actually get the tox/make/linting shit to work
- [ ] Write directory handling stuff for new db create
- [ ] Make sure logging is working as expected; i think i've done something wrong with naming with caps.
- [ ] Migrate away from flask's dev server and use a real WSGI server per the in-app warning