OpenBeta / sandbag

JS utilities for working with climbing grades
MIT License
24 stars 17 forks source link

Add support for Polish scale (Kurtyka scale) #172

Open Agilulfo opened 2 months ago

Agilulfo commented 2 months ago

This scale is used in Poland for sport and trad climbs see: https://en.wikipedia.org/wiki/Grade_(climbing)#Polish

musoke commented 2 months ago

Would you like to work on this?

Agilulfo commented 2 months ago

I don't speak typescript but having given a look at the changes to add the Brasilian scale I think I can pull it off with a little help in the code review.

Agilulfo commented 2 months ago

@musoke I've pushed #173.

Am I on the right path? (see missing steps in PR description TODO list)

~out of curiosity.. why is the data on grades duplicated? (there are both json and csv files.)~

musoke commented 2 months ago

~out of curiosity.. why is the data on grades duplicated? (there are both json and csv files.)~

Looks like you worked it out, but since you asked: the CSV is for human editing and the JSON is automatically generated from it.