Reading Improvements (progress, filtering, reviews, stats)
hacdias opened this issue · 0 comments
hacdias commented
- Read progress of books via a "currently reading" post, where I also provide the
p-page
andp-total
On page <span class="p-page">123</span> of <span class="p-total">321</span>
- Filter by book posts:
/reads/{isbn}
- this may be problematic if I read different versions of the same book. Unlikely to happen though. When clicking on a book in the summary page, go to that listing page to see all iterations on that book. Perhaps the page itself could be customized! - Review book with stars 1 to 5. Should it be a review? Should the
h-review
be aread-of
? Use onread-status: finished
?
<data class="p-rating" value="4">★★★★☆</data>
- Statistics page with amount of page reads per year and books. This implies that I need to store the book pages.
- Add book to read, read and currently reading templates to my backend because https://indiebookclub.biz/ does not provide all this options.