latest todos

This commit is contained in:
Joost Agterhoek 2025-04-10 15:37:23 +02:00
parent 7385ee9aae
commit c1f3b695a9

View File

@ -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) - [ ] 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') - [ ] 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) - [ ] 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/