bookwyrm-social/bookwyrm

Single rating for one book per one user

Open

#1,086 opened on May 15, 2021

 (8 comments) (6 reactions) (0 assignees)Python (326 forks)auto 404
buggood first issue

Repository metrics

Stars
 (2,754 stars)
PR merge metrics
 (PR metrics pending)

Description

When I write a review of a book, I rate it in the review. However, I can also rate it separately. And they may turn out to be different. The final rating of a book is the arithmetic average.

It would be logical for one user to give one rating to one book. I mean, the database should store only the last book rating (from each user).

Contributor guide