ZTL-ARTCC / Current_Website

vZTL's Official Website
GNU Affero General Public License v3.0
4 stars 7 forks source link

Realops: Associate Delta Connection flights to their regional carrier callsigns #541

Open kjporter opened 5 months ago

kjporter commented 5 months ago

Description The realops import task results in all Delta Connections flights labeled with their DAL callsigns. Re-associate these callsigns correctly by the regional carrier responsible for operating the flight (ex. SKW, EDV, RPA).

Acceptance Criteria

Accepted By:

Dev Notes Currently not sure how to do this, as the DL flight numbers don't align to a particular regional carrier.

XD Notes

Working Branch Realops-fix-callsign-issue

PR

650

Feature Toggle

QA Notes

Deployment Notes

c0repwn3r commented 2 months ago

FlightAware doesn't even give us this data in the API call we use. We'd need to make another API call to get these details.

Combined with other features that have been requested... we may wish to set aside some budget for FlightAware API costs. We could roll this into the feature that pulls the route for each flight, as it's the same API call, but it would double our API usage. It shouldn't be that much.. no more than $5-$10 I would estimate. Happy to cover if needed since I've been the one working on the FlightAware stuff