13
PROJECT ANALYSIS BY ADARSH PATEL WORKSHOP ON http://arthtechnology.com

Project Analysis - How to Start Project Develoment

Embed Size (px)

Citation preview

Page 1: Project Analysis - How to Start Project Develoment

PROJECTANALYSIS

B Y A D A R S H P A T E L

W O R K S H O P O N

http://arthtechnology.com

Page 2: Project Analysis - How to Start Project Develoment

STPES

List Features

Find Feasibility

Study related apps/websites

Database Design

List Reports

http://arthtechnology.com

Page 3: Project Analysis - How to Start Project Develoment

TOP 3­5 FEATURES/IMPORTANTENTITY OF ON LINE STORE

Think and write down.Remember top 5 features/points only

http://arthtechnology.com

Page 4: Project Analysis - How to Start Project Develoment

EXAMPLE ­ FEATURES OF ON LINE STORE

Product & CategoryCustomerSalesBusinessmen - Product Maker

http://arthtechnology.com

Page 5: Project Analysis - How to Start Project Develoment

Convention for Database naming

table name : xxx_cart_master

table name : xxx_cart_detail

column name in small letters

do not repeat column name

do not use any keywords

no use of underscore or space in column name

append column name with prefix 1/2 character

http://arthtechnology.com

Page 6: Project Analysis - How to Start Project Develoment

Sample Database for Online Shopping

Think first 5 Tables for above project.

Write down. Make sure to think top 5 tables only.

http://arthtechnology.com

Page 7: Project Analysis - How to Start Project Develoment

Sample Database for Online Shopping

one_category_master

one_product_master

one_user_master

one_cart_master

one_cart_detail

one_businessmen_master

http://arthtechnology.com

Page 8: Project Analysis - How to Start Project Develoment

Sample Database for workshop management

Think first 5 Tables for above project.

Write down. Make sure to think top 5 tables only.

http://arthtechnology.com

Page 9: Project Analysis - How to Start Project Develoment

Sample Database for workshopmanagement

wor_user_master

wor_workshop_master

wor_workshop_detail

http://arthtechnology.com

Page 10: Project Analysis - How to Start Project Develoment

Sample Database for online quiz

Think first 5 Tables for above project.

Write down. Make sure to think top 5 tables only.

http://arthtechnology.com

Page 11: Project Analysis - How to Start Project Develoment

Sample Database for online quiz

qui_user_master

qui_category_master

qui_question_master

qui_quiz_master

qui_quiz_detail

qui_attempt_master

qui_attempt_detail

http://arthtechnology.com

Page 12: Project Analysis - How to Start Project Develoment

Reports

List product

List types of users

List transactions

http://arthtechnology.com

Page 13: Project Analysis - How to Start Project Develoment

Thank you

http://arthtechnology.com