WaiveCar / Waivecar

Waivecar
https://waivecar.com
0 stars 0 forks source link

Telematics Integration #1580

Open daleighan opened 4 years ago

daleighan commented 4 years ago

Goals:

Parts of the project:

daleighan commented 4 years ago

The "thing" to test in amazon console has an id of 0123B5829E389548EE

daleighan commented 4 years ago

It will work by communicating with this: https://github.com/WaiveCar/WaiveTelemWebApp Car entries will have a flag that shows which kind of telematics are used. The data from our unite needs to be sanitized to look like the data from invers before it can be used. The work will likely all be able to be done within cars-controller, though the active-booking loop will also need to be checked.

daleighan commented 4 years ago
alter table cars add column is_invers boolean default true;
daleighan commented 4 years ago

An additional item that will need to be handled in this work is the fetching. At the end, we will also need to comment back in the fetching of invers cars in the getAllDevices function. Car-service line 480 will also needed to be commented back in