It would be nice to add a field in the return value of GET /api/books to determine if a given book is on the requester's read list or not.
Probably some sort of left join on read list items?
This way on the frontend we can quickly display if the book is on the user's readlist or not.
It would be nice to add a field in the return value of GET /api/books to determine if a given book is on the requester's read list or not. Probably some sort of left join on read list items? This way on the frontend we can quickly display if the book is on the user's readlist or not.