Hotel User Interface Specification Team B Christiaan Ypma Ales Sturala Paul van der Ende.

Slides:



Advertisements
Similar presentations
Tips and Tricks Laurie Tralle, Mary DAndrea & Marla Delaney.
Advertisements

Relational Algebra Relational algebra consists of a set of relational operators Each operator has one or more relations as input and creates a new relation.
© Abdou Illia MIS Spring 2014
ClassGrab Software Test Plan Computer Science Department University of Alabama in Huntsville Dr. Rick Coleman, Instructor CS 499, Senior Project.
CSCI3170 Introduction to Database Systems
COMP 3715 Spring 05. Working with data in a DBMS Any database system must allow user to  Define data Relations Attributes Constraints  Manipulate data.
Hotel Reservation System Team B: Christiaan Ypma Martijn Nijenhof Oscar de Groot Tom Hastjarjanto.
Performance Tuning on Hotel Reservations Sanitized consulting story.
ATM – requirements Team B Tom Hastjarjanto Martijn Nijenhof Ales Sturala Paul van der Ende.
COMP106 Assignment 2 – A new interface design Proposal 6.
A Framework for Pay-as-you-go Extraction Ontology Based Information Retrieval Andrew Zitzelberger.
© The McGraw-Hill Companies, 2006 Chapter 9 Software quality.
Kirkwood Center for Continuing Education Introduction to PHP and MySQL By Fred McClurg, Copyright © 2010 All Rights Reserved. 1.
1 Ranked Queries over sources with Boolean Query Interfaces without Ranking Support Vagelis Hristidis, Florida International University Yuheng Hu, Arizona.
Enerk Design Software for HVAC Enerk A.H.C. van Paassen and T.P. van der Stelt Mei 2003.
Reference and Instruction Automated Statistics Gathering and Reporting System Members: Patrick Chen (pyc7) Soo-Yung Cho (sc444) Gregg Herlacher (gah24)
University of Liverpool Proposed New Library Interface A Direct Manipulation based strategy COMP106 Assessment 2Proposal 16.
HYPERGEO 1 st technical verification ARISTOTLE UNIVERSITY OF THESSALONIKI Baseline Document Retrieval Component N. Bassiou, C. Kotropoulos, I. Pitas 20/07/2000,
Overview of Search Engines
Graphical User Interfaces A Quick Outlook. Interface Many methods to create and “interface” with the user 2 most common interface methods: – Console –
Regal Web Booking Engine Group Booking User Guide.
ASP.NET Programming with C# and SQL Server First Edition
Using SQL Queries to Insert, Update, Delete, and View Data Date Retrieval from a single table & Calculations © Abdou Illia MIS Spring 2015.
Chapter 10 Queries and Updating Part C. SQL Copyright 2005 Radian Publishing Co.
Weeding in ALEPH Library Staff Training © South Dakota Library Network, 2013 ©Ex Libris (USA), 2011 Modified for SDLN Version
CSCI3170 Introduction to Database Systems
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Introducing.
Hotel Reservation UI Ales, Christina, Christiaan, Vasilis.
Hotel Reservation Specification Ales, Christina, Christiaan, Vasilis.
NoZama Group Development Plan 1/31/02. Functionality First Release Price Comparison User Profile Book Recommendation …With limited functionality.
Medline on OvidSP. Medline Facts Extensive MeSH thesaurus structure with many synonyms used in mapping and multidatabase searching with Embase Thesaurus.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 32.1 Reviewing the Bookstore Application 32.2.
NoteSearch - Find what you’re looking for. Prototype Team B.
Reports 5.02 Understand database queries, forms, and reports used in business.
Implementing the Theory dBase Operations in MS Access.
Oracle Command Spool Spool C:\temp\Lab9.lst Select Hotel_no, room_no, type, price From Room Order by Hotel_no; Spool Off.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 31.1 Reviewing the Bookstore Application 31.2.
Access Chapter 3-Obtaining Answers to Your Data Questions.
Copyright © 2015 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 13 GUI Programming.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Student Grades Application Introducing Two-Dimensional Arrays and RadioButton.
In this session, you will learn to: Query data by using joins Query data by using subqueries Objectives.
Merijn Bellekom Christina Manteli Ales Sturala Vassilis Boucharas.
Lab 1 Writing Interactive Queries CISB514 Advanced Database Systems.
April 20022/CS/3XAPP 1 Database Design Anatomy of an application John Wordsworth Department of Computer Science The University of Reading
Manipulating Data Lesson 3. Objectives Queries The SELECT query to retrieve or extract data from one table, how to retrieve or extract data by using.
Department of Communication Engineering, NCTU 1 Title of Your Project Name.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Input and Output Output Prompt: –A message displayed to the user indicating what they are to enter. Should be clear and exact on what you want. write:
MySQL Tutorial. Databases A database is a container that groups together a series of tables within a single structure Each database can contain 1 or more.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
PAIR project progress report Yi-Ting Chou Shui-Lung Chuang Xuanhui Wang.
Hotel reservation system Team A Benjamin Bach Ard Bahlman Paul van der Ende.
How to book hotel on line IMWA2014 secretariat May 28, 2014.
Unit 3 Assignment 1 p2 Daniel Russell. How information is managed To begin with all of the hotels systems what deal with customers bookings and all that.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Stale Curve Query Tool Input Screen 0 – 2 Years 2 – 5 Years 5 + Years Book Type # of Stale % of Total Average Curve Code Portfolio Code Ref. Months.
Hotel reservation website UI specification Tom Hastjarjanto Christina Manteli Oscar de Groot Benjamin Bach.
Topics Graphical User Interfaces Using the tkinter Module
Ishan Sharma Abhishek Mittal Vivek Raj
Assignment 2.
SIPOC <Insert Process Title Here>
Tutorial 12 – Security Panel Application Introducing the Select Case Multiple-Selection Statement Outline Test-Driving the Security Panel Application.
Supplier name / number appears ACTIONS:
Name of Project Manager Date
Around the room Orders of operations.
Adding Like Terms Guided Notes
Manipulating Data Lesson 3.
PCP – IP Practice.
Presentation transcript:

Hotel User Interface Specification Team B Christiaan Ypma Ales Sturala Paul van der Ende

System Input Booking:: –[Room] rooms –Date fromDate –Date toDate Room :: [RoomType] Server.search(Booking booking) Server.confirm(Booking booking)

System Output server.retrieveExactMatches() –returns (Booking exactMatch, Price totalPrice) server.retrieveSuggestions() –returns [(Booking suggestion, Price totalPrice)]

Booking Form Consist of 3 area’s –selectionForm User can specify his/her requirements –exactMatchForm –suggestionForm User can select his/her wanted combination of rooms (when there is no exact match)

selectionForm inputFromDate –dateSelector inputEndDate –dateSelector listWantedRooms –List of added rooms, with buttonDelete listRoomType –List of grouped radiobuttons, according to type-categories buttonAddRoom –addRoom with selected types from listRoomType to listWantedRooms buttonSubmitSelection –Submit query to system calls server.search( new (Booking(inputFromDate, inputEndDate, listWantedRooms)), –retrieve exactMatch and suggestions (server.getExactMatch...) –update exactMatchForm suggestionForm

exactMatchForm Contains title which makes it clearly differnet from suggestionsForm Has one bookingItem –Displays wanted booking, with rooms and totalPrice. –buttonConfirm Server.confirm(booking)

suggestionsForm Contains title which makes it clear List of bookingItem.