Hotel Reservation UI Ales, Christina, Christiaan, Vasilis.

Slides:



Advertisements
Similar presentations
UI Story Board CIS78 Group Project Created by: Aliese Zacharias.
Advertisements

New EHSA User Tutorial To Request Access for Yourself or Another Individual Follow Steps (A )Through (G) To Request Access for Yourself or Another Individual.
Hotel Reservation Specification UI and DB Messaging Team C Christina Manteli Paul Van der Ende Tom Hastjarjanto Vasilis Boucharas.
ATM Security Requirements & Specification Decomposition Team B: Martijn Christiaan Vasilis Benjamin.
Hotel Reservation System Team B: Christiaan Ypma Martijn Nijenhof Oscar de Groot Tom Hastjarjanto.
How to book a hotel through in ?
Chapter 14 Getting to First Base: Introduction to Database Concepts.
1 Session-15 CSIT 121 Spring 2006 Selection with Switch~Case Selection with Switch~Case Need an integer or character to test for Need an integer or character.
New Student Orientation Registration System Stephen Nakamura EE496 Final Presentation Fall 2008.
The easy way to shop online and explore all around market sitting at home Project Created & Presented By: Siddhant Aggarwal 2374 CSE-B(4 TH YEAR) DITM.
ADDITIONAL INSTRUCTIONS Reserving Books. Initial Notes for reserving books instructions - click here for checking status of reserve - click here NOTE.
ShelterPoint™ Data-Entry Workflows. ShelterPoint v5.2.3.
ShelterPoint™ Data-Entry Workflows.
Regal Web Booking Engine Group Booking User Guide.
2.3 Examples: Ski resort information system
© 2005 Avaya Inc. All rights reserved. Avaya ATAC ExchangePlace
Hotel Reservation Specification Ales, Christina, Christiaan, Vasilis.
Okinawa International Hotel Management System. Overview Currently at the Okinawa International hotel, routine procedures like; vacant room inquiry, reservation.
Luxury Hotel Software System Enter Password. Luxury Hotel Software System [ Main Menu ] [ Enter Option ] 2.
Peter Andreae Computer Science Victoria University of Wellington Copyright: Peter Andreae, Victoria University of Wellington Arrays with meaningful indices.
System Initialization 1)User starts application. 2)Client loads settings. 3)Client loads contact address book. 4)Client displays contact list. 5)Client.
Hotel reservation UI Merijn Bellekom Ard Bahlman Vassilis Boucharas Martijn Nijenhof.
Mike Kemakolam Brandon Shrewsbury Adam Thornton. Migrated back to MySQL database Search for rooms by hotel name and floor number Allow the user to view.
Address book By NIRMIT GANG. Main Program  Selection Screen 1.Enter Data 2. Read Data 3. Search Data 4. Modify Data 5. Delete Data 6. Exit Choice.
Slides for User interface design A software engineering perspective Soren Lauesen 2. Prototyping and iterative design August 2006 © 2005, Pearson Education.
Peter Andreae Computer Science Victoria University of Wellington Copyright: Peter Andreae, Victoria University of Wellington Arrays with meaningful indices.
ACCUPLACER Duplicate Student IDs Indiana Department Of Education
Data Flow Diagrams CP1 Computing.
Introducing SpaSTAR spa.str.com. What is SpaSTAR? Competitive benchmarking solution the spa industry has been waiting for Comprehensive analysis segmented.
Forms 5.02 Understand database queries, forms, and reports.
 Shopping Basket  Stages to maintain shopping basket in framework  Viewing Shopping Basket.
RATE. 2 Log in Keying in group /hotel code, user name, password and verify code. Then, click‘Login’ to get in homepage.
HR Re-sets Employee’s EmpowHR Password When Employee Failed to Set His/Her “Forgot Your Password” Profile in EmpowHR.
ASSIGNMENT 2 Salim Malakouti. Ticketing Website  User submits tickets  Admins answer tickets or take appropriate actions.
How to Use The DCVB System Go to :
CSCI 6962: Server-side Design and Programming Shopping Carts and Databases.
Car Rental Reservation System CST 338 Sherelien Haase.
Merijn Bellekom Christina Manteli Ales Sturala Vassilis Boucharas.
Collaborate. Coordinate. Evaluate. Connecting Communities > Demonstrating Outcomes ™ / I&R Housing Youth & Family Services Older Adult Services ShelterPoint™
Hotel User Interface Specification Team B Christiaan Ypma Ales Sturala Paul van der Ende.
WELCOME TO GGC BOOKING Where you can book a library room Enter Site GGC ID Password.
Hotel reservation website UI specification Tom Hastjarjanto Christina Manteli Oscar de Groot Benjamin Bach.
Hotel reservation DB specification Benjamin Ard Tom.
1 License Host Transfer Audience: Authorized Business Partners and Avaya. Module Scope: License host transfers changes the license entitlement ownership,
A new, EXCLUSIVE & unique online HOTEL booking system for group TRAVEL
Design Skills Example.
Register Account.
Welcome to the library reservation system!
Booking Platform: Check Out Sending a Quote Saving a Quote
Airbnb Clone Script | Airbnb Clone | Airbnb Script H T T P S : / / W W W. P H P S C R I P T S M A L L. C O M /H T T P S : / / W W W. P H P S C R I P T.
Booking Platform: Check Out Sending a Quote Saving a Quote
User Guide Portman Concur
Lecture 3: Working with Data Structures
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
Recognize Excellence & Development
Unit Flow In the long run, the product flow through each operation must be proportional to the output flow of the process 8/24/04 Paul A. Jensen Operations.
Welcome to GGC library Room Reservation
Class Examples.
Getting to First Base: Introduction to Database Concepts
STORE MANAGER RESPONSIBILITIES.
Cancel a room booking No No No Next page Yes Yes Yes No Yes Next page
Getting to First Base: Introduction to Database Concepts
Around the room Orders of operations.
Getting to First Base: Introduction to Database Concepts
Grocery Store Outline csc242 – web programming.
© All Rights Reserved.
Arrays & Loops.
Arrays & Loops.
Types of Errors And Error Analysis.
Presentation transcript:

Hotel Reservation UI Ales, Christina, Christiaan, Vasilis

Hotel reservation system DB UI HR

States Init : initial state, stores [Room type] Search : stores entered BookingOption Results : stores received [BookingOption] Checkout : BookingOption, PersonalInfo, PaymentInfo Finish : empty

Initialisation PreInOutPost InitBIGBANGHR: Get room types Init

Searching PreInOutPost InitUI: User search input HR: Search query(Search, new SID) (Search, SID) UI: User search input HR: Search query(Search, SID) HR: Search error UI: Search page(Search, SID) HR: Search result UI: Results page(Results, SID) SID : session id unique per user

Results & Checkout PreInOutPost (Results, SID)UI: Selected BookingUI: Checkout page(Checkout, SID) UI: Checkout inputDB: ConfirmationRequestCheckout, SID) (Checkout, SID) DB: ReservationAccept UI: Finish(Finish, SID) (Checkout, SID) DB: ReservationReject UI: Checkout page(Results, SID) (Checkout, SID) DB:ReservationErrorUI: Checkout page(Checkout, SID)

Changes Rational No cancel functionality from team C Removed the S-curve from team B

Questions