diff --git a/README.md b/README.md index 82fe622..e44328b 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ This is a Python project to learn working with Flask. To make it useful for my d - [ ] Deploy the app to production (soc.joostagterhoek.nl) which first requires to follow some deployment and app organization tutorials (https://flask.palletsprojects.com/en/stable/tutorial/database/ for example) - [ ] Follow the example of the working 'packaging-flask-soc-site'-folder ánd incorporate config.py 'from config import config') - [ ] Implement caching across the entire website (now only for AbuseIPDB API requests) +- [ ] Rewrite lookup.html with grid and flex like in v3 +- [ ] Add lookup history and note taking page (clickable options at the top) +- [ ] Investigate single-page-app (AJAX) f.e. https://iq.opengenus.org/single-page-application-with-flask-ajax/