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

Save auxiliary wrestler information for each bout #99

Open
Zomtir opened this issue Nov 6, 2024 · 0 comments
Open

Save auxiliary wrestler information for each bout #99

Zomtir opened this issue Nov 6, 2024 · 0 comments

Comments

@Zomtir
Copy link
Collaborator

Zomtir commented Nov 6, 2024

There are currently two auxiliary attributes that have to be checked by the referee before a match:

  • Youth status: Is the wrestler over the age of 18
  • Foreign status: Has the wrestler be a resident in the country for a certain amount of time

Although the youth status can be derived from the date of birth and the foreign status is bound to the residency, both should be recorded for each match similar to the weight.

Reasoning

  • Youth status: Sometimes the date of birth is changed/corrected due to uncertainties or misrepresentations. Very rare occurrence, but not unheard of.
  • Foreign status: Obtaining a new citizenship or a moving to a new residency are two common reasons for a change in the foreign status.

In both cases, solely relying on the persistence of the data for a wrestler will result in a loss of information for a specific match. The age and current residency should be used as plausibility check for new match inputs, but never retroactively change the information of old matches. For new line-ups the last match can be used as reference for the attributes.

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

1 participant