diff --git a/api-v2/.coverage b/api-v2/.coverage new file mode 100644 index 00000000..f6c9494c Binary files /dev/null and b/api-v2/.coverage differ diff --git a/api-v2/app/__pycache__/__init__.cpython-312.pyc b/api-v2/app/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..7e7038e8 Binary files /dev/null and b/api-v2/app/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/app/__pycache__/main.cpython-312.pyc b/api-v2/app/__pycache__/main.cpython-312.pyc new file mode 100644 index 00000000..ed28658f Binary files /dev/null and b/api-v2/app/__pycache__/main.cpython-312.pyc differ diff --git a/api-v2/app/__pycache__/seed.cpython-312.pyc b/api-v2/app/__pycache__/seed.cpython-312.pyc new file mode 100644 index 00000000..0fb9f185 Binary files /dev/null and b/api-v2/app/__pycache__/seed.cpython-312.pyc differ diff --git a/api-v2/app/core/__pycache__/config.cpython-312.pyc b/api-v2/app/core/__pycache__/config.cpython-312.pyc new file mode 100644 index 00000000..42fc7e1c Binary files /dev/null and b/api-v2/app/core/__pycache__/config.cpython-312.pyc differ diff --git a/api-v2/app/core/__pycache__/db.cpython-312.pyc b/api-v2/app/core/__pycache__/db.cpython-312.pyc new file mode 100644 index 00000000..f40e2cfe Binary files /dev/null and b/api-v2/app/core/__pycache__/db.cpython-312.pyc differ diff --git a/api-v2/app/modules/__pycache__/__init__.cpython-312.pyc b/api-v2/app/modules/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..c2f54607 Binary files /dev/null and b/api-v2/app/modules/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/app/modules/__pycache__/deps.cpython-312.pyc b/api-v2/app/modules/__pycache__/deps.cpython-312.pyc new file mode 100644 index 00000000..a2a35ac9 Binary files /dev/null and b/api-v2/app/modules/__pycache__/deps.cpython-312.pyc differ diff --git a/api-v2/app/modules/__pycache__/router.cpython-312.pyc b/api-v2/app/modules/__pycache__/router.cpython-312.pyc new file mode 100644 index 00000000..17a355d5 Binary files /dev/null and b/api-v2/app/modules/__pycache__/router.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/__init__.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..824a68a7 Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/auth_controller.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/auth_controller.cpython-312.pyc new file mode 100644 index 00000000..4cae18ee Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/auth_controller.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/crud.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/crud.cpython-312.pyc new file mode 100644 index 00000000..c87c0330 Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/crud.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/models.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/models.cpython-312.pyc new file mode 100644 index 00000000..ac73dba9 Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/models.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/schemas.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/schemas.cpython-312.pyc new file mode 100644 index 00000000..96f588c6 Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/schemas.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/user_repo.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/user_repo.cpython-312.pyc new file mode 100644 index 00000000..42df62db Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/user_repo.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/user_roles.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/user_roles.cpython-312.pyc new file mode 100644 index 00000000..b627494f Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/user_roles.cpython-312.pyc differ diff --git a/api-v2/app/modules/access/__pycache__/users_controller.cpython-312.pyc b/api-v2/app/modules/access/__pycache__/users_controller.cpython-312.pyc new file mode 100644 index 00000000..7c142772 Binary files /dev/null and b/api-v2/app/modules/access/__pycache__/users_controller.cpython-312.pyc differ diff --git a/api-v2/app/modules/intake_profile/__pycache__/__init__.cpython-312.pyc b/api-v2/app/modules/intake_profile/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..a96c419f Binary files /dev/null and b/api-v2/app/modules/intake_profile/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/app/modules/intake_profile/__pycache__/controller.cpython-312.pyc b/api-v2/app/modules/intake_profile/__pycache__/controller.cpython-312.pyc new file mode 100644 index 00000000..61b6a05b Binary files /dev/null and b/api-v2/app/modules/intake_profile/__pycache__/controller.cpython-312.pyc differ diff --git a/api-v2/app/modules/tenant_housing_orgs/__pycache__/__init__.cpython-312.pyc b/api-v2/app/modules/tenant_housing_orgs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..8b7cf817 Binary files /dev/null and b/api-v2/app/modules/tenant_housing_orgs/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/app/modules/tenant_housing_orgs/__pycache__/controller.cpython-312.pyc b/api-v2/app/modules/tenant_housing_orgs/__pycache__/controller.cpython-312.pyc new file mode 100644 index 00000000..952b70c9 Binary files /dev/null and b/api-v2/app/modules/tenant_housing_orgs/__pycache__/controller.cpython-312.pyc differ diff --git a/api-v2/app/modules/tenant_housing_orgs/__pycache__/crud.cpython-312.pyc b/api-v2/app/modules/tenant_housing_orgs/__pycache__/crud.cpython-312.pyc new file mode 100644 index 00000000..cba1d303 Binary files /dev/null and b/api-v2/app/modules/tenant_housing_orgs/__pycache__/crud.cpython-312.pyc differ diff --git a/api-v2/app/modules/tenant_housing_orgs/__pycache__/models.cpython-312.pyc b/api-v2/app/modules/tenant_housing_orgs/__pycache__/models.cpython-312.pyc new file mode 100644 index 00000000..f229594b Binary files /dev/null and b/api-v2/app/modules/tenant_housing_orgs/__pycache__/models.cpython-312.pyc differ diff --git a/api-v2/app/modules/tenant_housing_orgs/__pycache__/schemas.cpython-312.pyc b/api-v2/app/modules/tenant_housing_orgs/__pycache__/schemas.cpython-312.pyc new file mode 100644 index 00000000..feee4fab Binary files /dev/null and b/api-v2/app/modules/tenant_housing_orgs/__pycache__/schemas.cpython-312.pyc differ diff --git a/api-v2/homeuniteus.db b/api-v2/homeuniteus.db new file mode 100644 index 00000000..d91c70c0 Binary files /dev/null and b/api-v2/homeuniteus.db differ diff --git a/api-v2/tests/__pycache__/__init__.cpython-312.pyc b/api-v2/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..167fc9c3 Binary files /dev/null and b/api-v2/tests/__pycache__/__init__.cpython-312.pyc differ diff --git a/api-v2/tests/__pycache__/cognito_setup.cpython-312.pyc b/api-v2/tests/__pycache__/cognito_setup.cpython-312.pyc new file mode 100644 index 00000000..42ca75fb Binary files /dev/null and b/api-v2/tests/__pycache__/cognito_setup.cpython-312.pyc differ diff --git a/api-v2/tests/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..e92e06d6 Binary files /dev/null and b/api-v2/tests/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/__pycache__/test_alembic_migration.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/__pycache__/test_alembic_migration.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..a4704a1d Binary files /dev/null and b/api-v2/tests/__pycache__/test_alembic_migration.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_authentication.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_authentication.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..c768f0e5 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_authentication.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_forms.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_forms.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..e7c0b2e4 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_forms.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_forms_schema.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_forms_schema.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..917e3795 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_forms_schema.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_host_controller.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_host_controller.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..46e49a40 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_host_controller.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_housing_orgs_controller.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_housing_orgs_controller.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..0b1ec830 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_housing_orgs_controller.cpython-312-pytest-8.3.3.pyc differ diff --git a/api-v2/tests/integration/__pycache__/test_user_repo.cpython-312-pytest-8.3.3.pyc b/api-v2/tests/integration/__pycache__/test_user_repo.cpython-312-pytest-8.3.3.pyc new file mode 100644 index 00000000..813a43a7 Binary files /dev/null and b/api-v2/tests/integration/__pycache__/test_user_repo.cpython-312-pytest-8.3.3.pyc differ diff --git a/backend/app/modules/access/auth_controller.py b/backend/app/modules/access/auth_controller.py index 20671e5f..3ad13af9 100644 --- a/backend/app/modules/access/auth_controller.py +++ b/backend/app/modules/access/auth_controller.py @@ -12,7 +12,7 @@ from app.modules.access.schemas import ( UserCreate, UserSignInRequest, UserSignInResponse, ForgotPasswordRequest, ConfirmForgotPasswordResponse, ConfirmForgotPasswordRequest, RefreshTokenResponse, InviteRequest, InviteResponse, UserRoleEnum, ConfirmInviteRequest, NewPasswordRequest) -from app.modules.access.models import ( UnmatchedGuestCase ) +from app.modules.workflow.models import ( UnmatchedGuestCase ) from app.modules.access.crud import create_user, delete_user, get_user from app.modules.deps import (SettingsDep, DbSessionDep, CognitoIdpDep, diff --git a/backend/app/modules/access/models.py b/backend/app/modules/access/models.py index f2b1cf31..226ed6af 100644 --- a/backend/app/modules/access/models.py +++ b/backend/app/modules/access/models.py @@ -34,4 +34,4 @@ class Role(Base): id = Column(Integer, primary_key=True, index=True) type = Column(String, nullable=False, unique=True) - users = relationship("User", back_populates="role") + users = relationship("User", back_populates="role") \ No newline at end of file