Top Banner
Seema Tomar Chris Robson Suma Surpur ( MIND & BODY & SPIRIT) Ultimate Fitness Center
22

( Mind & Body & Spirit)

Feb 23, 2016

Download

Documents

Cindy

Ultimate Fitness Center. ( Mind & Body & Spirit). Seema Tomar Chris Robson Suma Surpur. Table of contents. Business Requirements Context Diagram Level 0 DFD Level 1 DFD. Business Requirements. To establish a computerized system that will replace our current system - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ( Mind & Body & Spirit)

Seema TomarChris RobsonSuma Surpur

(MIND & BODY & SPIRIT)

Ultimate Fitness Center

Page 2: ( Mind & Body & Spirit)

TABLE OF CONTENTS

I. Business Requirements

II. Context Diagram

III. Level 0 DFD

IV. Level 1 DFD

Page 3: ( Mind & Body & Spirit)

BUSINESS REQUIREMENTS

To establish a computerized system that will replace our current system

To keep records of all business data

Allow new user to register, create their profile and buy membership online.

Allow customers to renew /upgrade their membership.

Allow customers to edit their information.

Allow customers to schedule for classes.

Page 4: ( Mind & Body & Spirit)

BUSINESS REQUIREMENTS

Allow customers to request and view yoga class videos online.

There should be a centralize database and should be accessed from any computer via internet

Personal trainers should be able to see their schedule

Report should be generated to track sales and improve efficiency

Page 5: ( Mind & Body & Spirit)

CONTEXT DIAGRAM(UPDATED)

Page 6: ( Mind & Body & Spirit)

LEVEL 0 DFD

External EntitiesCustomerEmployee

ProcessesEmployee processingPersonal Trainer processingCustomer processingBillingClass schedule processingVideo processingFeedback processingGenerate Report processing

Page 7: ( Mind & Body & Spirit)

LEVEL 0 DFD

Data StoreD1 Employee dataD2 Trainer dataD3 Membership dataD4 Customer dataD6 Classes dataD9 Feedback dataD10 Billing data

Page 8: ( Mind & Body & Spirit)

Level 0 DFD

Page 9: ( Mind & Body & Spirit)

Level 0 DFD

Page 10: ( Mind & Body & Spirit)

LEVEL 1DFD FOR PROCESS 3(CUSTOMER

PROCESSING)

External Entities Customer

Processes Register processing Log In processing Edit Information Upgrade or Renew Membership

Data Store D3 Membership data D4 Customer data D10 Billing data

Page 11: ( Mind & Body & Spirit)

LEVEL 1 DFD

Page 12: ( Mind & Body & Spirit)

LEVEL 1DFD FOR PROCESS 4(BILLING)

External Entities Customer

Processes Select Billing Cash Processing Credit or Debit processing

Data StoreD10 Billing data

Page 13: ( Mind & Body & Spirit)

LEVEL 1 DFD(UPDATED)

Page 14: ( Mind & Body & Spirit)

LEVEL 1DFD FOR PROCESS 8(GENERATE REPORT

PROCESSING)

External Entities Employee

Processes Select report Billing report processing Feedback report processing Customer report processing

Data Store D10 Billing data D4 Customer data D9 Feedback data

Page 15: ( Mind & Body & Spirit)

LEVEL 1 DFD

Page 16: ( Mind & Body & Spirit)

SYSTEM COMPONENTS

CUSTOMER

2.0

Personal Trainer

Processing

1.0

Employee Processing

4.0

Billing

3.0

CustomerProcessing

EMPLOYEE

D1 Employee Data D2 Trainer Data

D5 Billing Data

D4 Customer Data

D3 Membership Data

External Entity External Entity

Processes

Database

5.0

Class Schedule

Processing

7.0

Feedback Processing

6.0

Video Processing

8.0

Report Processing

D6 Classes Data D9 Feedback Data

Page 17: ( Mind & Body & Spirit)

STRUCTURE CHART

Page 18: ( Mind & Body & Spirit)

Logical Design- ER Diagram

Page 19: ( Mind & Body & Spirit)

Membership_Type (Membership_type_code, Membership_type_description, Annual_subscription, Half-yearly_subscription, Quaterly_subscription, Monthly_subscription) Customer (Customer_id, First_name, Last_name, Email, Home_Phone, Mobile_Phone, Address, City, State, Zip) Membership_Account ( Membership_id, Customer_id, Membership_type_code, Cust_username, Cust_password, First_joined_date, Status, Renewal_date) Employee ( Emp_id, Emp_username, Emp_password, First_name, Last_name, Job_title, Email, Home_Phone, Mobile_Phone, Address, City, State, Zip) Billing(Bill_id, Membership_id, Total_charges, Balance, Bill_due_date, Payment_mode) Classes (Class_id, Emp_id, Class_room, Class_day, Class_time) Member_Classes(Membership_id, Class_id) Feedback (Feedback_id, Customer_id, Feedback_description) Personal_trainer_sessions (Session_id, Membership_id, Emp_id, Session_day, Session_time)

PHYSICAL DESIGN

Page 20: ( Mind & Body & Spirit)

LOGIN PAGE

Page 21: ( Mind & Body & Spirit)

CUSTOMER REGISTRATION PAGE

Page 22: ( Mind & Body & Spirit)