Hotel reservation website UI specification Tom Hastjarjanto Christina Manteli Oscar de Groot Benjamin Bach.

Slides:



Advertisements
Similar presentations
AutoBid Welcome to the AutoBid Tutorial. AutoBid Autobid is ideal for those who like to benefit from the auction savings but do not have the time to participate.
Advertisements

E-Ticket Airline Reservation System (ETRS)
Bossard Inch Catalog User Manual. © Bossard Bossard Inch Catalog - User Manual Table of Contents Introduction Getting around the site Fastener Search.
 Copyright I/O International, 2013 Visit us at: A Feature Within from Vendor Payment Terms User Friendly Maintenance 
Jnan B2C Features Hotel Reservation - B2C Features  Hotel Search on country, city wise  Hotel sort options  Filter search option  Hotel rates  Hotel.
Hotel Reservation System Team B: Christiaan Ypma Martijn Nijenhof Oscar de Groot Tom Hastjarjanto.
1 GetThere User Training Booking & Managing Online Travel.
How to Use This Punch-out Training Guide
[BA3750 PRODUCT or SERVICE] Your Logo Here Insert Product Photograph Here.
Quick Reference Guide ACCESSING SITE SEGOnline is Sony’s online booking site for booking business travel. To access SEGOnline, direct your Web browser.
Regal Web Booking Engine Group Booking User Guide.
USER MANUAL USER MANUAL 19 July TABLE OF CONTENTS System Description5 How It Works?6 Maxxbooking Plugin7-8 Hotel Info & Description10 Hotel Details11.
Using the Supplier Relationship Management (SRM) CDW-G Punch-out Catalog.
TWU Student Union Online Reservation System Training Session.
MyFloridaMarketPlace MyFloridaMarketPlace Icons Job Aid Revised Date: 12/17/03.
1 ITSS This overview contains three main sections How to Register for ITSS Application Access Contains guidance on how to create your profile and access.
Hotel Reservation UI Ales, Christina, Christiaan, Vasilis.
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.
Hotel reservation UI Merijn Bellekom Ard Bahlman Vassilis Boucharas Martijn Nijenhof.
State of Kansas Travel Authorizations Statewide Management, Accounting and Reporting Tool Entering a Travel Authorization Navigation: Employee Self Service.
Purchase Order and Invoice Guide
Using As series of training presentations How to edit an existing project September,
USER MANUAL USER MANUAL 21 June TABLE OF CONTENTS System Description4 How It Works?5 PLUGIN Maxxbooking Plugin6-7 Hotel Info & Description8-9 Availability.
Use Case Modeling Example By: Dr. Issam Al-Azzoni.
FIX Eye FIX Eye Getting started: The guide EPAM Systems B2BITS.
State of Kansas Travel Authorizations Statewide Management, Accounting and Reporting Tool Entering a Travel Authorization Navigation: Travel and Expense.
Navigation 1 1 Quick Reference Guide Our services are broken down into 3 different areas. Clicking on each area will take you to the relevant product catalogue.
Data Flow Diagrams CP1 Computing.
Non-Stop Savings. Guaranteed. ResX 4.0 System Updates And Upgrades.
Merijn Bellekom Christina Manteli Ales Sturala Vassilis Boucharas.
Use Case Diagrams A Detailed Description. Use Case Diagrams Use case diagrams describe relationships between users and use cases A use case is a (usually.
The overview of Hotel Management System Currently at the Okinawa International hotel, routine procedures like; vacant room inquiry, reservation and cancellation.
© Sentek Pty Ltd 2006 For over 15 years revolutionizing soil moisture, fertilizer and salinity management EnviroSCAN Diviner 2000 EnviroSMART EasyAG IrriMAX.
I Travel Booking Training
Job site An Inside Look…
Compatible with the latest browsers; Chrome, Safari, Firefox, Opera and Internet Explorer 9 and above.
Paul Ammann & Jeff Offutt
SPMS ACCOMMODATION MODULE
Room and Resource Reservations
Microsoft Office Access 2010 Lab 2
On-line Training for iBooking.
Document Flow Manager 4.10 CEVA Business Users
Administrator Training
Insert Product Photograph Here
INX Incontrol mobile v5 Incontrol mobile user guide
Traceability from Use Cases to Test Cases
B2B Portal Training Materials
User Guide Portman Livewire
PPS/OPTRS Departmental Roles Structure System
Product Name.
The online helpdesk can be used for logging to types of request:
Granting support access for individuals to Bill to IDs
Granting support access for individuals to contracts
FTS 2 Failure Tracking System 2 Repair Process Flow
Paul Ammann & Jeff Offutt
Use Case Modeling Example
Software Requirements Specification Document
Searching Concur Travel
CREATING DISTRIBUTION IDS IN details Online
On-line Training for iBooking.
Product Name.
Product Name.
B2B Portal Training Materials
Hotel Reservation Receipt
Application instructions
Find your school and click on it.
Quick Guide for Online Ordering
IBM SCPM MCV Page August 7, 2019.
Presentation transcript:

Hotel reservation website UI specification Tom Hastjarjanto Christina Manteli Oscar de Groot Benjamin Bach

Page Flow Diagram

Assumptions Suggestions are only relevant if there are no matches All necessary information about a room type can be displayed in the results list Specification is intended both for developers and designers An existing back-end specification supports this UI specification Conventions Every page is considered a function taking arguments – e.g. Page(someArgument) “  Page(…)” indicates navigation to specified page.

Search(errorList)

Description: Main search form for available rooms Labeled input fields for – Date of arrival – Date of departure – Number of people – Desired room type Page will include error messages (errorList) if previous search input was invalid. When form is submitted: – If valid  Search(errorList) – Else  Results(…)

Results(searchInput, pageNo, sortOrder)

Description: Display list of matches or suggestions based on user’s input If there are exact matches – Display matches in ResultPanel Else if there are suggestions – Display suggestions in ResultPanel Else – Display message that there are no results.

ResultPanel Description: A list of bookingOptions (matches or suggestions) that can be sorted and browsed per page. A message describing the type and number of bookingOptions For each bookingOption, display: – For each room type in bookingOption, display: Room type, description, picture – Total price – Checkout button  Checkout(bookingOption, error) Asc./desc. sorting buttons – Total price of each bookingOption  Results(…, …, sortOrder) Limit no. results per page to some constant: – If next page exists: Display next-button – If previous page exists: Display previous-button

Checkout(bookingOption, errorList)

Description: Input form for user’s personal data and payment information Display brief overview of selected bookingOption Page will include error messages (errorList) if previous checkout input was invalid. On Submit, information is validated: – If valid  Confirmation(bookingOption, checkoutDetails) – Else  Checkout(bookingOption, errorList)

Confirmation (bookingOption, checkoutInput)

Description: Allows the user to review his choices so far and confirm them. Displays an overview of: – Details of the booking option – Supplied personal information – Supplied payment details Confirm-button  Completion()

Completion() Congratulation, you’ve just successfully booked a set of rooms. Rest assured that you will be billed.

Questions?