parq-app / parq-android

0 stars 0 forks source link

Add ratings page showing all spot reviews #72

Closed nickcharles closed 8 years ago

nickcharles commented 8 years ago

61 This lets us click on the spot details current rating and it will show a list of all of the ratings for a certain spot. I'm not totally sure how happy I am with how it looks but it's something to throw in.

@kenzshelley @matthewgrossman

kenzshelley commented 8 years ago

LGTM (y) (y)

kenzshelley commented 8 years ago

Actually wait -- just played with it a little bit more, and it looks like it isn't properly displaying multiple ratings. When I sent in a second comment on the same spot it just replaced the first one on the reviews page

kenzshelley commented 8 years ago

Looks like this is an api issue -- sending a post request to /reservations/:id/review replaces the first review instead of appending it

kenzshelley commented 8 years ago

Nope ignore me, problem was that I didn't clear the reservation data stored by the activity at the end of a reservation, so it just reused the same reservation. Fixed in 976e237bc12959e528bca4c8d3d3b2d4582c2945