ArcoMul / leihbase

Web application to manage Leihladen, also known as Borrow Stores.
1 stars 1 forks source link

Reservation confirmation e-mail #1

Closed ArcoMul closed 4 months ago

ArcoMul commented 7 months ago

A person reserving a product would like to get a confirmation of that reservation, so that they know the reservation was successful and to potentially look up the details of the reservation at a later stage.

After a reservation has been created, a confirmation is already sent to the location where the reservation has been made. See pocketbase/pb_hooks/reservations.pb.js#L60

This behaviour can also be duplicated to notify the person making the reservation.

Progress

ArcoMul commented 4 months ago

Done