Skip to content

Commit

Permalink
add grade 'UIAA'
Browse files Browse the repository at this point in the history
  • Loading branch information
kl4us committed Jun 19, 2023
1 parent 0f61506 commit c2be122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/db/ClimbTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export interface IClimbProps {
/** Total length in metersif known. We will support individual pitch lenth in the future. */
length?: number
/**
<<<<<<< HEAD
=======
/**
>>>>>>> 17f9b63... fix
* Grades appear within as an I18n-safe format.
* We achieve this via a larger data encapsulation, and perform interpretation and comparison
* with the [sandbag library](https://github.com/OpenBeta/sandbag)
Expand Down
6 changes: 6 additions & 0 deletions src/graphql/schema/Climb.gql
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ type GradeType {
https://www.99boulders.com/bouldering-grades#font-scale-aka-fontainebleau-scale
"""
font: String
"""
UIAA grading system, typically used in Central Europe (e.g. Germany, Austria, Switzerland).
This database uses Roman numerals with +/- signs, e.g. "7-", "7", "7+" (using Arabic numerals, like "VII-", is not supported).
https://en.wikipedia.org/wiki/Grade_(climbing)#UIAA
"""
uiaa: String
}

"""
Expand Down

0 comments on commit c2be122

Please sign in to comment.