The sequence diagram outlines interactions within a Travel Management System. The traveler requests travel booking, triggering the Travel Management System to check availability with the Database. Upon confirmation, the system confirms booking with the traveler and sends booking details to the Airline System. The Airline System confirms the booking, and the Travel Management System notifies the traveler. The traveler makes payment, and upon confirmation, the Travel Management System notifies the traveler. The traveler must confirm booking within 24 hours.
Edit this diagram in Gleek
Travel management system diagram code in Gleek
Traveler- requests travel booking -> Travel Management System
Travel Management System- checks availability ->+ Database
Database- returns availability ->- Travel Management System
Travel Management System- confirms booking -> Traveler
Travel Management System- sends booking details ->+ Airline System
Airline System- confirms booking ->- Travel Management System
Travel Management System- sends confirmation -> Traveler
Traveler- makes payment -> Travel Management System
Travel Management System- confirms payment ->+ Payment Gateway
Payment Gateway- processes payment ->- Travel Management System
Travel Management System- sends payment confirmation -> Traveler
Traveler needs to confirm booking within 24 hours:note -- Traveler
About sequence diagrams
Sequence or event diagrams help create an overview of how a system works. Sequence diagrams show how all the different parts interact with each other over time, carry out the required actions, and complete processes. A sequence diagram descends from top to bottom showing a sequence of interactions and sequence diagram notations.
Similar sequence diagram examples
Sales process sequence diagram
Car rental system sequence diagram
Online shopping sequence diagram
Library management sequence diagram
Insurance management system sequence diagram
Online food ordering system sequence diagram
Railway reservation system sequence diagram
Student management system sequence diagram
Notes template sequence diagram
Microservices sequence diagram