geraldiner / secret-santa-app

https://secret-santa-app-2023.vercel.app
0 stars 0 forks source link

Connect Sign Up page to backend #18

Open geraldiner opened 9 months ago

geraldiner commented 9 months ago

Similar to Connect Login page to backend #16

Sign up flow

  1. Sign Up Page
  2. Clicking submit should validate existing user doesn't exist (unique email)
  3. Success should add user to database and redirect to Create Event page
  4. Failure should remain on Sign Up page with error message

Sign up flow for invited member

  1. Sign Up page
    • Pre-populated with information from the invitation, just need to set password
  2. Clicking submit should validate existing user doesn't exist (unique email)
  3. Success should add user to database and redirect to Wish Lish page
  4. Failure should remain on Sign Up page with error message