added caching todo

This commit is contained in:
Joost Agterhoek 2025-03-20 10:19:33 +01:00
parent 9a1c99042f
commit d026d6ee29

View File

@ -13,3 +13,4 @@ This is a Python project to learn working with Flask. To make it useful for my d
- [x] Update the (currently broken) lookup of URLs
- [ ] Differentiate both the lookup functions (the Host class initialization) and the result HTML/Jinja-pages on host type
- [ ] 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)
- [ ] Implement caching across the entire website (now only for AbuseIPDB API requests)