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

Extend Book class with additional book metadata #14

Closed jd7h closed 4 years ago

jd7h commented 4 years ago

Currently, books have only titles and authors. See /docs/DATABASE.md for some options for extra metadata.

Possibly: add an "Edition" class, that extends Book with additional info such as 'binding', 'pages', 'language', etc.

jd7h commented 4 years ago

As long as josephine is single-user, adding the extra metadata to the Book class is enough. Fixed in a0c6db5f08502a93ed63265d39e2ba4ab144711a, closing this for now.