As an end user , I want to see the flight legs displayed in chronological order , so that I can better understand the trip itinerary. It is possible that booking detail TVL lines are missing a scheduled arrival time.
Since prime flight legs and booking details all have UTC times, we should just sort the flights by ETD. This should apply to all derived fields as well, like trip type.
Acceptance Criteria:
After sorting the calculations and table view by ETD in UTC, the following outcomes are expected:
The flight legs will be displayed in chronological order
trip types will be calculated correctly. Right now we're seeing too many non-contiguous
As an end user , I want to see the flight legs displayed in chronological order , so that I can better understand the trip itinerary. It is possible that booking detail TVL lines are missing a scheduled arrival time.
Since prime flight legs and booking details all have UTC times, we should just sort the flights by ETD. This should apply to all derived fields as well, like trip type.
Acceptance Criteria:
After sorting the calculations and table view by ETD in UTC, the following outcomes are expected: