Restaurant Dining System Donald Kaulukukui. Introduction ► Team manager = ME ► Secretary = ME ► President = ME ► R & D = ME ► Tester = ME.

Slides:



Advertisements
Similar presentations
Point of Sale (POS) Client & Back Office Server. Operational Concept What is our Objective? What is our Objective? What are our Goals? What are our Goals?
Advertisements

Cutting-edge technology for the development of business software applications Takes advantage of the most recent international trends, combining Microsoft.NET.
Brad Berdine Brian Henze Beth Cohlman Bryan Schiele.
MICHAEL MARINO CSC 101 Whats New in Office Office Live Workspace 3 new things about Office Live Workspace are: Anywhere Access Store Microsoft.
ICS 434 Advanced Database Systems
Components of GIS.
Morbadevi Softwares Work with ease… Ready-Made Garments Management Software Demo By Morbadevi Softwares®2014, All Rights Reserved.
ONYX RIP Version Technical Training General. Overview General Messaging and What’s New in X10 High Level Print and Cut & Profiling Overviews In Depth.
Network Design and Implementation
Business Circle Module Implementation/Testing Charles Brexel.
Electrical and Computer Engineering Vitaly Gordievsky Alex Trefonas Scott Richard Matt Beckford Final Project Review.
Fuel Cell Modeling Team Members: Albert Wong Faculty Advisor: Dr. Blekhman Department of Computer Science and Technology College of Engineering, Computer.
WebQuests Integrating Technology into the Curriculum — PT NIU —
Web-based Truth Table Program S07 EE296 Project. Introduction Team IDK: Jason Axelson, Bryant Komo Roles: Designers, testers, programmers.
Restaurant Dining System Donald Kaulukukui. Introduction ► Team manager = ME ► Secretary = ME ► President = ME ► R & D = ME ► Tester = ME.
Microsoft Visio is diagramming software for Microsoft Windows. It uses vector graphics to create diagrams. The 2007 Standard and Professional editions.
Course Map The Java Programming Language Basics Object-Oriented Programming Exception Handling Graphical User Interfaces and Applets Multithreading Communications.
Stubbornsoft. Point of Sale Application Retail & POS Management Solution supports bar code readers for faster checkout and inventory control, printing.
July Software outline The Micronet Messaging Application (MMA) is an advanced, configurable, software application running on Micronet M-Series,
SOA & BPM Business Architecture, SOA & BPM Learn about SOA and Business Process Management (BPM) Learn how to build process diagrams.
What are computers? Computers are machines that perform tasks or calculations according to a set of instructions, or programs. The first fully electronic.
Terminal Services in Windows Server ® 2008 Infrastructure Planning and Design.
Using Group Policy to Manage User Environments. Overview Introduction to Managing User Environments Introduction to Administrative Templates Assigning.
3DROCK+ KICK START HANDS-ON SHORT COURSE ON USE OF SOFTWARE FOR UNDERGROUND MASTER PLANNING 3DROCK+ KICK START HANDS-ON LIEW YONG SEONG B.Eng (Hons.),
Software Testing. Introduction Testing is often left to the end of the project which is generally not a good idea. Testing should be conducted throughout.
Information Systems Security Computer System Life Cycle Security.
PowerPoint Presentation By: David Larson. IPA’s Identify Components of Visio 2010 interface, navigate a Visio drawing, and get help Using Visio. Manipulate.
Information Systems Chapter 5 Building the database Part 1. Unsing Access.
Case Study :. Introduction The ATM network will consist of a large number of ATM machines distributed over a wide geographical area. The network must.
GROUP POLICIES AND SECURITY USING WINDOWS SERVER 2008 Raymond Ross EKU, Dept. of Technology, CEN.
Grob Systems, Inc., the customer, requires an industrial computer system that will have a function of acquiring raw data, processing the data, presenting.
Touch ‘N’ Serve By: Komal Sharma Presented to: Dr. Robert Zhu Vasudha Godugu Vishwada Godugu Avantt Karra Rakesh Kumar Gunda.
ISYS 562 Microcomputer Business Applications David Chao.
ACTIVE DIRECTORY : AN INTRODUCTION The Network Team Knox County Schools.
QuikTrac 5.5, a validated Motorola Software Solution, allows you to take your Host ERP screens and extend them out to fixed or mobile devices including.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 22 Slide 1 Software Verification, Validation and Testing.
AutoTester & UAT Automation Framework By SSTZ-UAT.
CS/SWE 421 Project Overview Dan Fleck. Project Overview Team Formation Team Formation - just to get an idea of who you are and what you want to do Detailed.
1 DOKUZ EYLUL UNIVERSITY DEPARTMENT OF INDUSTRIAL ENGINEERING DEPARTMENT OF INDUSTRIAL ENGINEERING SUNAY CAN
Center for Advanced Vehicular Systems Information System and Management Tool Matthew Denton Julie Sparkman Jon Yu Anshuman Ghai Matthew Denton Julie Sparkman.
Click to add text SUITE SEM Implementation Process Training.
MIS 7003 MBA Core Course in MIS Professor Akhilesh Bajaj The University of Tulsa Introduction to S/W Engineering © All slides in this presentation Akhilesh.
SOFTWARE SYSTEM LABORATORY 1 COMPUTERED GRADUATION FORM Performers: Ofir Medlinsky Ahmad Hamdan Instructor: Victor Kulikov GF.
Saturday, 7 Feb 2009 Donald Kim Lab, POST 214.  James Cuaresma – Software Designer  David Ota – Software Designer.
C A N S Context-Aware Activity Notification System.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Network Monitoring Through Mobile (MOBTOP) Developed By : Akanksha Jain. (102199) Shikha Arora (101319) Team Name: Beans Course: CS532 Guided By:Prof.
© 2011 Microsoft Corporation. All rights reserved.
By: Hossein and Hadi Shayesteh Supervisor: Mr. James Connan.
Module 1: Introduction to Windows 2000 and Networking.
Software Test Plan Why do you need a test plan? –Provides a road map –Provides a feasibility check of: Resources/Cost Schedule Goal What is a test plan?
Project Dow: Extending EclipseTrader Emmanuel Sotelo Fall 2008.
$aveZone Milestone 1 $aveZone Milestone 1 Fifth team: Dima Reshidko Oren Gafni Shiko Raboh Harel Cohen.
Automation Build TFS 2010 Trainer: Eran Ruso. Training Agenda Team System Introduction SCM – Classic – Feature Crus Team Build 2010.
About Bitochon Technologies Service Software Our online service.
Advanced Higher Computing Science
Tool Support for Testing
Duration: How long will a lecture take?
Software testing
SuiteCRM – Magento Integration
Printers.
Database Management Systems
EcoCAR3 Year 2 CAL STATE LA.
Introduction & Overview
Untapped Potentials of ‘Console’
Introduction to Software Testing
Analytics Plus Product Overview 1.
The Software Engineering Process
Team Skill 6 - Building The Right System Part 1: Applying Use Cases
ACTIVE DIRECTORY An Overview.. By Karan Oberoi.
Presentation transcript:

Restaurant Dining System Donald Kaulukukui

Introduction ► Team manager = ME ► Secretary = ME ► President = ME ► R & D = ME ► Tester = ME

Overview ► Create a computer system for a restaurant that will handle checks, tables, servers, and item information. ► Allow easy manipulation of table data and allow for ease of customization.

General Approach ► My main approach will be to design the program using C++ object oriented design. ► Data structures (lists, classes, etc.)to handle data modification and access. ► Implement a GUI for use on touch screen terminals

Potential Problems ► Complex Data Structures ► Making wrong decisions in planning stage ► Implementation of GUI ► No experience using GUI

What I Expect To Learn ► Deeper understanding of C++ and it’s advanced features. (templates, classes, etc.) ► How to implement & configure a GUI ► General approach to designing a usable software application ► Software Engineering

Deliverable Goals ( SPR 07 ) ► Working program with basic features ► User friendly GUI

Future Plans ( FALL 07 ) ► Add more advanced features ► Reservation system integration ► Network printers & computers to simulate real restaurant system.

Gantt Chart