-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Structured data for attemptType
#411
Comments
This should also apply to tick styles. Both should be an enum |
For what it's worth, a tick style doesn't seem to be relevant in a bouldering context. The field should be hidden in front-end, and if not already done so, the backend should allow There are additional restrictions one can add (e.g. does the submitted style and attempt type combination make sense?), so things like |
Copying @Vichy97 comment from Discord style: only applicable to roped climbs.
attempt: Only applicable to boulders or roped climbs with "lead" style
Possible values for boulders
anything that does not fall into these categories should throw an error --
|
Ya I think attempt can represent Hung/Fell. The client can display this differently than it is recorded in the backend. Also we do have a style field, it just doesn't get imported from MP correctly |
For lead style should we make it clear whether it's a free attempt or it's aid/french-free |
There has been some confusion about what data exactly to put in this field, and it would benefit us in the long-run to constrain this field for data aggregation purposes.
The text was updated successfully, but these errors were encountered: