arcanis / secretsanta

Host secret santa without leaking your guests' informations 🎄
258 stars 162 forks source link

Fixed cases when candidates sequences was braked #22

Open abelmferreira opened 10 months ago

abelmferreira commented 10 months ago

Hi everyone! Thanks so much for creating this app! This tool is perfect!⭐

Testing version from @rmsy in PR #21 i notice that sometimes de sequence brakes, making the game start again, example

Candidates:

Sometimes the script returns this kind of combinations for example:

Note that this breaks the gift sequence forcing the game start again.

This PR fix this forcing the sequence returned in all times with no breaks, for exemple:

There is a validator function, uncomment this line to se the sequence printed in console for tests

Sometimes (20% of tests) the sequence fails and raise in error, i dont have more time to try fix this, but for me just clicking in generate again resolves.