BlakeRhodes / rotato

This is a pairing program to aid those who are pairing up.
https://www.rotato.dev
MIT License
1 stars 3 forks source link

Update delete board logic to remove empty pairs with board #37

Closed giunto closed 3 years ago

giunto commented 3 years ago

I noticed that if there was a board in rotation without any devs, and the board was deleted, there would still be an empty pairing slot in rotation. This pull request updates the board deletion logic so that the pairing slot is completely removed if the board doesn't have any devs on it.