Team Illusion Members: Nathan Vickers Stephen Schoenberger Joshua Dodson Philip Fahnestock.

Slides:



Advertisements
Similar presentations
NetPay provides best and effective solution for company Managers to maintain their employee scheduling task (including staff in/out details, overtime,
Advertisements

System Area Network Abhiram Shandilya 12/06/01. Overview Introduction to System Area Networks SAN Design and Examples SAN Applications.
1 CS2SPE- Group project presentation Haia Al-Majali Bojin Zhou Rania Ali Suraj Patel Fatima Tunc Victoria Casas Sam Diab 19 th March 2008.
Network Management Overview IACT 918 July 2004 Gene Awyzio SITACS University of Wollongong.
Conquering Complex and Changing Systems Object-Oriented Software Engineering TJSS System Design Lecture 12 Päivi Ovaska.
Student/Instructor Performance Tracking Team 12: Trent Chamberlin, Matt Smith, Michael Williams.
Graphical User Interface (GUI) Nelson Padua-Perez Chau-Wen Tseng Department of Computer Science University of Maryland, College Park.
GREEN CORP’S Blue Team Stock Trading System Fall 2000 Software Engineering I.
Microsoft Operations Manager Presented by: Alen Plicanic.
Domain Specific Kit for Business Rule Management By Netsoft Sponsored By CyberSoft.
Course Instructor: Aisha Azeem
Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.
PHP Web Development, PHP Programming
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 18 Slide 1 Software Reuse 2.
Central Online Grading System COGS Dec15-21 dec1521.sd.ece.iastate.edu.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
ABSTRACT Zirous Inc. is a growing company and they need a new way to track who their employees working on various different projects. To solve the issue.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Week 7 Lecture Web Database Development Samuel Conn, Asst. Professor
Ruby & rails by Nicholas Belotti. What is ruby Ruby is an object orientated scripting language. In Ruby...everything is an object! Ruby was released in.
Social Network for Behavior Change Team #11: Gavin Monroe Nicholas Schramm Davendra Jayasingam Client: Yolanda Coil Advisor: Simanta Mitra.
Java Omar Rana University of South Asia. Course Overview JAVA  C/C++ and JAVA Comparison  OOP in JAVA  Exception Handling  Streams  Graphics User.
Web Services Experience Language Web Services eXperience Language Technical Overview Ravi Konuru e-Business Tools and Frameworks,
Quality Attributes of Web Software Applications – Jeff Offutt By Julia Erdman SE 510 October 8, 2003.
Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur.
Our Online Courier Management Application is developed with the latest technology and State of the Art Database. This Management Software will be very.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Software Breakdown. Monday, October 26, 2009 CS410 Green Team Fall High Level Architecture.
Our Customers: Construction & Infrastructure Online business Sports Channel Logistics Mass Media & Entertainment IT & Consulting.
Computer Emergency Notification System (CENS)
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Case Study Dynamic Website - Three Tier Architecture
Theia Technical Design Presentation 3. Theia Overview Theia’s purpose is to create three dimensional, virtual representations of a room. To allow the.
Jini Architecture Introduction System Overview An Example.
DataFlow Diagram – Level 0
Reading Flash. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also choose some.
Integrating Charity into Everyday Life Share Jar.
Jini Architectural Overview Li Ping
Rick Conrad, Efrain Lopez III, Saeed Noori. What is Experience Sampling? Survey method People’s experiences Real-time Format Paper and Pencil Handheld.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 JSP Application Models.
OPEXShare The New Cloud-based System for DOE Operating Experience Presented by Gerry Whitney Mission Support Alliance, LLC DOE Operating Experience Committee.
Chapter 9 Web Application Design. Objectives Describe the MVC design pattern as used with Web applications Explain the role and responsibilities of each.
1. 2 A scalable, feature-rich VMS solution, delivers enterprise- level performance along with freedom of choice, enabling system customization and compatibility.
ISYS 350 Building Business Applications David Chao.
Mach-II Primer Ben Edwards An Introduction to Mach-II: An event-based, implicit invocation web-application framework.
Web Development Resources for Project 1 Tyler Moore University of Tulsa CS 7403: Secure Electronic Commerce Spring
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 6 - Essentials of Design an the Design Activities.
Architecture Overview Server Database (can be on the server or separate ) Client1 Client2 Client3 HTTP  View ppt notes pages for discussion!
Centralized Grading System. LCO Objectives Operational Concepts System Requirements System and Software Architecture Lifecycle Plan Feasibility Rationale.
ECpE Student Database Team 21 Adviser: Tien Nguyen ECpE and Tony Moore.
PRODUCT LOCATOR PresentedBy Richard Raehl. INTRODUCTION  Large stores with diverse inventories  Provide to the customer a computer terminal that has.
Introduction Software Project Management Plan Software Requirements Specifications Software Design Description Software Test Result.
START Application Spencer Johnson Jonathan Barella Cohner Marker.
CAPSTONE PROJECT iTest Group Members Dao Van Son Le Thi Huy Duong Do Thanh Trung Nguyen Duc Loc SupervisorNguyen Van Sang.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
ISYS 350 Building Business Applications
Netscape Application Server
A scalable, feature-rich VMS solution, delivers enterprise-level performance along with freedom of choice, enabling system customization and compatibility.
Introduction to web development concepts
Web Engineering.
PHP / MySQL Introduction
ISYS 350 Building Business Applications
University Event Management System
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
By Akeem Jenkins Weijia Wang
Online Solution for Small Shop
Presentation transcript:

Team Illusion Members: Nathan Vickers Stephen Schoenberger Joshua Dodson Philip Fahnestock

Overview  Web interface that allows teacher remote access of learning system  Provides a quick and easy way monitor students and make critical changes  Use MySQL database to pull information

Data Design  Heart of the data is in the database that the website will communicate with  Listener and talker modules

Architecture  Model-View-Controller architecture combined with components of an event- driven architecture  User events cause database actions which display results back to the user

Example of MVC Architecture

User Interface Design  Website built in HTML with CSS scripting  Viewable on any web capable platform  No special software (or hardware)  Login must occur to view/edit any data  Will be friendly and keep user in control of his/her situation within the system

Testing Concerns  Classification’s of tests will include  Database testing  Layout/design testing of the website  Alpha and beta testing by teachers  Ensuring data is delivered in  A user friendly manner  No delay such that multiple users will not hamper the system

Limitations  Reliable connection between the website and database must exist to ensure 24x7 uptime  Website must be secure and have secure connections to external entities (database and users)

Questions?