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

[Feature] Predefined capacity for different operation modes #3

Open
Phil061995 opened this issue Apr 15, 2023 · 1 comment
Open

[Feature] Predefined capacity for different operation modes #3

Phil061995 opened this issue Apr 15, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Phil061995
Copy link

Changeable and predefined capacity based on the operation mode (e.g. LVO at EDDM). Within the command line this option could be activated by ".vacdm eddm lvo" and is valid for e.g. 3 hours until it will end automatically. A warning is send to the Master that it will end within the next few minutes.

@Frenkii Frenkii added the enhancement New feature or request label Apr 15, 2023
@Frenkii
Copy link
Contributor

Frenkii commented Aug 8, 2023

We should discuss whether the capacity reduction should take place inside the plugin or inside the admin frontend (if we have something like that in the future)
Anyhow, I suggest extending the airports→runway model with, i.e.

interface AirportCapacity {
  rwy_designator: string;
  capacity: number;
  alias: string;
          tempCapacity: number;
          tempCapacityEndTime: Date;
  
}

We need a temporary capacity option.

@Frenkii Frenkii added this to the Version 2 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants