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

[FEAT] Visitors without existing records at VATUSA #78

Open
asherrobinson opened this issue Mar 27, 2022 · 0 comments
Open

[FEAT] Visitors without existing records at VATUSA #78

asherrobinson opened this issue Mar 27, 2022 · 0 comments
Assignees

Comments

@asherrobinson
Copy link

asherrobinson commented Mar 27, 2022

Contact Details

[email protected]

Is your feature request related to a problem? If so, please describe.

Sort of - We are currently unable to add a visitor to our facility's visiting roster if they aren't known to VATUSA already. Examples include visiting international controllers who's first interaction with the USA division is to apply for visitation with us.

What is your new feature idea or request?

When an attempt is made to add a CID not known to VATUSA to a facilities visiting roster, perform whatever checks might be necessary, pull their VATSIM data via API, and create an account on the VATUSA side and allow them to be added to the facility as a visitor.

Here's an example of a current controller who's been accepted for visitation at ZNY:

VATSIM Data
{
    "cid": "1511790",
    "name_first": "Joshua",
    "name_last": "Clark",
    "name_full": "Joshua Clark",
    "email": "***",
    "country_name": null,
    "country_id": "NZ",
    "country_state": "Wellington",
    "controller_rating_id": 5,
    "controller_rating_long": null,
    "controller_rating_short": "C1",
    "pilot_rating_id": 7,
    "pilot_rating_long": null,
    "pilot_rating_short": null,
    "region": "APAC",
    "division_id": null,
    "division_name": "NZ",
    "sub_division": "",
    "reg_date": "2020-08-19T01:57:08",
    "susp_date": null,
    "last_rating_change": "2021-08-31T00:58:50"
}
VATUSA Data
false
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

3 participants