-
Notifications
You must be signed in to change notification settings - Fork 46
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
Get Recommended Books in the Dashboard #136
Comments
can I work on this? @Mohitmadhav |
Will assign it to you once I merge #146 |
Either we can try out this: https://pub.dev/packages/googleapis Or we'll have to change the Books API but I think every other free API will give similar issues. |
You can look into it @keyurgit45 |
@Mohitmadhav We can use the search parameter in query to get books from the given category. Also, Do we have show books from a favorite author? |
No no, just the books based on the genres selected by the user for now. |
Google books API is not working as we want. If I want books related to the fiction genre, the response is giving me other genres also. I don't know why it is happening. Also if the user selected 5 genres then we have to make 5 different requests to the API so it would be a quite inefficient task. @Mohitmadhav |
No problem @keyurgit45, lets's focus on other issues right now. I am planning to release the app at the earliest. |
Hey @Mohitmadhav I think we need to look into this first. Can you create a new issue for this? |
Description
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional data
Add your working screenshots in the PR. And make sure to follow the README guidelines.
The text was updated successfully, but these errors were encountered: