US-CBP / GTAS

Global Travel Assessment System | A passenger data screening and analysis system for enhancing global security
https://us-cbp.github.io/GTAS/
Other
115 stars 76 forks source link

Passenger Details | PNR Tab Itinerary table sorting #1738

Closed dje04001 closed 4 years ago

dje04001 commented 4 years ago

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:

dje04001 commented 4 years ago

It looks like the leg number assigned is based on order of appearance in the PNR itself, rather than creating a list and sorting based on ETD (UTC).

dje04001 commented 4 years ago

appears to be working.