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 API #118

Closed
9 tasks done
nabeelio opened this issue Jan 4, 2018 · 0 comments
Closed
9 tasks done

ACARS API #118

nabeelio opened this issue Jan 4, 2018 · 0 comments
Assignees

Comments

@nabeelio
Copy link
Owner

nabeelio commented Jan 4, 2018

Aircraft/Fare Related

  • /api/fleet/{id}

  • Include fare information

PIREP Related

Related to #35

  • /api/pireps/prefile

  • /api/pireps/{id}/acars/positions

  • /api/pireps/{id}/acars/logs

  • /api/pireps/{id}/route

    • POST Add the route points, either as a part or a single, include lat/lon
    • DELETE removes the entire route
  • /api/pireps/{id}/file

  • /api/pireps/{id}/cancel

  • /api/pireps/{id}/comments

    • POST Add a new comment
    • GET Get all of the comments
    • DELETE Delete a comment
  • Include fare information:

$pirep_fare_info = [
  'fares' => [
    'id' => 'FARE ID',
    'count' => 'NUMBER OF PASSENGERS',
  ],
];

Need to address

  • Cargo - include as another fare class, but specialized? Can maybe add a column to indicate passenger or cargo
@nabeelio nabeelio added the api label Jan 5, 2018
@nabeelio nabeelio added this to the alpha milestone Jan 5, 2018
@nabeelio nabeelio self-assigned this Jan 8, 2018
@nabeelio nabeelio removed this from the alpha milestone Jan 23, 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