Create multi page layout (#147)

Created two pages (home and company), page reloads after company
selection in dropdown or clicking the home button.
This commit is contained in:
KM-R
2023-09-26 18:38:40 +02:00
committed by GitHub
parent 5fa7cd230a
commit 9566276047
13 changed files with 261 additions and 71 deletions

View File

@ -30,7 +30,7 @@ warn_unused_ignores = false
authors = ["AKI Projektgruppe 23"]
description = "A project analysing the german transparenzregister and other data sources to find shared business interests and shared personal and other links for lots of companies."
name = "aki-prj23-transparenzregister"
packages = [{include = "aki_prj23_transparenzregister", from = "src"}]
packages = [{ include = "aki_prj23_transparenzregister", from = "src" }]
readme = "README.md"
version = "0.1.0"
@ -41,7 +41,7 @@ cachetools = "^5.3.1"
dash = "^2.13.0"
dash-auth = "^2.0.0"
dash-bootstrap-components = "^1.5.0"
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
deutschland = { git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support" }
loguru = "^0.7.0"
matplotlib = "^3.7.2"
psycopg2-binary = "^2.9.7"
@ -59,7 +59,7 @@ processing = []
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn"]
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.9.1"}
black = { extras = ["jupyter"], version = "^23.9.1" }
jupyterlab = "^4.0.6"
nbconvert = "^7.8.0"
openpyxl = "^3.1.2"
@ -105,6 +105,7 @@ pytest-repeat = "^0.9.1"
copy-sql = "aki_prj23_transparenzregister.utils.sql.copy_sql:copy_db_cli"
data-transfer = {reference = "aki_prj23_transparenzregister.utils.data_transfer:transfer_data", extras = ["processing"], type = "console"}
reset-sql = {reference = "aki_prj23_transparenzregister.utils.sql.connector:reset_all_tables", extras = ["processing"], type = "console"}
webserver = "aki_prj23_transparenzregister.ui.app:main"
[tool.ruff]
exclude = [