You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building graphs and charts OpenBeta/open-tick-list#9 I have a constant need to call getScore() to convert grade in string format (Ex: v4or5.8`) to numeric values for sorting and plotting them on the y-axes. However, since we don't store grade context with tick data, it makes building graphs difficult.
Proposal:
constscore=getScale('v3').getScore()constscale=getScale('6a')// we have a problem here. Is it FR or FONT?
constscale=getScale('6a')// we have a problem here. Is it FR or FONT?
Perhaps we should store grade context when recording ticks. Similarly when we measure distance we have to include the unit, 2km vs 2miles
Not just the context, the discipline would also be needed for your example.
That example shouldn't be an issue though: the convention is that 6a is French sport and 6A is Font (see #107). It's still possible to confuse it with British technical though.
While building graphs and charts OpenBeta/open-tick-list#9 I have a constant need to call
getScore() to convert grade in string format (Ex:
v4or
5.8`) to numeric values for sorting and plotting them on the y-axes. However, since we don't store grade context with tick data, it makes building graphs difficult.Proposal:
Duplicated #94
*Edit: Perhaps we should store grade context when recording ticks. Similarly when we measure distance we have to include the unit, 2km vs 2miles
The text was updated successfully, but these errors were encountered: