-
Notifications
You must be signed in to change notification settings - Fork 481
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
[Enhancement]: Status finished / partly heard series #1734
Comments
Wow, that's really not bad. I'm just not so sure if what you've built isn't a bit too much of a good thing. For example, if you have your case 1, I could imagine that you don't see it at all in the big overview because the bar is so short. Therefore a new suggestion. How about leaving the bar length always the same and working with different colors instead of the bar length? You could take a color gradient from red to green and then step it every 10% so that you end up with 10 different colors that indicate the hearing progress. I think that would be a bit clearer than changing the bar length. What do you think about this? |
It seems to me that for the deaf-eyed, a label like "4/6" would be more understandable |
@advply What do you think about my proposal? |
I don't think changing the bar color would be more clear then changing the bar length. The bar length is how we currently show progress on individual items. |
"4/6" - fourth book of six in this series |
Is it possible for you to implement a fixed bar length gradient in addition to your solution, so that the display type can be selected in the settings? This would be great and should not be difficult to implement as you have already implemented your solution. |
Added in v2.2.20 I didn't have time to revise the current implementation before this release. I'm also not sold on any of the ideas mentioned so I think this will need some more user feedback. |
i think the best way is the length of the cover ... if we have 6 books: 1st cover = % of cover length (25% = 1/4 of cover length /// 50% = middle of the cover /// 100% = end of the cover) ... edit: the limit is 10 cover so this would not work, sry ... maybe the numbers ... and numbers in the line of the titlename maybe a green number for readed book, yellow for "not finished" books and normal (white) color for "not yet readed" ... like: "titlename (2 (green color) | 2 (yellow color) | 2 (white color (normal color like the titlename))) |
Describe the feature/enhancement
It would be very nice to have a visual feature in the series view for series that have been started, just as it is now for series that have been completed. I imagine it like this:
Finished series = green bar (already implemented in the web interface)
Started series = yellow bar (does not exist yet)
Series not started = no bar (already implemented on the web interface)
The text was updated successfully, but these errors were encountered: