-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flowchart diagram for user interactions
- Loading branch information
1 parent
474e438
commit d9ed21e
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Start | ||
| | ||
|------------------------------- Logged-out User --------------------------------| | ||
| | | ||
|----------------------> Home <---------------> About <--------------------------| | ||
| | | | | ||
| v v | | ||
| Services <------------> Contact <------------> Help <---| | ||
| | | | | ||
| v v | | ||
|----------------------> Login -----------------> Sign Up <----------------------| | ||
| | ||
| | ||
|------------------------------- Logged-in User ---------------------------------| | ||
| | | ||
|-----------------------> Explore (Home) <--------------> About <----------------| | ||
| | | | | ||
| v v | | ||
| Services <---------------> Contact <---------------> Help| | ||
| | | | | ||
| v v | | ||
| My Account <------------> Edit Account Info <----------| | ||
| | | ||
|-----> First Time Login (direct to) -> Edit Account Info (Fill Required Fields) -| | ||
| | (filled) | | ||
| v | | ||
|-----------------------> Explore Page (After Filling Info) <---------------------| | ||
| | | ||
|--- Provide Referral Options ----> "Able to provide" or "Provide & Want" -------| | ||
| | | | ||
| Profile Public | | ||
| | | ||
|-------> "I want referral" ---------------> Profile Private --------------------| | ||
| | | | | ||
| Ask for Referral to Public Profile | | ||
| | | | ||
| Private Profile Visible to Public Profile | | ||
| | | ||
|----- Explore Page: Ask for Referral -------------------------------------------| | ||
| | | | | ||
| "Provide & Want" "Want Referral" | | ||
| & & | | ||
| "Provide Referral" "Provide & Want" | | ||
|-------------------------------------------------------------------------- End |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters