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.
- [StartUp Page] Choose what identifier you want to sign up with. Options are email, phone, and University of Utah student id.
- [Identifier Page] Enter your identifier (email, phone number, or student id).
- [Verification Code Page] Enter the verification code sent to the identifier. NOTE: Student ID verification code functionality not yet working.
- [Create Profile Page] The user creates their profile here. It's mandatory to add at least one photo, your name, age, and dorm building.
- [Create Password Page] The user creates their password here and are then redirected to the app.
Authenticated Pages
These are the pages that the authenticated user sees.
- [Deck Page] This is where the user swipes left or right on user profiles.
- [Preview Profile Page] This is the profile detail. Hit the red up arrow button on the Deck Page to see this screen.
- [Friends Page] This is where the user sees their current "connections', "matches", or "friends".
- [Chat Page] This is a chat / messaging page. The user messages their friends here.
- [Search Page] This is where the user searches for other users.
- [Profile Page] This is where the user views, edits, deletes their profile.
- [Edit Profile Page] This is where the user edits their profile.