What Is A Software Requirements Specification Document?: 1.1 Purpose
What Is A Software Requirements Specification Document?: 1.1 Purpose
What Is A Software Requirements Specification Document?: 1.1 Purpose
1. INTRODUCTION
1.1 PURPOSE
The purpose of this document is to build an online system to manage flights and
passengers to ease the flight management. <<Include the purpose as applicable to
your project >>
ER Entity Relationship
1.3 INTENDED AUDIENCE AND READING SUGGESTIONS
This project is a prototype for the flight management system and it is restricted within
the college premises. This has been implemented under the guidance of college
professors. This project is useful for the flight management team and as well as to the
passengers.
The purpose of the online flight management system is to ease flight management
and to create a convenient and easy-to-use application for passengers, trying to buy
airline tickets. The system is based on a relational database with its flight management
and reservation functions. We will have a database server supporting hundreds of
major cities around the world as well as thousands of flights by various airline
companies. Above all, we hope to provide a comfortable user experience along with
the best pricing available.
OVERALL DESCRIPTION
Users of the system should be able to retrieve flight information between two given
cities with the given date/time of travel from the database. A route from city A to city
B is a sequence of connecting flights from A to B such that: a) there are at most two
connecting stops, excluding the starting city and destination city of the trip, b) the
connecting time is between one to two hours. The system will support two types of
user privileges, Customer, and Employee. Customers will have access to customer
functions, and the employees will have access to both customer and flight
management functions. The customer should be able to do the following functions:
Make a new reservation
• One-way
• Round-Trip
• Multi-city
• Flexible Date/time
• Confirmation
Cancel an existing reservation
View his itinerary
The Employee should have following management functionalities:
CUSTOMER FUNCTIONS.
• Get all customers who have seats reserved on a given flight.
• Get all flights for a given airport.
• View flight schedule.
• Get all flights whose arrival and departure times are on time/delayed.
• Calculate total sales for a given flight.
ADMINISTRATIVE
• Add/Delete a flight
• Add a new airport
• Update fare for flights.
• Add a new flight leg instance.
• Update departure/arrival times for flight leg instances.
Each flight has a limited number of available seats. There are a number of flights
which depart from or arrive at different cities on different dates and time.
2. SYSTEM FEATURES
DESCRIPTION and PRIORITY
STIMULUS/RESPONSE SEQUENCES
FUNCTIONAL REQUIREMENTS
DISTRIBUTED DATABASE:
Distributed database implies that a single application should be able to operate
transparently on data that is spread across a variety of different databases and
connected by a communication network as shown in below figure.
Distributed database located in four different cities
CLIENT/SERVER SYSTEM
Following are the software used for the flight management online application.
<<Include the software details as per your project >>
Software used Description
Operating system We have chosen Windows operating system for its best support and user-friendliness.
Database To save the flight records, passengers records we have chosen SQL+ database.
VB.Net To implement the project we have chosen Vb.Net language for its more interactive support.
This project supports all types of web browsers. We are using simple electronic forms
for the reservation forms, ticket booking etc.
4. NONFUNCTIONAL REQUIREMENTS
The steps involved to perform the implementation of airline database are as listed
below.
A) E-R DIAGRAM
The E-R Diagram constitutes a technique for representing the logical structure of a
database in a pictorial manner. This analysis is then used to organize data as a
relation, normalizing relation and finally obtaining a relation database.
ENTITIES: Which specify distinct real-world items in an application.
PROPERTIES/ATTRIBUTES: Which specify properties of an entity and relationships.
RELATIONSHIPS: Which connect entities and represent meaningful dependencies
between them.
the diagram shows the ER diagram of airline database
B) NORMALIZATION:
Security systems need database storage just like many other applications. However,
the special requirements of the security market mean that vendors must choose their
database partner carefully.