Closed nickcharles closed 8 years ago
LGTM (y) (y)
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
Looks like this is an api issue -- sending a post request to /reservations/:id/review replaces the first review instead of appending it
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
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