Please enable JavaScript.
Coggle requires JavaScript to display documents.
:star: :star: :star:
System name is calculated with two functions in the…
:star: :star: :star:
System name is calculated with two functions in the front-end
- buildSystemIndividualVariants
- buildSystemNamedVariants
Preconditions
Building combo group key
Combo group key is a compilation of event group id,
master event id and event combo key.
-
-
-
-
GetComboAddError
Is a function that determines if adding new selection to betslip will result into combo error.
It accepts selection, returnSelection and basket as arguments.
-
-
-
:!: Options object is everything needed for one variant to be built. Some of the properties it has -
- hasEachway - obtained from mode.CheckForEachWayEnabled
- ewIncluded - obtained from mode.CheckForEachWayIncluded
- groupCount - length of list obtained from mode.getSelectionGroups
- tooManySystems - true or false depending on mode.getNumberOfParallelSystems > mode.MaxParallelSystems
- deposit - either "0" if not logged or obtained from mode.SystemDeposit
- linesCount - length of list obtained from mode.getSelections