Iain Smith & Austyn Krutsinger October 23, 3008.  Project Overview  Definitions  Use Cases  Functional Requirements  Non-functional Requirements.

Slides:



Advertisements
Similar presentations
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Advertisements

PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
Integrated Imaging and Document Management System Product Demonstration.
Software Delivery. Software Delivery Management  Managing Requirements and Changes  Managing Resources  Managing Configuration  Managing Defects 
Austyn Krutsinger & Iain Smith November 13, 2008.
Calendar Browser is a groupware used for booking all kinds of resources within an organization. Calendar Browser is installed on a file server and in a.
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Project Design Document: DSS Database Suite Iain Smith & Austyn Krutsinger December 11, 2008.
CompuNet Grid Computing Milena Natanov Keren Kotlovsky Project Supervisor: Zvika Berkovich Lab Chief Engineer: Dr. Ilana David Spring, /
Overview of Program Features. Progress to Date  Discussed with DSS what they want accomplished  Broke tasks down into phases  Completed phase 1 based.
Austyn Krutsinger & Iain Smith. Program Overview  Who is this for?  What does it do?  Key points  Remove the need for paper records  Save all information.
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Database terms Mr. Brunton.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide
Ch 8-3 Working with domains and Active Directory.
An overview of the electronic work permit system in use at the ISAC facility ISAC Electronic Work Permit System Rob Shanks, TRIUMF, Vancouver CANADA,
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Chapter 17: Watching Your System BAI617. Chapter Topics Working With Event Viewer Performance Monitor Resource Monitor.
ODBC the theMIDDLEWAREthatCONNECTS! Presented by Carter-Davis-Wagner CSIS Spring 2002 Dr. Hoganson.
10/26/00Splitting Access Databases...1 Preparing for Access 2000 Windows 2000/Office 2000 Roll-out.
Number Five Software One provider Multiple Solutions professional card design software The most flexible and powerful solution for card issuing! The best.
Computers & Employment By Andrew Attard and Stephen Calleja.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
OPC Database.NET. OPC Systems.NET What is OPC Systems.NET? OPC Systems.NET is a suite of.NET and HTML5 products for SCADA, HMI, Data Historian, and live.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Module 8 Configuring and Securing SharePoint Services and Service Applications.
| See the possibilities… Job Planning Overview Fusion 08 John Berenguer.
7 7 Chapter 7 The University Lab: Conceptual Design Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
TEAM Basic TotalElectrostatic ManagementAwareness&
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
University Of Palestine. Department of Information Technology.
Hello We are looking for a coder to code the following We have a network that has different sites: we need an application that will scan the network and.
Introduction to Computer Administration Course Supervisor: Muhammad Saeed.
California State University, Northridge Certification Process Team B Carlos Guzman John Kramer Stacey LaMotte University of Phoenix.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
Creating a Database Designing Structure, Capturing and Presenting Data.
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
PPM Work Plan and MS Project Schedule Synchronization Procedures Draft for Review & Discussion June 2014 Best viewed in Slide Show mode using Presenter.
A Brief Documentation.  Provides basic information about connection, server, and client.
Microsoft Access 2000 Presentation 1 The Basics of Access.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Student Attendance System Requirement Analysis Presentation.
IMS 4212: Database Security 1 Dr. Lawrence West, Management Dept., University of Central Florida Data & Database Administration Security.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
Database Objective Demonstrate basic database concepts and functions.
Strictly Business Using “StrictlyFused” to Create an Extensible Knowledge Portal.
INTRODUCTION to MIS 12/24/20151 Introduction To MIS Component Overview.
Session 2 –Where does data go? And how do you add a new patient? ELECTRONIC MEDICAL RECORD SYSTEMS.
A Mobile Library Management System Advisor: Dr. Shen Student: Ananta Gampaa November 8 th,2005.
Directory Services CS5493/7493. Directory Services Directory services represent a technological breakthrough by integrating into a single management tool:
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
ECpE Student Database Team 21 Adviser: Tien Nguyen ECpE and Tony Moore.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Web Application for Home Energy Assistance Program
Module 1: SQL Server Overview
Database System Concepts and Architecture
Get to know SQL Manager SQL Server administration done right 
Introduction to Visual Basic 2008 Programming
By Janet Crawford and Dam Luong Submitted to the Faculty of
IsoveraDL Performance Enhancements
Databases.
Database Fundamentals
Presentation transcript:

Iain Smith & Austyn Krutsinger October 23, 3008

 Project Overview  Definitions  Use Cases  Functional Requirements  Non-functional Requirements

 Provide electronic bookkeeping for past and future students to the Disability Support Services department of SIUC.  Allows administrative users full access  Subsequent users will have strictly read access

 Hardware: ◦ Client: Employee’s Workstation ◦ Server: Department Server  Operation System: ◦ Client: Window XP/Vista with.NET Framework and MySQL extension ◦ Server: Windows Server 2000/2003/2008 with.NET Framework and MySQL  Network Connection: LAN  Code Standard: The database will be MySQL

 The client program will by coded in C# using Microsoft Visual Studio 2005  The connection to the DSS Database will be done internally with C# using the MySQL ODBC extension  Performance:The system should save and load the records in the appropriate table of the DSS Database 100% of the time

TermDefinition Access Control ListA list that defines what privileges certain users get for specified applications. Basic Student InformationDawg Tag Number, Social Security Number, Name, Local/Home Address, [cell] Phone Number, Birth Date, Gender, Marital Status, Ethnicity, Current Major and Class, Semesters of Service, Veteran Status and Recent War Participation (Iraq/Afghanistan), Disability Codes and Needs (text conversion, DHS Aff), Assigned Case Worker, and Wheelchair Usage. ClientRefers to the program used to input the student’s data and save it to the database DatabaseCentralized collection of information. Dawg TagUnique number associated to every student and instructor enrolled at SIU. DSSDisabilities Support Services. LANLocal Area Network. A collection of computers connected to each other allowing then to share information and resources. These computers only have access to each other. ServerA computer connected to a LAN and accessed by multiple clients and provides a service to each computer connected. In this case it provides database access.

 UC1: Create Student Entry  UC2: Edit Student Entry  UC3: Archive Student Entry  UC4: Query Student Entries

 UC5: Check-out Equipment  UC6: Check-in Equipment

 FR1: Database Access  FR2: Save Student Information  FR3: Search for Student Information

 NF1: Intuitive User Interface  NF2: Program Package

 Future Iterations ◦ Forms ◦ Test Scheduling ◦ Text Book Ordering ◦ …and anything else they want