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. Blue for Arrival, Green for Departure. Hover for flight details including scheduled and actual times. 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 </li></ul><p> </p><p><strong>Flight trips</strong></p><ul><li>I am developing a PHP symfony PS project that looks at flight times. I have 2 sources for the scheduled flight times (departure and arrival) data and i want to use both to cross-check. My fields are respectively 1) scheduledDepartureTime and scheduledDepartureTimeGvach 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. 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 and scheduledDepartureTimeGvach 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 in black with red !, with the ability to show the scheduledDepartureTime via a tooltip/hover</li></ul></li></ul><p> </p> |
Status | Complete |
Priority | 1 |