Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACARS table should save the route #102

Closed
3 of 4 tasks
nabeelio opened this issue Jan 1, 2018 · 0 comments
Closed
3 of 4 tasks

ACARS table should save the route #102

nabeelio opened this issue Jan 1, 2018 · 0 comments
Assignees
Milestone

Comments

@nabeelio
Copy link
Owner

nabeelio commented Jan 1, 2018

While the actual flight path is being saved, the underlying route is calculated dynamically from the route column, based on the navdata that's loaded into the database.

  • Add a column for type, to hold an enum of AcarsType
  • Add enum AcarsType
  • When ACARS updates are sent, save with type of ACARS::FLIGHT_PATH
  • When the final file step is called, generated the ACARS route data as AcarsType::ROUTE

AcarsType

  • FLIGHT_PATH - this is the actual route being flown
  • ROUTE - this is the filed route
class AcarsType {
    FLIGHT_PATH = 0;
    ROUTE = 1;
}
@nabeelio nabeelio self-assigned this Jan 1, 2018
@nabeelio nabeelio added this to the alpha milestone Jan 1, 2018
@nabeelio nabeelio closed this as completed Jan 4, 2018
@nabeelio nabeelio modified the milestone: alpha Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant