OXRBench / OFloChR /anno /en_13_flowchart.md
Geong's picture
Upload 1001 files
f66b1ac verified

Library Management System Access Workflow

flowchart TD
    A((Home\nPage)) --> |USER| C(Admin Access)
    A --> |USER| D(Member\nAccess)
    C --> G(Enter\nUsername &\nPassword)
    D --> G
    G --> |Success| H(Proceed to\n'Settings' Page)
    H --> K(Add or\nRemove\nMembers)
    K --> L(Generate\nSummary\nReport)
    L --> M((Logout))
    G --> |Authentication\nFailed| J(Authentication\nFailed)
    D --> |Authenticated| E(Proceed to\n'Profile' Page)
    E --> B(View Recent\nActivities)
    B --> F(Manage\nSubscriptions)
    F --> I(Update\nAccount\nDetails)
    I --> M