Sequence Diagram (UML) of Ecommerce Firm in Software Engineering
Sequence Diagrams for an E-commerce Firm can be broken into 5 main functionalities:
- Sign Up Functionality
- Login Functionality
- Add to Cart Functionality
- Product Order Functionality
- Customer Care Functionality
Let us see about these functionalities UML or Sequence diagrams one by one:
1. Sign-up Functionality UML (Sequence Diagram) in E-Commerce Firm:

Sign-up Functionality UML (Sequence Diagram) in E-Commerce Firm
Here there are 3 instances of objects:
- Customer
- Web Portal of Company
- Database Server of the company
The diagram has the message and replies messages with sequence numbering, and the lifeline of each object. Look at the diagram carefully and observe how is example is designed.
2. Login Functionality UML (Sequence Diagram) in E-Commerce Firm:

Login Functionality UML (Sequence Diagram) in E-Commerce Firm
Here there are 3 instances of objects:
- Customer
- Web Portal
- Database Server of the company
The diagram has the message and replies messages with sequence numbering, and the lifeline of each object. Look at the diagram carefully and observe how is example is designed.
3. Add to Cart Functionality UML (Sequence Diagram) in E-Commerce Firm:

to Cart Functionality UML (Sequence Diagram) in E-Commerce Firm
Here there are 3 instances of objects:
- Customer
- Web Portal of Company
- Database Server of the company
The diagram has the message and replies messages with sequence numbering, and the lifeline of each object. Look at the diagram carefully and observe how is example is designed.
4. Product Order Functionality UML (Sequence Diagram) in E-Commerce Firm:

Product Order Functionality UML (Sequence Diagram) in E-Commerce Firm
Here there are 3 instances of objects:
- Customer
- Web Portal of Company
- Database Server of the company
The diagram has the message and replies messages with sequence numbering, and the lifeline of each object. Look at the diagram carefully and observe how is example is designed.
5. Customer Care Functionality UML (Sequence Diagram) in E-Commerce Firm:

Customer Care Functionality UML (Sequence Diagram) in E-Commerce Firm
Here there are 5 instances of objects:
- Customer
- Web Portal at Customer End
- Database Server of the company
- Web Portal at Company’s Support Officer End
- Support Officer
The diagram has the message and replies messages with sequence numbering, and the lifeline of each object. Look at the diagram carefully and observe how is example is designed.
Please Login to comment...