update data based on selected company (#122)

Added UI elements to select a company and update shown data depending on chosen company



---------

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
KM-R
2023-09-19 23:45:10 +02:00
committed by GitHub
parent 80f077ee7a
commit 487b2f42d1
15 changed files with 900 additions and 732 deletions

View File

@ -6,7 +6,7 @@ requires = ["poetry-core"]
target-version = ["py311"]
[tool.coverage.report]
exclude_also = ["if __name__ == .__main__.:"]
exclude_also = ["if __name__ == .__main__.:", "if not isinstance(engine, Engine):"]
[tool.coverage.run]
branch = true
@ -81,7 +81,7 @@ mypy = "^1.5.1"
pandas-stubs = "^2.0.3.230814"
pip-audit = "^2.6.1"
pip-licenses = "^4.3.2"
ruff = "^0.0.289"
ruff = "^0.0.290"
types-cachetools = "^5.3.0.6"
types-pyOpenSSL = "*"
types-requests = "^2.31.0.2"