jd7h / josephine

Book catalogue system in Python 3/Django3, modeled after GoodReads and books.hansdezwart.nl. Comes with a GoodReads import script.
10 stars 2 forks source link

Books can have ratings #6

Closed jd7h closed 4 years ago

jd7h commented 4 years ago

I think having at most one rating per book is a good idea. Scale of 1-10? 1-5 like GoodReads? A rating is optional.

jd7h commented 4 years ago

Ratings are currently implemented as a 1-5 star IntegerChoice field. Ratings are optional and have a one-to-one relation with a book. If we add Editions for books, we can change this.