asaf-kali / coursist

Open Source Workshop (67118) course team project
MIT License
6 stars 12 forks source link

Star rating sometimes misses click #24

Open asaf-kali opened 4 years ago

asaf-kali commented 4 years ago

No request is sent to backend.

asaf-kali commented 4 years ago

And it needs to be edited to look better anyway

evyatar100 commented 4 years ago

The problem is:

  1. A few people already rated a course. let's say that 1 person voted 5 stars.
  2. I (a user) want to rate this course 1 star.
  3. I click on 1 start.
  4. After I move the mouse, the new average is (1+5)/2 = 3, and it looks like I clicked on 3 stars.
  5. Confusing.
evyatar100 commented 4 years ago

Possible solution: After I rate, I'm only seeing MY rating, and it is blue instead of yellow.

evyatar100 commented 4 years ago

Anyways, I think that it looks good enough as it is - definitely not MVP.