Report4 - Software Design Document
Report4 - Software Design Document
Package Descriptions
No Package Description
01 <Package name> <Description of the package>
02
2. Database Design
[Provide the files description, database table relationship & table descriptions like example below]
Table Descriptions
No Table Description
01 <Table name> <Description of the table>
- Primary keys: <<list of primary key fields>>
- Foreign keys: <<list of foreign key fields>>
02 <Table name2> …
3. Detailed Design
3.1 <Feature/Function Name1>
[Provide the detailed design for the feature <Feature Name1>. It includes Class Diagram, Class
Specifications, and Sequence Diagram(s); For the features/functions with the same structure of class &
sequence diagrams, you need to provide the diagrams once for one feature/function and refer to
those diagrams from other features/functions]