feat: store results to database and UI updates (#1292)

* feat: store results to database and UI updates

* feat: update result caching and UI

* use system rules cache and improve result cache validation

* improve buttons and status messages

* improve error messaging for invalid caches

---------

Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com>
This commit is contained in:
Moritz
2023-02-06 16:37:19 +01:00
committed by GitHub
parent 8cb8cfdb46
commit fd70dc24df
5 changed files with 398 additions and 117 deletions

View File

@@ -79,4 +79,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-dncil.*]
ignore_missing_imports = True
ignore_missing_imports = True
[mypy-netnode.*]
ignore_missing_imports = True