0% found this document useful (0 votes)
59 views6 pages

Hotel Reservation System Overview

The document outlines the requirements for a hotel reservation system (HRS) needed for a new hotel, detailing the functionalities such as room booking, account management, and payment processing. It identifies key actors involved in the system, including customers, receptionists, and hotel managers, and specifies both functional and non-functional requirements. Additionally, it calls for the creation of various UML diagrams to model the system's use cases, class structure, sequences, states, and activities.

Uploaded by

pand4inca
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views6 pages

Hotel Reservation System Overview

The document outlines the requirements for a hotel reservation system (HRS) needed for a new hotel, detailing the functionalities such as room booking, account management, and payment processing. It identifies key actors involved in the system, including customers, receptionists, and hotel managers, and specifies both functional and non-functional requirements. Additionally, it calls for the creation of various UML diagrams to model the system's use cases, class structure, sequences, states, and activities.

Uploaded by

pand4inca
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CSCI6620 SOFTWARE ENGINEERING

PROJECT – 1

DUE: October 31, 2024

A new hotel requires a website to allow potential guests to make a room reservation by specifying
the type of room e.g., single, double, and the dates of booking. The hotel has many room types
available, each with a room-typename, number of guests and additional facility information. Each
room in the hotel has a unique room number and is of one specific type.

If the potential guest has registered with the website, in the past, their previously stored details e.g.,
contact number, credit card details, can be retrieved to speed up the booking process. If the
potential guest has not previously registered, they must create an account as a new customer before
making a booking.

Each reservation at the hotel is allocated a unique reservation code. Prior to the date of the
booking(s), the customer can use the website to edit or cancel the reservation. Amendments to the
booking(s) can include changing the dates of the booking, the number of guests in each room etc.
During the booking process the customer can printout their reservation.

When the guest(s) arrive at the hotel the reservation number is used by the receptionist to find the
reservation to check them in. At the end of their stay at the hotel, the receptionist checks the guests
out. It is during this stage that the hotel system takes their payment through the credit card payment
system and an invoice maybe requested by the guest.

Monthly reports are prepared by the system, which may be viewed on request by the Hotel
Manager.

1. Identify the various actors of the hotel reservation system (HRS).


Customer, Receptionist, Payment System, IT supporter, Hotel manager
2. Describe the various functional and non-functional requirements of HRS.
Functional requirement: HRS allow user to make room reservation, HRS allow user to
choose room type and date, HRS allow user to create an account, HRS allow user to login,
HRS allow user to edit the information,HRS can generate booking code, HRS allow user to
printout the reservation, HRS allow receptionist to check the reservation, HRS can prepared
a monthly report and checked by the Hotel Manager, HRS can display room information,
HRS can handle booking request, HRS can generate booking invoice.

Non-functional requirement: User-friendly Interface, Provide Clear Help Documentation


and User Guides, System Stability, Data Security, Fault Tolerance, High Availability, Quick
Response, Concurrency Handling, Code Maintainability, Clear Documentation.
3. Model an UML use case diagram for HRS.
4. Draw an UML class diagram to describe the various use cases from the previous step.
5. Draw UML sequence diagrams for THREE different scenarios of HRS.
Scenarios of customer check in

Senario of customer booking a room

Scenario of manager chek monthly report


6. Draw an UML state chart diagram for HRS.
7. Draw an UML activity diagram for HRS.

Common questions

Powered by AI

UML sequence diagrams for an HRS should include scenarios like 'Customer Booking a Room,' depicting step-by-step interactions where a customer searches for available rooms, enters booking details, and completes the reservation. Another scenario is 'Customer Check-in,' showing actions at the reception when a guest arrives, checks in, and is issued a key. Lastly, 'Manager Checking Monthly Report' illustrates how a manager accesses system-generated reports, reviewing occupancy rates and financial summaries. These scenarios cover critical system operations and interactions between components .

Expanding an HRS to support multiple hotel branches involves scalable infrastructure changes, such as transitioning to distributed databases to manage increased data loads. The system should be capable of differentiating between branch-specific operations, meaning each branch will need configurations for room typologies, rates, and booking capabilities. Inter-branch coordination for reservations should be implemented, allowing customers to book across different branches seamlessly. The user interface must display branch-specific information without confusion and support centralized reporting for managerial oversight of all branch operations .

A UML use case diagram for the HRS should include actors such as 'Customer,' 'Receptionist,' 'Hotel Manager,' and 'Payment System.' The core interactions would involve use cases like 'Make Reservation,' 'Edit/Cancel Reservation,' 'Check-in Guest,' 'Process Payment,' and 'Generate Monthly Report.' Arrows should represent interaction flow between actors and use cases, with extensions for optional processes like 'Register New Customer' for unregistered users. The diagram should also display relationships between different use cases, such as 'Edit Reservation' being an extension of 'Make Reservation' .

A monthly report system in an HRS provides the hotel manager with aggregated data on room occupancy, revenue generated, and customer demographics. Such insights aid in making informed decisions regarding pricing strategies, promotional efforts, and resource allocation. Furthermore, it helps in identifying trends in guest preferences and operational inefficiencies that can be addressed to enhance business performance. The ability to access these reports on demand also improves responsiveness to changing business conditions .

To ensure data security, the HRS should implement encryption protocols for storing customer details like credit card information and personal data. System access should be restricted through authentication mechanisms like passwords and possibly two-factor authentication. For fault tolerance, the system should have redundancy measures such as backup servers and fail-over processes to ensure high availability even during component failures. Regular system updates and security patches also contribute to maintaining data security and fault tolerance .

Challenges in integrating an external payment system with a hotel's reservation software include ensuring secure data transfer between systems to prevent breaches, maintaining PCI compliance, and handling transaction failures or discrepancies. It is also critical to ensure compatibility of data formats and real-time synchronization to reflect transactions accurately. Technical difficulties may arise in updating the integration with new payment features or systems upgrades, requiring dedicated IT support or third-party collaboration to manage and mitigate risks .

To optimize user-friendliness, the HRS interface should be intuitive and easy to navigate, providing clear instructions and guidance at each booking step. Implementing responsive design features ensures the system works well across different devices. Quick loading times can be achieved with efficient database queries and minimizing graphics or scripts that can slow down the site. Additionally, providing clear help documentation and user guides can enhance the overall user experience .

Enhancing customer experience in an HRS can be achieved by streamlining the booking process, making registration optional for returning guests with retrieved stored details for quicker transactions. Offering dynamic room suggestions based on previous stays or preferences can also add value. For the check-out process, automated billing and payment systems reduce wait times, while enabling guests to leave feedback or request an invoice online improves convenience. These enhancements elevate customer satisfaction by reducing friction at key interaction points .

A UML activity diagram for an HRS should illustrate the dynamic aspects of the system such as the flow of control from one activity to another, including actions like 'User Login,' 'Room Selection,' 'Booking Confirmation,' 'Payment Processing,' and 'Reservation Editing.' Decision points, representing conditional branches in workflows, need to be included, for example, determining if a customer is registering as a new user or logging in. Swimlanes can be used to represent different actors responsible for each activity, highlighting interactions between users and system components .

When analyzing the functional requirements of an HRS, it is critical to address the various roles and tasks the system must support, such as room reservations with user specifications for room type and dates, user account creation and login, editing booking information, and generating reservation codes. Additionally, receptionist functions such as checking reservations, generating reports, and handling the check-in/check-out process must be considered. These requirements also include the ability for the system to display detailed room information and generate booking invoices .

You might also like