You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@startumlstart:title Online Shopping Order Process;:Customer places order;split :Validate order details;split again :Check customer account status;end split-> [OrderisValid];
:Process payment;if (Payment successful?) then (yes)
:Update order status;else (no)
:Cancel order; stopendifif (Is item in stock?) then (yes)
:Allocate stock;else (no)
:Backorder item;endif:Prepare for shipping;:Dispatch order;:Send order confirmation;if (Order delivered?) then (yes)
:Update order status; :Request customer feedback;else (no)
fork :Initiate follow-up; fork again :Investigate with courier; end forkendifstop@enduml
State Diagram
@startuml
[*] -->NewOrderNewOrder : enter / initializeorderNewOrder-->Processing : order confirmed
Processing : do / processorderProcessing-->Shipped : order shipped
Processing-->Cancelled : order cancelled
Shipped-->Delivered : order delivered
Delivered--> [*]
Cancelled--> [*]
Shipped-->Returned : order returned
Returned-->Processing : return processed
@enduml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flow Diagram
State Diagram
Use Case Diagram
Component Diagram
Activity Diagram
Class Diagram
Object Diagram
Sequence Diagram
Beta Was this translation helpful? Give feedback.
All reactions