Related to https://github.com/brianpipa/overreader-issues/issues/6 public stats page...
Originally I was thinking of just a stats page, but I could create a "book spy" page that shows the most recent X books in the system - along with some stats too.
That's a little tricky to do since I don't store any data from goodreads or OverDrive. Basically the entire book view is made up from the data from Goodreads that I don't store. So to do this I would need to store data for each book. Might be interesting to store the tags/shelves for the book and show those too.
Related to https://github.com/brianpipa/overreader-issues/issues/6 public stats page... Originally I was thinking of just a stats page, but I could create a "book spy" page that shows the most recent X books in the system - along with some stats too.
That's a little tricky to do since I don't store any data from goodreads or OverDrive. Basically the entire book view is made up from the data from Goodreads that I don't store. So to do this I would need to store data for each book. Might be interesting to store the tags/shelves for the book and show those too.
I'll need to think about this.