Compare commits

..

7 Commits

Author SHA1 Message Date
hasslesstech ad3c336ecf [P] Send only visible records from store on websocket connection
Component testing / Hub testing (push) Successful in 21s
Component testing / Store testing (push) Successful in 26s
Component testing / Integration smoke testing (push) Successful in 2m36s
2026-03-27 18:38:22 +02:00
hasslesstech 5c3010dcfe [P] Remove user_id from store <-> mapview interaction, fix update_db_record 2026-03-27 18:24:53 +02:00
hasslesstech 712691f3d2 [P] Sync the async function 2026-03-27 18:15:56 +02:00
Rhinemann f5486f0469 [P] Add database update after marker deletion.
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 34s
Component testing / Integration smoke testing (push) Successful in 2m54s
2026-03-27 16:41:39 +01:00
Rhinemann 51fca8436a [P] Code cleanup. 2026-03-27 16:41:39 +01:00
hasslesstech c5f6fbf7af [L4] Fix relative module imports 2026-03-27 16:41:39 +01:00
SimonSanich 7b02884b10 Add test for new records in DB 2026-03-27 16:41:38 +01:00
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ from datetime import datetime
import websockets
from kivy import Logger
from pydantic import BaseModel, field_validator
from config import STORE_HOST, STORE_PORT
+1 -1
View File
@@ -15,7 +15,7 @@ def test_create_processed_agent_data():
"user_id": 123,
"data": [
{
"road_state": "normal",
"road_state": "good",
"agent_data": {
"user_id": 999,
"accelerometer": {