hexcodech / booki-frontend

A react frontend for https://github.com/hexcodech/booki
https://booki.me
2 stars 0 forks source link

Add request confirmation behavior if user is not logged in #28

Open chdabre opened 7 years ago

Tyratox commented 7 years ago

Not sure if this is needed, the user doesn't have to go through thousands of fields and needs to check if everything is correct. I think entering an email and clicking a button is confirmation enough? Comments? Opinions?

chdabre commented 7 years ago

the problem is that when you create an offer without being logged in, it redirects you to an empty page when done. The process should end with a big confirmation (like a tickmark) and a redirect to the home page.

Von meinem iPhone gesendet

Am 26.07.2017 um 20:39 schrieb Nico Hauser notifications@github.com:

Not sure if this is needed, the user doesn't have to go through thousands of fields and needs to check if everything is correct. I think entering an email and clicking a button is confirmation enough? Comments? Opinions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ItsEcholot commented 7 years ago

Would propose redirection to home page and modal with a tick mark if user isn't signed in. Not sure if this clashes with how we usually handle success notifications but something to consider.