As a developer, I want to shuffle the list of people rejected and display them to the user again in case they might be interested/a mistake was made. **Acceptance Criteria** * [ ] It's done when `swipeLeft` is randomly shuffled and stored in `allPotentialMatches` * [ ] It's done when `swipeLeft` is cleared after the reshuffling is saved * [ ] It's done when a user swipes right on all potential matches, they are shown a UI message saying 'No more available pairings left'
As a developer, I want to shuffle the list of people rejected and display them to the user again in case they might be interested/a mistake was made.
Acceptance Criteria
swipeLeftis randomly shuffled and stored inallPotentialMatchesswipeLeftis cleared after the reshuffling is saved