Compare commits

..

13 Commits

Author SHA1 Message Date
9c7348ce95 [P] Add database update after marker deletion.
All checks were successful
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
f1d198741e [P] Code cleanup. 2026-03-27 16:34:21 +01:00
91dc8b284d [L4] Correct road state string 2026-03-27 16:34:21 +01:00
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
4c594bb7cc [P] Fix several crashes triggered in one call sequence
All checks were successful
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
9dcde8ef2a [P] Improve marker removal architecture to allow for future extensions
All checks were successful
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
2d10d13214 [P] Add touch handling (untested). 2026-03-26 21:12:48 +02:00
eeb3266a32 Correct pothole deletion function 2026-03-26 21:12:48 +02:00
de9ecda77f Use lat lon validation 2026-03-26 21:12:48 +02:00
030c6e5fe9 Add lat lon to pothole mapper 2026-03-26 21:12:48 +02:00
e455fc41de Add type hints 2026-03-26 21:12:48 +02:00
f12562eb02 [P] Add bump remove function 2026-03-26 21:12:48 +02:00

View File

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