You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a host accepts a request and then the person doesn't stay for whatever reason. We want to give the host the option to mark "Did not stay" and the reason.
There are three parts to this (subissues below):
Add did_stay: boolean and did_not_stay_reason: string to the HostRequest object on the backend and pass it as options in the leave reference api call
Add "Did not stay" to leave reference flow on frontend
Adjust email sent to host after a request urging them to leave a reference
The text was updated successfully, but these errors were encountered:
Sometimes a host accepts a request and then the person doesn't stay for whatever reason. We want to give the host the option to mark "Did not stay" and the reason.
There are three parts to this (subissues below):
did_stay: boolean
anddid_not_stay_reason: string
to theHostRequest
object on the backend and pass it as options in the leave reference api callThe text was updated successfully, but these errors were encountered: