removed temporary Mermaid diagram, added new todo
This commit is contained in:
parent
196f1d5cbb
commit
3210e2af04
@ -4,13 +4,10 @@ This is a Python project to learn working with Flask. To make it useful for my d
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Testing a Mermaid graph to work out the flow of the website:
|
Testing a Mermaid graph to work out the flow of the website
|
||||||
```mermaid
|
|
||||||
graph TD
|
|
||||||
Start --> End
|
|
||||||
```
|
|
||||||
|
|
||||||
## Todos
|
## Todos
|
||||||
|
- [ ] Turn manual wheel build process into a CI/CD pipeline
|
||||||
- [ ] reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) 📧
|
- [ ] reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) 📧
|
||||||
- [ ] try to incorporate OTX Alienvault results (unfortunately the historical telemetry is not possible via the API...) 👽
|
- [ ] try to incorporate OTX Alienvault results (unfortunately the historical telemetry is not possible via the API...) 👽
|
||||||
- [ ] 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:
|
||||||
@ -23,5 +20,5 @@ Start --> End
|
|||||||
- [ ] Implement caching across the entire website (now only for AbuseIPDB API requests)
|
- [ ] Implement caching across the entire website (now only for AbuseIPDB API requests)
|
||||||
- [x] Rewrite lookup.html with grid and flex like in v3
|
- [x] Rewrite lookup.html with grid and flex like in v3
|
||||||
- [x] Add lookup history and note taking page (clickable options at the top)
|
- [x] 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/
|
- [ ] Investigate single-page-app (AJAX) f.e. https://iq.opengenus.org/single-page-application-with-flask-ajax/
|
||||||
- [ ] Think about and handle security risks (research rate limiting in Nginx)
|
- [ ] Think about and handle security risks (research rate limiting in Nginx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user