Unrated-Limited-Unlimited / ua-backend

4 stars 0 forks source link

Rating Attributes #11

Closed Veggissss closed 6 months ago

Veggissss commented 7 months ago

As a user, I want to be able to use predefined sliders with different attributes in my whiskey rating/reviews.

DoD:

Veggissss commented 6 months ago

DoD met and merged with dev.

Veggissss commented 6 months ago

Reopening this issue; since there seems to be new requirements set by the front-end team: As illustrated HERE

Instead of users adding labels to their reviews such as "Very sweet" they want to be able to express different categories using sliders with number values. For example "Dry - Sweet" with a value 0 indicating Dry and higher values indicating Sweeter taste.

Updated requirements (DoD):

Veggissss commented 6 months ago

HELP!?!??!

We still need to know the value range required, 0-5, 1-10 or 0-100 etc..

MikalDr commented 6 months ago

@Veggissss the general rating for whiskeys in the app is between 1-5 for a star rating. I believe that the label or characteristic rating can be, maybe between 1-10?

Veggissss commented 6 months ago

Sure, 1-10 sounds good.

Veggissss commented 6 months ago

Make it possible to get the average values for each "label" when gathering whiskeys.

Neelzee commented 6 months ago

We should use floats in backend, and then frontend can convert them however they see fit.

Veggissss commented 6 months ago

Also rename label -> attributes