Compare commits

..

7 Commits

Author SHA1 Message Date
57a370ad69 [P] Remove trailing spaces
Some checks failed
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Has been cancelled
2026-03-27 19:51:27 +02:00
b2b8906478 [P] Remove uncessecary empty line 2026-03-27 19:49:18 +02:00
8a59f601c4 [P] Send only visible records from store on websocket connection 2026-03-27 19:49:18 +02:00
dc3e9b3e7a [P] Remove user_id from store <-> mapview interaction, fix update_db_record 2026-03-27 19:49:18 +02:00
0182d20348 [P] Sync the async function 2026-03-27 19:49:18 +02:00
adae93aba4 [P] Add database update after marker deletion. 2026-03-27 19:49:18 +02:00
2c4526d0ec [P] Code cleanup. 2026-03-27 19:49:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ class Datasource:
Logger.debug("CONNECT TO SERVER")
async with websockets.connect(uri) as websocket:
self.connection_status = "Connected"
self.websocket = websocket
self.websocket = websocket
try:
while True:
data = await websocket.recv()

View File

@@ -15,7 +15,7 @@ def test_create_processed_agent_data():
"user_id": 123,
"data": [
{
"road_state": "good",
"road_state": "normal",
"agent_data": {
"user_id": 999,
"accelerometer": {