Compare commits

..

13 Commits

Author SHA1 Message Date
Rhinemann 9c7348ce95 [P] Add database update after marker deletion.
Component testing / Hub testing (push) Successful in 20s
Component testing / Store testing (push) Successful in 26s
Component testing / Integration smoke testing (push) Successful in 2m34s
2026-03-27 16:34:21 +01:00
Rhinemann f1d198741e [P] Code cleanup. 2026-03-27 16:34:21 +01:00
hasslesstech 91dc8b284d [L4] Correct road state string 2026-03-27 16:34:21 +01:00
hasslesstech d0c9a507a9 [L4] Fix relative module imports 2026-03-27 16:34:14 +01:00
SimonSanich bb74e1d1eb Add test for new records in DB 2026-03-27 16:33:16 +01:00
hasslesstech 4c594bb7cc [P] Fix several crashes triggered in one call sequence
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 23s
Component testing / Integration smoke testing (push) Successful in 2m34s
2026-03-26 22:18:02 +02:00
hasslesstech 9dcde8ef2a [P] Improve marker removal architecture to allow for future extensions
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 21s
Component testing / Integration smoke testing (push) Successful in 2m56s
2026-03-26 21:12:48 +02:00
Rhinemann 2d10d13214 [P] Add touch handling (untested). 2026-03-26 21:12:48 +02:00
Rhinemann eeb3266a32 Correct pothole deletion function 2026-03-26 21:12:48 +02:00
Rhinemann de9ecda77f Use lat lon validation 2026-03-26 21:12:48 +02:00
Rhinemann 030c6e5fe9 Add lat lon to pothole mapper 2026-03-26 21:12:48 +02:00
Rhinemann e455fc41de Add type hints 2026-03-26 21:12:48 +02:00
Rhinemann f12562eb02 [P] Add bump remove function 2026-03-26 21:12:48 +02:00
+1 -1
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": {