Allow decimals in % input

For us that suck at reading books and go very slow, and want to use the % input:

image

Trello link:

lol oh no. I guess I should allow this right. Approved.

@brandon Do you think this would be too hard to implement?

I want to keep an accurate record of reading, now the error changed from ā€œThis field is requiredā€ to ā€œEnter a whole numberā€

image

No, I don’t think it’d be too hard to implement. I know, for time spent that’d probably be somewhat critical. I’ll try to do sometime soon.

2 Likes

@Megumin after exploring this a bit more, I think this does pose one issue. If i start to allow decimal percents, I may end up with decimal page counts too. Would you be ok with me rounding to the nearest page for stats? It’s easier if I keep everything as pages in the backend calculations, just save and present a decimal percent on the front end.

Keeping whole pages on the backend calculations means that you will lose some accuracy when it comes to reading speed / page count calculations… but I do think its very minor.

I’d also make the ā€˜percent’ handling sticky on a per book basis. Let me know what you think.

2 Likes

I would definitely appreciate this!

1 Like

It’s what I’m currently doing because it’s still more accurate than loosing 0.XX% in large books. Is not a big issue in smaller ones.

1 Like

alright, I’ll do what i’m proposing then - I’ll keep rounded page count but allow decimal percents.

Completed! :slight_smile:

1 Like