Identification of Actors
An actor specifies a role played by the user or any other system that interacts with the subject. it may represent roles played by human users, external hardware, or other subjects. In this scenario, we got 3 actors they are,
1. Airline ticket agency.
2. Passenger.
3. System.
Business Processes
First when someone needs to travel that person looks for a ride. it may be any transportation method. if someone chooses flight they are our stakeholders. when they chose our agency they are our customers, when a customer (passenger) books a fight A separate
booking reference number is given to each passenger. An airplane has several seats that seats have a unique number each number given to each passenger. An airline agency takes a booking fee from a passenger in return they give them a ride that's the whole business process of an airline ticket agency.
Requirements for the new system
Requirements are a statement that identifies the functionality that is needed by a system to satisfy the customer's requirements. we are only giving Functional and non-Functional requirements.
Functional requirements
1. User account
Every passenger or user needs to create a new account if they already have one they can book a flight through that account.
2. creation of accounts
when new customers arrive they should fill out a form containing their name, address, email, and phone number after that they can book tickets
3. Availability of the flights
checking availability depends on the destination city, date, and time.
4. which class
There are two classes in flight. they are economy and first-class they depend on the price customers willing to play
5. reservation of flight
after providing all information the system will give confirmation date time and flight and seat number
Non Functional requirements
1. Security
2. Reliability
3. Performace
4. Maintainability
5. Scalability
6. Usability
Comments
Post a Comment