Remove the book from my wait list after borrowing it
macecchi opened this issue · 0 comments
macecchi commented
As a user who is on the wait list for the book X
When the book becomes available and I borrow it
I want it to be removed from my wait list
So I can keep the wait list organized
Acceptance Criteria
Given that I'm on the wait list for the book
When I borrow it
Then I no longer see it on my wait list
Given that I'm on the wait list for the book
When I try to borrow it but it's not available
Then it is NOT removed from my wait list
Given that I'm on the wait list for the book
When someone else borrows it
Then it is NOT removed from my wait list