ngcp-project / progress-board-tracker

Empty repository only meant for tracking cards inside project boards in NGCP
0 stars 0 forks source link

Disconnection Cycle Checker #74

Closed GuyWhoCode closed 1 month ago

GuyWhoCode commented 2 months ago

Task

Frontend

Check the timestamps of all vehicle telemetry data to calculate the delay between each telemetry response. If the delay is longer than 3 seconds, display a warning to the UI that a vehicle has disconnected and that the reconnection process has occurred.

Backend

Create a POST endpoint called reconnect that receives a disconnection message (most likely a boolean) from the Frontend. This will update a vehicle's status to reflect that its status is Disconnected.

GuyWhoCode commented 1 month ago

Closed because Khoi said so.