Unauthenticated Pages

These are the pages that the unauthenticated user sees. The app flow goes left to right. This example assumes the user signs up via their email.

  1. [StartUp Page] Choose what identifier you want to sign up with. Options are email, phone, and University of Utah student id.
  2. [Identifier Page] Enter your identifier (email, phone number, or student id).
  3. [Verification Code Page] Enter the verification code sent to the identifier. NOTE: Student ID verification code functionality not yet working.
  4. [Create Profile Page] The user creates their profile here. It's mandatory to add at least one photo, your name, age, and dorm building.
  5. [Create Password Page] The user creates their password here and are then redirected to the app.
startup
email
code
create-profile
password

Authenticated Pages

These are the pages that the authenticated user sees.

  1. [Deck Page] This is where the user swipes left or right on user profiles.
  2. [Preview Profile Page] This is the profile detail. Hit the red up arrow button on the Deck Page to see this screen.
  3. [Friends Page] This is where the user sees their current "connections', "matches", or "friends".
  4. [Chat Page] This is a chat / messaging page. The user messages their friends here.
  5. [Search Page] This is where the user searches for other users.
  6. [Profile Page] This is where the user views, edits, deletes their profile.
  7. [Edit Profile Page] This is where the user edits their profile.
deck
preview
friends
chat
search
profile
edit