You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need to add total_pages of pages on the books table?
How do we get the total_pages without parsing the book when the book is initially checked-out?
Can we use math to divide character count to get the total pages without having to parse?
We may need to use total_pages to figure out the 'progress bar' on the user's home page.
The text was updated successfully, but these errors were encountered:
Do we need to add total_pages of pages on the books table?
How do we get the total_pages without parsing the book when the book is initially checked-out?
Can we use math to divide character count to get the total pages without having to parse?
We may need to use total_pages to figure out the 'progress bar' on the user's home page.
The text was updated successfully, but these errors were encountered: