This week I spent the majority of my time overhauling the iOS UI to
make the final presentation far more intuitive. For one, I added a map
view to the driver’s app. Now the driver can view his/her route on a
map OR as an itinerary list. The student’s app now also has a WAIT
view. Previously, the student app assumed request and
fulfillment happened simultaneously. The app now polls the server for
fulfillment. While polling, the app displays a “wait” view to signal
the vehicle has not yet arrived. Lastly, the dispatch module has been
updated to fill the entire browser window and resolve an issue where
routing updates would flicker.
@twood02
This week I spent the majority of my time overhauling the iOS UI to make the final presentation far more intuitive. For one, I added a map view to the driver’s app. Now the driver can view his/her route on a map OR as an itinerary list. The student’s app now also has a WAIT view. Previously, the student app assumed request and fulfillment happened simultaneously. The app now polls the server for fulfillment. While polling, the app displays a “wait” view to signal the vehicle has not yet arrived. Lastly, the dispatch module has been updated to fill the entire browser window and resolve an issue where routing updates would flicker.