[Feature] Add takeoff and landing runways as a field #648
mhlas7
started this conversation in
Feature Request
Replies: 3 comments
-
|
[Objection] There are already custom field section where we can easily customize the field we want.adding it as a default field might make the interface too clumsy. p.s. you can easily limit the input with regex and length limit. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For your reference, you may use ^(0?[1-9]|[12][0-9]|3[0-6])[LCR]?$ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I implemented a runways modal which shows a filtered list of runways for the relevant airport #675 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
It would be cool to track the takeoff and landing runways for each flight. This could be implemented similar to "Terminals & Gates". If the airports data you source contains the available runways for an airport, this field could be a dropdown list.
Beta Was this translation helpful? Give feedback.
All reactions