seras42 / feels_app

Apache License 2.0
3 stars 0 forks source link

Add possibility for more ratings #4

Open LeoColman opened 2 months ago

LeoColman commented 2 months ago

Problem

Ratings only go from 2 by 2

Suggested Solution

Allow ratings to be a discrete bar between 0 and 10, with step of 0.5

seras42 commented 2 months ago

Hey, Thanks for the suggestion. When i was making the app there where multiple different iterations of it. First one was have it go from 1 to 10, by step of 1, but that made it take too much space on the screen, it did not fit, was overlapping, another option was to add some sort of slider, that probably could have worked. Then i thought about the user entering the number manually, but that would slow down the task. So i choose what we have now. My main idea was for the app to be very quick to use, and i guess that has lots of drawbacks. The ratings i added the last. I really wanted to have it go from 1 to 10, it's a shame it was not possible. But the the fix, should not be hard(with changing it to slider, and the increments would be small). So i will try it when i will decide its time to do an update.