We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should enforce "airport-code" shortCode uniqueness within a country.
For example, there should only 1 CRACKS in the US.
Implementation ideas:
metadata.shortCode
metadata.countryCode
The text was updated successfully, but these errors were encountered:
I can work on this, but I have an architectural query:
Do shortcodes need to be globally unique, or do they need to be unique per root area \ parent area.
I can enforce the database rule easily enough, but would like to be sure I know how this system is meant to work 🤗
Sorry, something went wrong.
No branches or pull requests
We should enforce "airport-code" shortCode uniqueness within a country.
For example, there should only 1 CRACKS in the US.
Implementation ideas:
metadata.shortCode
+metadata.countryCode
The text was updated successfully, but these errors were encountered: