Skip to content

Commit

Permalink
docs: add documentation for qualifierProgression
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallagher-reid committed Dec 11, 2024
1 parent b9c78e6 commit ed5f856
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions documentation/docs/governors/draws-governor.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,23 @@ engine.qualifierDrawPositionAssignment({

---

## qualifiersProgression

Randomly replaces existing qualifier drawPosition assignments in the MAIN draw with qualified participants from the QUALIFYING draw.

Fills as many qualifier drawPositions as possible with qualified participants, e.g. if there are 4 qualifier drawPositions and 2 currently qualified participants, only 2 will be assigned.

```js
engine.qualifierProgression({
drawDefinition,
event,
mainStructureId,
tournamentRecord,
});
```

---

## removeDrawDefinitionExtension

```js
Expand Down

0 comments on commit ed5f856

Please sign in to comment.