GTAS 1.7.0
Release notes GTAS 1.7.0
User Impact Stories:
• Update Flight Loading Page to show all flights by departure and arrival
• Improved loading time of passenger list page
• Added a noncontiguous trip type
• Added option to export grids to excel
• Updated flight grid to display ETA and ETD
• Added a help button that shows GTAS version number
• Fixed flight location bug
Bug fixes and Other Backend Enhancements:
• Updated backend to run with all UTC time zones
• Created cache for incoming messages; Messages now are never purely in memory
• Passengers inter-flight resolution updated with tiered system and strict system (instead of only first name and last name)
• Updated build process to pull from latest NPM repo
• Bug fixes related to link analysis
• Updated initial hibernate creation
Requirements to get from 1.6 to 1.7:
-
Run the database scripts, including the database migration for utc.
-
Add the following properties to the application properties:
message.dir.working=<Path to directory where to store parsed messages> message.dir.error=<Path to directory where to store failed messages> allow.loosen.resolution=true