-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Half-star ratings #1172
Comments
|
Before trying to figure it out myself, I thought I would ask ChatGPT to rewrite the relevant part of index.js to have 1-10 keycap emoji-based ratings rather than star emoji-based ratings. From initial testing it seems to work, and you can search for something you've rated, say, a 9, with "rating:9", which is easier to type than star emojis. But it's AI-generated code so no guarantees ofc. This same concept could be altered to have increments of 0.5 from 0.5 to 5.0, that is, half-stars, which would probably fit the manga rating paradigm better. Not going to make a pull request with AI code, but here is the relevant block of code for anyone interested.
|
Hmm, I wouldn't move from star ratings in the main server to numerical now that they're implemented sadly, that'd require migration code and it'd be annoying. Since this is all frontend though, I think you can easily keep using numerical 1-10 ratings with that code in a userscript or something. |
I would very much like half-star ratings. As someone who obsesses over categorization, 5 rating points is too few for my liking, and having 10 would be much nicer.
The text was updated successfully, but these errors were encountered: