-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Feature Request
Problem / Opportunity
There are likely many books that patrons want to read that are in the library (i.e. borrowable).
https://openlibrary.org/search?q=readinglog_count%3A%5B1+TO+*%5D+AND+ebook_access%3Aborrowable&mode=everything
readinglog_count:[1 TO *] AND ebook_access:borrowable
Shows there are 843,233 books on reading logs and that are readable.
There are 45K books (English, 9+ reading logs, borrowable):
https://openlibrary.org/search?q=readinglog_count%3A%5B10+TO+%2A%5D+AND+ebook_access%3Aborrowable+AND+language%3Aeng&mode=everything&sort=want_to_read
Reading Log DB:
SELECT COUNT(DISTINCT edition_id) from bookshelves_books where bookshelf_id=1;
2,039,463 distinct editions
SELECT COUNT(DISTINCT work_id) from bookshelves_books where bookshelf_id=1;
2,775,731 distinct works
If 3% of patrons act on a message that a book of interest is available for free, that would be 1350 patrons returning to the platform.
Proposal
Breakdown
Related files
Refer to this map of common Endpoints:
*
Requirements Checklist
Checklist of requirements that need to be satisfied in order for this issue to be closed:
- [ ]
Stakeholders
Instructions for Contributors
- Before creating a new branch or pushing up changes to a PR, please first run these commands to ensure your repository is up to date, as the pre-commit bot may add commits to your PRs upstream.