-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Compared to other book sites on the Internet one thing we're missing is a page count for each book.
This is actually important for UX. As a user I'd like to know whether I'm looking at a 100, 200 or 500 page book.
At first thought I see two possible routes to this:
- maybe this can be done in connection with the release of PDFs. Pdfs have pages, so we could just take those page counts. simple.
- we could compute a "page estimate" by counting the total number of words in each book and dividing by 275 or so (estimate of the average number of words on a page in a normal book). Obviously in the UI we should then call it "page estimate" rather than "page count".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels