Compare commits

..

No commits in common. "d026d6ee29effb7871faf988f070214b1f79fb7c" and "9711d760dd825ca6b1c05a6692beef782bdb2504" have entirely different histories.

View File

@ -10,7 +10,5 @@ This is a Python project to learn working with Flask. To make it useful for my d
- [ ] start working again on the upload feature to analyze hosts in a text or csv file :paperclip: - [ ] start working again on the upload feature to analyze hosts in a text or csv file :paperclip:
- [x] parse and display lookup results for multiple, differently typed and separated hosts (look at parsing in [gui-host-lookup](https://code.joostagterhoek.nl/joost/gui-host-lookup/)) :100: - [x] parse and display lookup results for multiple, differently typed and separated hosts (look at parsing in [gui-host-lookup](https://code.joostagterhoek.nl/joost/gui-host-lookup/)) :100:
- [ ] Make the foldable detail lines more useful and readable - [ ] Make the foldable detail lines more useful and readable
- [x] Update the (currently broken) lookup of URLs - [ ] 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 - [ ] 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)