BloomTech-Labs / betterreads-fe

A platform for readers
https://readrr.app
MIT License
0 stars 3 forks source link

Recommendation bug #156

Closed MarFan closed 4 years ago

MarFan commented 4 years ago

When changing the status of a recommended book, the status is changed and the book added to the correct shelf, but the recommendations are cleared. Redux state gone!

MaxiCB commented 4 years ago

PR #168 Resolves the issue of recommendations being removed when adding to a shelf. Functionality was implemented to add the book to the shelf, and fetch new recommendations based on the updated user shelves.