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
@@ -68,6 +68,7 @@ Since a route can have multiple disciplines, these options are composable. eg: a
68
68
* While 'Frenchfree' and 'Aid' could be considered synomonous, some climbers may want to distinguish, for example, a multipitch route where one pitch was intentionally 'French freed' (Time Wave Zero being a common example), which is distinctly different in character than, eg: aiding the Nose on El Cap.
69
69
* Eventually, it might be cool to allow ticks for individual pitches, but that is not supported right now.
70
70
* Given the 43,008 possible combinations, no simple logical system will perfectly capture every edge case.
71
+
* Repeats: routes can be "repeated" after they are sent. this generally only applies if you have previously sent a route or boulder cleanly, and you send the route/boulder again cleanly. This is not typically used, for example, to mark additional attempts on a route that you haven't cleanly sent yet (one would use "attempt" for that). The only `Tick Style`s, for which `Repeat` is not allowed is `Follow``TR` and `Aid`. While aid routes may be repeated, this is a rare enough use case and simplifies the logic in the code.
0 commit comments