bounswe / bounswe2015group1

Mama!
2 stars 3 forks source link

Always Same Malformed Response on getRatingBySpesificUser call - BackEnd #143

Closed kerata closed 8 years ago

kerata commented 8 years ago

This method should return 0 or user rate value as Rate JSON model, but instead it always return 3.0 probably average rate value of recipe with id 2.

ec2-52-89-168-70.us-west-2.compute.amazonaws.com:8080/api/rate/recipe/2/8 ec2-52-89-168-70.us-west-2.compute.amazonaws.com:8080/api/rate/recipe/2/7 ec2-52-89-168-70.us-west-2.compute.amazonaws.com:8080/api/rate/recipe/2/6 ec2-52-89-168-70.us-west-2.compute.amazonaws.com:8080/api/rate/recipe/2/5

Response 3.0

kerata commented 8 years ago

This seems to be fixed, at least at response format...