Add IRCRA grading scale - #180
Stevie-Ray wants to merge 2 commits into
Conversation
Coverage reportCaution Coverage does not meet threshold
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success294 tests passing in 18 suites. Report generated by 🧪jest coverage report action from c4c0692 |
|
Thank you for this! |
|
Hi @musoke, i used the GradeParser.ts in It was kind of tricky to make it match perfectly, but as you can see in the image, there is no perfect alignment. |
|
Im not gonna merge this just yet, but I don't see a problem with how the submission has been formed, especially if the author is seeing tests pass |
Add IRCRA grading scale support (fixes #179)
Adds support for the IRCRA integer scale from Reporting Grades in Climbing Research.
This lets Sandbag convert between systems (French, YDS, Font, V-scale, etc.) using a shared universal scale, super useful for research and data comparisons. Includes mappings and tests.