ToDoListItems

Id 535
Task <p><strong>Transfer_macro</strong></p><ul><li>When you have a flight, display the flight details so easy on the eye - presumably this can be der0vied from the flight id:<ul><li>Flight #/airline</li><li>To/From</li><li>Either the Scheduled Departure (for depatures) or Arrival (for Arrivals) time</li><li>Updated time (ie delays etc)</li></ul></li><li>In the Transfer_macro, when spooling through the flights, only show the flights where the Date of the flight equals the date of the trip and the ‘direction’ is correct, namely:<ul><li><strong>Airport pickups</strong>: (ie meeting clients at the airport and taking to the resort- i.e. destinationStart = Airport) - then we are meeting a flight arrival<ul><li>If transfer.destinationStart = 'GVA", &nbsp;then look for flightTrips where flightTrip.arrivalAirport = destinationStart &nbsp;</li></ul></li><li><strong>Airport dropoffs</strong>: (ie depositing &nbsp;clients at the airport and starting from the resort- i.e. destinationEnd = Airport) - then we are meeting a flight departure<ul><li>If transfer.destinationEnd = 'GVA", &nbsp;then look for flightTrips where flightTrip.departureAirport = destinationEnd &nbsp;</li></ul></li></ul></li><li>Compute the pickup time derived from flight or train times<ul><li>For pickups it is the flight/train arrival time plus the baggage time (eg 20mins for flights, 2mins for trains)</li><li>For drop-offs &nbsp;(going to the airport), you have to work backwards from take flight time…. less commute time (see routes entity) and the check-in time allowance ,<ul><li>System Settings contain the airport and train station delays</li></ul></li></ul></li></ul>
Status Pending
Priority 1
Return to list Edit
Loading…
Loading the web debug toolbar…
Attempt #