Currently, there is no way for a reader to find out about how much he/she has read any book, while looking at the list of books in the library section.
In the library section, percentage of book completion can be shown for each book.
Task:
- Calculate the percentage of completion for each books, Round up to the integer value. No need to put decimals.
- Place the number at some place which takes optimal space for each book in the library section. Do not make it look too crowded and bad design. (For example, you can shift the Read and Delete button to the right, and place the number to the left, if needed.) Please note there is T405593 which can take some space too.
- Add the strings something like % completed
Related: T406893
