project/kovalenko-SCRUM-110-database-holes-visibility #34

Merged
Vladislav merged 8 commits from project/kovalenko-SCRUM-110-database-holes-visibility into dev 2026-03-26 16:09:41 +02:00
Showing only changes of commit ae10e212cb - Show all commits

View File

@@ -13,7 +13,6 @@ class ProcessedAgentDataInDB(BaseModel):
latitude: float
longitude: float
timestamp: datetime
visible: bool
# FastAPI models
@@ -50,4 +49,3 @@ class AgentData(BaseModel):
class ProcessedAgentData(BaseModel):
road_state: str
agent_data: AgentData
visible: bool