sashankshukla / splash

2 stars 0 forks source link

Deny purchase of listing #77

Closed sashankshukla closed 1 year ago

sashankshukla commented 1 year ago

Currently, if a purchase is denied nothing happens. Couple of things do need to happen

  1. At the very least, call delete pool for that pool that is denied DELETE pool/listingId
  2. Stretch: Add an email notif service since we already have google auth setup, to get the users array from the pool model, and send each one an email letting them know that this has happened, and then obviously still deleting the pool after.