You are on page 1of 9

SYSTEM DESIGN

Data Flow Diagram / Use Case Diagram / Flow Diagram

The DFD is also called as bubble chart. It is a simple graphical


formalism that can be used to represent a system in terms of the input data to the
system, various processing carried out on these data, and the output data is
generated by the system.

Data Flow Diagram

SYSTEM DESIGN :( Author)


Author

Yes No
Check

Register unauthorized Owner

Document Upload

End Process

SYSTEM DESIGN :( User)


User

Yes No
Check

Register unauthorized user

Download file

End Process

User Case Diagram


Register

Register

Upload Document

Get Key

Author User

send mail

See file

download file
Class Diagram

Owner Login()
Upload Document
See file and user details
send mails

Owner Process()

Login()_
User name
Password

check valid()
unvalid()

User Login()
Type Queries
Get file
Download it

User Process()
Activity Diagram

Start

Author Login User Login

Upload file Login

See Details

View file

Send mail

Generate Query Download file

End Process
Sequence Diagram
System Database
User Author

Register

Into Database

Check

Clean

Accept

Generate Query
Into Database
Give Answer

Clean

send key

Into Database

check and give access

You might also like