MultiCrew / copilot

Flight simulator shared cockpit organisation and dispatch tool
MIT License
3 stars 0 forks source link

Use airport IDs rather than ICAO codes #166

Open hcphoon01 opened 3 years ago

hcphoon01 commented 3 years ago

Consider using the airport IDs in the airports table rather than using the ICAO codes in the departure and arrival JSON objects in both the flight_requests and archived_flights tables. The same logic can be applied to both but some research will need to be done to see how eloquent arrays and relationships work together