Presentation is loading. Please wait.

Presentation is loading. Please wait.

February 21, 2006 1 Remote Monitoring System EIN Systems Environmental Intelligence Network Systems Remote Monitoring System - Detailed Design - Welcome.

Similar presentations


Presentation on theme: "February 21, 2006 1 Remote Monitoring System EIN Systems Environmental Intelligence Network Systems Remote Monitoring System - Detailed Design - Welcome."— Presentation transcript:

1 February 21, 2006 1 Remote Monitoring System EIN Systems Environmental Intelligence Network Systems Remote Monitoring System - Detailed Design - Welcome Mr. Ken Swarner Dr. Tim Lederman Mr. Ken Swarner Dr. Tim Lederman Systems Administrator Professor

2 February 21, 2006 2 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Roger Bacon 328 February 21, 2006 Anthony Ruotolo: Introduction & Overview Michael Devanandan:Review of Prototypes Joseph Halvey:Database Design Vernell Mitchell:Testing Anthony Ruotolo:Conclusion Ybelka Brito:PowerPoint Conductor

3 February 21, 2006 3 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Anthony Ruotolo Project Overview

4 February 21, 2006 4 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Michael Devanandan Review of Prototypes

5 February 21, 2006 5 Remote Monitoring System EIN Systems Sensored User-Login EIN Home

6 February 21, 2006 6 Remote Monitoring System EIN Systems Sensored User-Home

7 February 21, 2006 7 Remote Monitoring System EIN Systems Sensored User-Device MGMT

8 February 21, 2006 8 Remote Monitoring System EIN Systems Sensored User-User Settings

9 February 21, 2006 9 Remote Monitoring System EIN Systems Sensored User-Logs

10 February 21, 2006 10 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Joseph Halvey Database Design

11 February 21, 2006 11 Remote Monitoring System EIN Systems Relationship Report

12 February 21, 2006 12 Remote Monitoring System EIN Systems Table Descriptions User- This table stores information about a user in the database. User- This table stores information about a user in the database.

13 February 21, 2006 13 Remote Monitoring System EIN Systems Table Descriptions (continued) Event - This table stores information about a event of a device in the database. Event - This table stores information about a event of a device in the database.

14 February 21, 2006 14 Remote Monitoring System EIN Systems Table Descriptions (continued) Location - This table stores information about a registered location in the database. Location - This table stores information about a registered location in the database.

15 February 21, 2006 15 Remote Monitoring System EIN Systems Table Descriptions (continued) Guest - This table stores information about a guest user in the database. Guest - This table stores information about a guest user in the database.

16 February 21, 2006 16 Remote Monitoring System EIN Systems Table Descriptions (continued) Goose - This table stores information about a goos in the database. Goose - This table stores information about a goos in the database.

17 February 21, 2006 17 Remote Monitoring System EIN Systems Table Descriptions (continued) Camera - This table stores information about a camera in the database. Camera - This table stores information about a camera in the database.

18 February 21, 2006 18 Remote Monitoring System EIN Systems Table Descriptions (continued) Alert- This table stores information about a Alert in the database. Alert- This table stores information about a Alert in the database.

19 February 21, 2006 19 Remote Monitoring System EIN Systems Table Descriptions (continued) Peripheral - This table stores information about a peripheral in the database. Peripheral - This table stores information about a peripheral in the database.

20 February 21, 2006 20 Remote Monitoring System EIN Systems Logical Data Store A logical data store is a description of the fields in the tables of a database. A logical data store is a description of the fields in the tables of a database. It is used to help plan the schema of a database. It is used to help plan the schema of a database. This logical data store will be used in the creation of the User Database for the Environmental Monitoring System. This logical data store will be used in the creation of the User Database for the Environmental Monitoring System.

21 February 21, 2006 21 Remote Monitoring System EIN Systems User Table User ID – A unique ID number for the user’s account. NUMBER User ID – A unique ID number for the user’s account. NUMBER E-mail Address – the e-mail address of the user, used to identify the user at login. VARCHAR (50) E-mail Address – the e-mail address of the user, used to identify the user at login. VARCHAR (50) Password – The user’s password supplied at login to give access to the system. Must be between 6 and 12 characters long, including at least one upper case, one lower case, and at least one of the following characters: $, *, #, &, ^, |, =, %. VARCHAR (13) Password – The user’s password supplied at login to give access to the system. Must be between 6 and 12 characters long, including at least one upper case, one lower case, and at least one of the following characters: $, *, #, &, ^, |, =, %. VARCHAR (13) First Name – The user’s first name. VARCHAR (30) First Name – The user’s first name. VARCHAR (30) Last Name – The user’s last name. VARCHAR (30) Last Name – The user’s last name. VARCHAR (30) Security Question/Answer Data – The security question and answer used to recover a password if the user loses it. VARCHAR (50) Security Question/Answer Data – The security question and answer used to recover a password if the user loses it. VARCHAR (50)

22 February 21, 2006 22 Remote Monitoring System EIN Systems Location Table Location ID – A number assigned to each location to be used as the primary key in the Location table. It is used to identify specific locations. Number Location ID – A number assigned to each location to be used as the primary key in the Location table. It is used to identify specific locations. Number Owner ID – The User ID for the user that owns the particular location. Number Owner ID – The User ID for the user that owns the particular location. Number IP Address – The IP address of the computer at the location. VARCHAR (25) IP Address – The IP address of the computer at the location. VARCHAR (25) Name – The name of the location. VARCHAR (20) Name – The name of the location. VARCHAR (20) Description – A short description of the location. VARCHAR (50) Description – A short description of the location. VARCHAR (50) Address – The address of the location. VARCHAR (50) Address – The address of the location. VARCHAR (50) Phone Number – The phone number of the location. VARCHAR (15) Phone Number – The phone number of the location. VARCHAR (15)

23 February 21, 2006 23 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Vernell Mitchell Testing

24 February 21, 2006 24 Remote Monitoring System EIN Systems Testing What Will be Tested? Unit Testing Integration Testing (Regression Testing) Acceptance Testing

25 February 21, 2006 25 Remote Monitoring System EIN Systems What Will Be Tested? Website Website Database Database Devices Devices

26 February 21, 2006 26 Remote Monitoring System EIN Systems Unit Test

27 February 21, 2006 27 Remote Monitoring System EIN Systems Integration Testing Not pertinent Not pertinent  Changes on pages don’t affect others  CSS  Database changes tested outside of system Regression Testing Regression Testing  Selective retesting of a software system  Ensures any bugs have been fixed  Previously working functions not effected by modifications

28 February 21, 2006 28 Remote Monitoring System EIN Systems Acceptance Test Sensored User Login page Can enter e-mail for username Can enter e-mail for username Can enter password, 6-12 characters long, at least one number, capital letter, lowercase letter, and one of eight recognized special characters shown here within double quotes “# $ % ^ | & * =” Can enter password, 6-12 characters long, at least one number, capital letter, lowercase letter, and one of eight recognized special characters shown here within double quotes “# $ % ^ | & * =” Submit button works and submits the information within the e-mail and password fields Submit button works and submits the information within the e-mail and password fields

29 February 21, 2006 29 Remote Monitoring System EIN Systems Acceptance Test Sensored User Login page Submit button sends the sensored user to the logged-in screen which is a user homepage with a welcome message, as well as a message informing the sensored user that the user is at a recognized, monitored location. Submit button sends the sensored user to the logged-in screen which is a user homepage with a welcome message, as well as a message informing the sensored user that the user is at a recognized, monitored location. The forgotten password link works and guides the sensored user with instruction on getting a working password The forgotten password link works and guides the sensored user with instruction on getting a working password The FAQ link works The FAQ link works The new registration link works The new registration link works

30 February 21, 2006 30 Remote Monitoring System EIN Systems Gantt Chart Development Plan Tests

31 February 21, 2006 31 Remote Monitoring System EIN Systems Classic Waterfall Model Step 4: Detailed Design Classic Waterfall Model Step 4: Detailed Design

32 February 21, 2006 32 Remote Monitoring System EIN Systems Classic Waterfall Model Step 5: Development & Testing Classic Waterfall Model Step 5: Development & Testing

33 February 21, 2006 33 Remote Monitoring System EIN Systems What’s Next? Tentative Dates Detailed Design – February 21 th, 2006 Acceptance Test – May 2 nd, 2006 Academic Celebration – May 5 th, 2006

34 February 21, 2006 34 Remote Monitoring System EIN Systems Detailed Design Presentation Detailed Design Presentation Anthony Ruotolo Summary & Conclusion


Download ppt "February 21, 2006 1 Remote Monitoring System EIN Systems Environmental Intelligence Network Systems Remote Monitoring System - Detailed Design - Welcome."

Similar presentations


Ads by Google