smaugdela / 42-ft_transcendance

This project is about creating a website for the mighty Pong contest!
3 stars 1 forks source link

User flow #36

Closed marineks closed 1 year ago

marineks commented 1 year ago

Resolves #33 , #23

Features

The user flows goes like this:

  1. Login button by default when not connected
  2. Correct routes are now linked in Login Page (LogIn,Login w/ 42, SignUp)
  3. Error handling: nickname already in use (sign up), password mismatch and nickname not existing in db (log in)
  4. When connected, the Login button becomes aAvatar+ log out button immediatly, with a green dot to show they're connected
  5. There is also a welcoming message + redirection to homepage. The Chat, that was hidden until so, becomes now visible and expanded by default.

Other