test file added & mongo tested

This commit is contained in:
2025-01-14 17:01:33 +03:00
parent 5a23d41eef
commit 08b1815156
36 changed files with 2497 additions and 506 deletions

View File

@@ -10,13 +10,12 @@ from sqlalchemy import (
ForeignKey,
Index,
TIMESTAMP,
func,
Text,
Numeric,
or_,
)
from ApiLibrary.date_time_actions.date_functions import system_arrow
from ApiLibrary import system_arrow, SelectActionWithEmployee
from Services.PostgresDb import CrudCollection
from ApiValidations.Request import (
InsertBuild,
@@ -24,8 +23,8 @@ from ApiValidations.Request import (
InsertBuildLivingSpace,
UpdateBuild,
)
# from databases.extensions.selector_classes import SelectActionWithEmployee
# from api_objects.auth.token_objects import EmployeeTokenObject, OccupantTokenObject
from ApiValidations.Custom.token_objects import EmployeeTokenObject, OccupantTokenObject
from LanguageModels.Database.building.build import (
BuildTypesLanguageModel,
Part2EmployeeLanguageModel,

View File

@@ -20,6 +20,7 @@ from ApiLibrary.date_time_actions.date_functions import system_arrow
from AllConfigs.Token.config import Auth, ApiStatic
from Services.PostgresDb import CrudCollection
# from databases.extensions import SelectAction, SelectActionWithEmployee
# from databases.extensions.auth import UserLoginModule
from ApiValidations.Request import InsertUsers, InsertPerson