Feature description:
Add new tag which has the information what the scale is.
Example:
Rating_lower_value: x
Rating_upper_value: y
or only the upper value with the assumption that all lowest values are 0.
Problem solved:
There are different scales for rating and if there is a custom tag for normalizing it doesn’t matter as much. It could introduce inaccurate values by a scale 0-10 al values will be 10,20,… no in between.
Example:
Scale 0-10 rating: 5 Normalized: 50
Scale 0-100 rating: 54 Normalized: 54
Brought benefits:
It doesn’t matter what the scale is and the user can self tag what the scale is.