lhoogenraad / letterbookd

Letterboxd but in real life
0 stars 0 forks source link

Update GET books to include if on readlist or not #51

Closed lhoogenraad closed 3 weeks ago

lhoogenraad commented 4 weeks ago

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.