flowchart
complete
johaira
- Start
Shape: Oval
Label: Start
- Is User Logged In?
Shape: Diamond (Decision)
Label: IsLoggedIn?
Yes arrow → Proceed to IsAdmin?
No arrow → Go to Login
---
- Login Process
Shape: Rectangle (Process)
Label: Login()
After login → loop back to IsLoggedIn?
---
- Is Admin?
Shape: Diamond (Decision)
Label: IsAdmin?
Yes arrow → Go to AdminMenu
No arrow → Go to UserMenu
---
- Admin Menu
Shape: Rectangle (Process)
Label: AdminMenu()
Inside AdminMenu, you can have a subprocess block showing:
AddStudent()
ViewAllStudents()
RemoveStudent()
Logout
Exit
(You can summarize this as one process block to keep it simple)
---
- User Menu
Shape: Rectangle (Process)
Label: UserMenu()
Inside UserMenu, you can have a subprocess block showing:
RegisterSelf()
ViewMyInfo()
Logout
Exit
(Also summarized as one block)
---
- Logout
Shape: Rectangle (Process)
Label: Logout()
After logout → loop back to IsLoggedIn?
---
- Exit
Shape: Oval
Label: Exit Program
Log In
Sam @ Visily
marked this post as
complete
Sam @ Visily
Hello! Thanks for your post. We recommend trying our Text to Diagram feature to generate your flowchart. You can see more details here: https://www.visily.ai/diagram-ai/