Couchers-org / couchers

The next-generation couch surfing platform. Free forever. Community‑led. Non‑profit. Modern. Chuck us a star :)
https://couchers.org
MIT License
359 stars 76 forks source link

In hosting/surfing references, place where the hosting/surfing happened should be displayed with the reference #4398

Open jesseallhands opened 1 month ago

jesseallhands commented 1 month ago

In hosting/surfing/event references, the person who left the reference's profile photo, name and age are shown along with their current location rather than the place where the person hosted or surfed.

We should be storing the place where the person was hosted/surfed/event took place. This adds important context if the person fails to mention it in their reference - especially if the person is referring to the person's living situation in their reference.

See example of what is (incorrectly) happening right now: image

In the example above, instead of "Berlin, Germany" it should say, "Host in Madison, USA". If it were a surfing reference, it should say "Guest in Madison, USA".

I suspect this will require a backend update (store the location of the request at the time of request, eg. HostRequestLocation) and then a frontend update so that we are displaying the location that the hosting/surfing happened.

aapeliv commented 4 weeks ago

We don't currently store this data I think, but yes, it'd be a good feature.