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

Aircraft can request and receive multiple oceanic clearances #26

Open
erikquinn opened this issue Jan 31, 2023 · 1 comment
Open

Aircraft can request and receive multiple oceanic clearances #26

erikquinn opened this issue Jan 31, 2023 · 1 comment

Comments

@erikquinn
Copy link

erikquinn commented Jan 31, 2023

Though I don't believe they can have multiple requests, aircraft can receive multiple oceanic clearances. They request one, get a clearance, can request another, which can also result in a second clearance. Both the active request and the pending RCL were shown in their respective lists. Shouldn't it not be possible to have duplicates?

Some thought should go into how to proceed:

  • should it reject the attempt to request a new clearance when one is active?
  • should there be a way to request a change to a clearance you've already received?
  • should it show the current clearance and say "contact ATC if any change"?
  • should they be able to cancel their old clearance and request a new one?
  • should the "active clearances" list exclude the "old" clearance, and only show the latest one?
  • etc

Probably safe to assume there's no way to be able to see anything this far back, but the specific example that brought this issue was for the flight below, during CTP 22E:

https://statsim.net/flights/flight/?flightid=10247131

  • AIC2887
  • KIAD-LOWW
  • OCT 22, 2022
  • requested ELSIR NATU @ 1700, cleared 1631
  • later also requested ELSIR NATU @ 1845
@liessdow
Copy link
Contributor

liessdow commented Feb 8, 2023

It should already reject people submitting a request if they already have a pending one. My idea:

  • Cooldown of 30 minutes for requesting a new clearance in general. 30 minutes is best IMO because it can account for someone's sim crashing or them needing to restart within 30 minutes of the clearance in the case they're departing from CYYT or similar airport.
  • Provide a "request change" button for clearances, though I'd honestly prefer people just used voice for this.
  • Providing a warning after 30 minutes if there is an RCL from that CID with the same callsign within 5-6 hours.

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

2 participants