-
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
Percentage (in addition to page numbers) for books #26
Comments
Hi and thank you for showing interest in this project! It is definitely possible. I will see what I can do. |
That's exactly right. With ebooks and switching between devices, page numbers become inconsistent. Therefore percentage makes more sense in these cases. |
Awesome, thank you! Some technical notes for later... |
One way of implementing this is by letting the users add page numbers (as is the case already). If however the user doesn't add page numbers, it could be assumed that the user does not have page number details and therefore the application assumes that the user is at 0% of 100% completion. In the backend the percentage could be calculated with or without page numbers. This could work IMO. 😊 (By the way, the ability to edit total pages after a book has been added would be convenient. While testing, I noticed that I could leave out the page details while adding a book and the application would continue displaying NaN%) Thank you again for considering the idea 👍 |
Amazing! Thank you for your input 😃
|
Since the page numbers on ebooks are different from how page numbers in physical books work, it would be nice to have progress measured as a percentage.
So, when a user adds a new book without any page number details, the application automatically moves to percentage progress. Or something of that sort. Do consider it, if possible.
The text was updated successfully, but these errors were encountered: