Skip to content

Commit

Permalink
Add flowchart diagram for user interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
RutikKulkarni committed Jun 25, 2024
1 parent 474e438 commit d9ed21e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
44 changes: 44 additions & 0 deletions Documentation/FLOWCHART.md
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ To develop ReferralNetworkHub, the following technologies we are using:

To get started with ReferralNetworkHub, please refer to the [documentation](./Documentation/README.md) for setup instructions and usage guidelines.

- **Flowchart:** Explore the flowchart illustrating user interactions [Flow Chart](./Documentation/FLOWCHART.md).

## Contributing

We welcome contributions from the community! If you're interested in contributing to the development of ReferralNetworkHub, you can do so by:
Expand All @@ -62,4 +64,3 @@ This project is licensed under the [MIT License](LICENSE).
## Legal Notice

ReferralNetworkHub is an open-source project developed by [GyamaTech](https://gyamatech.com/). All rights to the original content and name are reserved. Unauthorized use of the GyamaTech brand or name for purposes outside the scope of this project is prohibited. For more details, please refer to the [MIT License](LICENSE).

0 comments on commit d9ed21e

Please sign in to comment.