ToDoListItems

Id 557
Task <p><strong>Bookings index</strong></p><ul><li>In each transfer (T1..T4), show as much info as possible<ul><li>Flights. &nbsp;Blue for Arrival, Green for Departure. &nbsp;Hover for flight details including scheduled and actual times. &nbsp; &nbsp;Show a warning sign if later than x</li><li>Completed trips background colour green</li><li>Accommodation via a popup (name, address. afiiliate, diff access)</li><li>Times shown in icon with error sign if missing or late</li></ul></li></ul><p>Bookings</p><ul><li>Show updated flight details in each booking, including flight times when departed/arrived&nbsp;</li></ul><p>&nbsp;</p><p><strong>Flight trips</strong></p><ul><li>I am developing a PHP symfony PS project that looks at flight times. &nbsp;I have 2 sources for the scheduled flight times (departure and arrival) data and i want to use both to cross-check. &nbsp;My fields &nbsp;are respectively &nbsp;1) scheduledDepartureTime and scheduledDepartureTimeGvach &nbsp;and 2) scheduledArrivalTime and scheduledArrivalTimeGvach</li><li>In order to save real estate on the page I want to consolidate this data to a single figure, but have colours identify any discrepancies. &nbsp; My thought is that the display should be (using departures es the example)<ul><li>If only the scheduledDeparture time is present (and the scheduledDepartureTimeGvach is null), then display the scheduledDeparture, in grey</li><li>If both scheduledDeparture &nbsp;and scheduledDepartureTimeGvach &nbsp;are availablen and the the same then display either one (scheduledDepartureTimeGvach) in black</li><li>If both are available but are different by more than 10mins, the show scheduledDepartureTimeGvach &nbsp;in black with red !, with the ability to show the scheduledDepartureTime via a tooltip/hover</li></ul></li></ul><p>&nbsp;</p>
Status Complete
Priority 1
Return to list Edit
Loading…
Loading the web debug toolbar…
Attempt #