TWF UI and Hours Of Service


I finally got the UI to add drivers to TWF (Tandem Workflow) done. At least I got it to test. It was harder because I tried something new to me: verify unique usernames as you type. This required me to learn how to implement JS Promises because JS is Async. That means JS can return results (null, undefined or default) before the web request to the database returns our desired data. Promises wait for the web results and then continue execution from there.

Next on the list, Hours Of Service (HOS). I need to implement HOS for TWF. This includes the standard BOLT HOS and GeoTab. Keep Trucking, a new data provider, will also be added even though I don't know who will write that integration.

I got TWF HOS started but now I find myself waiting on Eleos to disable GeoTab in the sandbox so that I can see the HOS card. The HOS card is hidden while GeoTab is active.


Comments