icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Contact form API needs faster response time #39

Closed chaoran-chen closed 4 years ago

chaoran-chen commented 4 years ago

Sending a mail can take a long time. Currently, when the user clicks on "submit", she needs to wait for quite a while. There are two ways to solve it:

I think that the first option is better (thus this issue here). What do you think?

michael-kamel commented 4 years ago

I agree with the first option as well as there is no way to tell if the mail server is actually unresponsive or the backend has any other issue.

dajenet commented 4 years ago

I would choose the backend side option too. We can also add a message to the frontend that the user gets a confirmation of the request via mail.