0% found this document useful (0 votes)
9 views

Use Case Diagram Ecommerce

Uploaded by

Yns Trk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Use Case Diagram Ecommerce

Uploaded by

Yns Trk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

digraph "Use Case Diagram" {

rankdir=TB size=10
Client [shape=actor]
Admin [shape=actor]
"Payment System" [shape=actor]
"Browse Products" [shape=ellipse]
"Search for a Product" [shape=ellipse]
"View Product Details" [shape=ellipse]
"Add to Cart" [shape=ellipse]
"Remove from Cart" [shape=ellipse]
"Place an Order" [shape=ellipse]
"Register/Login" [shape=ellipse]
"Manage Orders" [shape=ellipse]
"Manage Products" [shape=ellipse]
"Manage Users" [shape=ellipse]
"Process Payment" [shape=ellipse]
Client -> "Browse Products"
Client -> "Search for a Product"
Client -> "View Product Details"
Client -> "Add to Cart"
Client -> "Remove from Cart"
Client -> "Place an Order"
Client -> "Register/Login"
Admin -> "Manage Orders"
Admin -> "Manage Products"
Admin -> "Manage Users"
"Payment System" -> "Process Payment"
"Place an Order" -> "Process Payment" [constraint=false]
}

You might also like