jappeace / rentals

self hosted airbnb-like rental unit management
GNU Affero General Public License v3.0
1 stars 0 forks source link

How does a user know the booking was successfull? #10

Closed jappeace closed 10 months ago

jappeace commented 10 months ago

I get redirected to the same page

ptkato commented 10 months ago

The redirect means that it's successful, and yes, it's not ideal. What would be the desired approach here? Keep in mind that users don't need to register.

A few suggestions:

jappeace commented 10 months ago

can we:

  1. redirect to a success page,
  2. send a confirmation email to the users' email address?
ptkato commented 10 months ago

Closed by https://github.com/jappeace/rentals/pull/27