ZTL-ARTCC / Current_Website

vZTL's Official Website
4 stars 7 forks source link

#549 Renames realops route parameter to gate #556

Closed kjporter closed 2 months ago

kjporter commented 2 months ago

This PR will:

iccowan commented 2 months ago

QA thoughts:

  1. When exporting, it still says "Route" instead of "Gate" as the label
  2. Could we try to put this gate section next to the flight number? I don't see the need for it to take a whole row for something that might take 4 characters max image
kjporter commented 2 months ago

@iccowan Thanks - great catches on both. Branch updated and ready for review. image

kjporter commented 2 months ago

We also need to amend the RealopsFlightImporter.php so the imports will work properly (sorry for missing this on the first pass)

That's another great catch! Changes applied. I also re-ordered the import columns so they match the export format (flight number and date were swapped)