-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Req] Show number of holds in each libraries #2
Comments
Hi! I understand the value in seeing how many holds each book has, but I'm struggling to think of a good way to display that information. When looking at a book in goodreads, it possible that there are many results available for the same book (for example, different editions). In some cases, there can be more than a dozen results available. I don't believe there is a clean way to show the number of holds for each result, especially with dozens of results across many libraries. How do you envision seeing how many holds there are for each title? Are you thinking something like:
I'm worried that would make the table too dense to read comfortably Or maybe
|
How about...
|
This will be good but it's only showing the book's availability, not holds. If the books aren't available it would just show perhaps this can be of an inspiration. |
You can check it out here: https://www.libraryextension.com/ you can set it to work in certain websites such as GR, Amazon, B&N, and many others. It's slow however (because it needs to search in each libraries one by one depending on the response of each library's server) and it consumes A LOT of RAM and I prefer a script like yours which is quite fast and light. I just realized this may be hard to implement but glad I could give you input and perhaps some time in the future if it isn't too tricky hopefully this can be implemented. |
Hello, is it possible to also show how many holds for each titles are? Thank you in advance.
The text was updated successfully, but these errors were encountered: