Back to Current Projects Back

Special Guide for Project Design

The following is a guide that will help you meet the requirements of your Project Design. Some general concepts that should be followed are:


Your Design consists of 3 Parts:

The security issue does not appear in the design part.


Please provide the following diagrams:

A. Packages Diagrams
Sometimes, you’ll find the need to organize the elements of a diagram into a group. You might want to show that a number of classes or components are part of a particular subsystem. To do this, you group them into a package, represented by a tabbed folder, as in Figure.
Click to expand

 

 

B. Class Diagrams

In Simple Class Diagrams Show: 

A. Class Name / Attibutes / Methods
B. The Class Inheritance

Click to expand

An Example of how a class can be described in an icon. You may not be sure yet about all the attributes, but do your best in defining at least the methods.

Click to expand

 

C. PACKAGE & CLASS & METHOD DESCRIPTION

In plain text explain all your packages, classes and the methods for each class. 
Some points that should be covered in your description are:
A. Why you created that class
B. The reasoning for each method / attribute
C. How does it fit in the whole project
D. What algorithms are you going to accommodate inside.