bookmarkd
bookmarkd copied to clipboard
Add more metadata to our books objects
We want to add a blurb and genre to our book objects so that we can filter and give the user more info about each book. The metadata in the ebook doesn't give us this so we'll need to use an API in the back end to get more info about the books.
- [x] add genre
- [ ] add blurb
We've decided not to add a blurb for now, blurb can be proper stretch goal ;) genres (sort of) were added by #70