ISQS Website Management System

Preview:

DESCRIPTION

ISQS Website Management System. Krista Brown Julia Hensley Sy Lee Jeff Morris Derrek Porter Brian Wilder. Introduction. Brian Wilder. Class Diagram. Brian Wilder. Use Case Narratives and Diagrams. Julia Hensley. Use Case Narratives. Use Case Diagram: User. - PowerPoint PPT Presentation

Citation preview

KRISTA BROWNJULIA HENSLEY

SY LEEJEFF MORRIS

DERREK PORTERBRIAN WILDER

ISQS Website Management System

Introduction

BRIAN WILDER

Class Diagram

BRIAN WILDER

Use Case Narratives and Diagrams

JULIA HENSLEY

Use Case Narratives

Use Case Diagram: User

Use Case Diagram: Administrator

KRISTA BROWN

CRC Cards and Database Design

CRC Cards

Database Design

Attribute (Field) Data Type Null (Yes or No) Indexid Integer (4 Bytes) No Yes (Primary)Classification_id Integer (4 Bytes) No Yes (Foreign)First_name Varchar(45) No NoLast_name Varchar(45) No Notitle Varchar(4) No Nooffice Varchar(3) Yes Noemail Varchar(45) No Yesphone Varchar(45) No Yeswebsite Varchar(45) Yes Yes

SY LEE

Database Size Calculations

Table Attributes Calculations Total

Name Key Length # Keys # Records blocking factor # of Pages Base Storage

Requirements Storage for Keys Bytes Megabytes

admissions 309 1 40 0.301757813 132.56 135,737.99 54,295.20 309,544.04 0.295204204

admissions_levels 8 2 80 0.0078125 10,240.00 10,485,760.00 8,388,608.00 30,744,356.62 29.32010328

advisors 8 2 8 0.0078125 1,024.00 1,048,576.00 838,860.80 3,074,435.66 2.932010328

categories 413 2 50 0.403320313 123.97 126,946.25 101,557.00 372,207.71 0.354964931

categories_courses 8 2 100 0.0078125 12,800.00 13,107,200.00 10,485,760.00 38,430,445.77 36.6501291

classifications 49 1 4 0.047851563 83.59 85,598.04 34,239.22 195,202.26 0.186159386

courses 139 1 100 0.135742188 736.69 754,371.22 301,748.49 1,720,307.72 1.640613293

curriculums 354 2 8 0.345703125 23.14 23,696.63 18,957.31 69,478.77 0.06626012

degrees 63 2 4 0.061523438 65.02 66,576.25 53,261.00 195,202.26 0.186159386

descriptions 313 2 40 0.305664063 130.86 134,003.32 107,202.66 392,899.13 0.374697806

levels 53 1 3 0.051757813 57.96 59,353.36 23,741.34 135,352.51 0.129082216

people 240 2 100 0.234375 426.67 436,906.67 349,525.33 1,281,014.86 1.22167097

programs 313 2 8 0.305664063 26.17 26,800.66 21,440.53 78,579.83 0.074939561

Total Calculations 76,999,027.15 73.43199459

We project the database size to be around 75 megabytes

DERREK PORTER

Storyboard

Storyboard: User

Storyboard: Administrator

JEFF MORRIS

Application Overview

Implementation

CakePHPMySQLApache

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

MVC Overview

Demonstration

http://jpmorrisco.com/school/isqs/dev/adminhttp://jpmorrisco.com/school/isqs/dev/

BRIAN WILDER

Conclusion

Recommended