SDD Template
SDD Template
(Team Name)
(Project Title)
Software Design Document
Name (s):
Lab Section: Workstation:
Date: (mm/dd/yyyy)
Software Design Document
TABLE OF CONTENTS
1. INTRODUCTION 2
1.1 Purpose 2
1.2 Scope 2
1.3 Overview 2
1.4 Reference Material 2
1.5 Definitions and Acronyms 2
2. SYSTEM OVERVIEW 2
3. SYSTEM ARCHITECTURE 2
3.1 Architectural Design 2
3.2 Decomposition Description 3
3.3 Design Rationale 3
4. DATA DESIGN 3
4.1 Data Description 3
4.2 Data Dictionary 3
5. COMPONENT DESIGN 3
6. HUMAN INTERFACE DESIGN 4
6.1 Overview of User Interface 4
6.2 Screen Images 4
6.3 Screen Objects and Actions 4
7. REQUIREMENTS MATRIX 4
8. APPENDICES 4
1. INTRODUCTION
1.1 Purpose
This software design document describes the architecture and system design of PC World
Company. For Develop a fully functional application, software designing process is very
important to fulfill the user requirement and system Requirements. SDD Is the key for
developers.
1
Software Design Document
1.2 Scope
Pc World Company’s previous software based on water fall methodology because of that,
they Unable to add new feature in that system. because of that they decide to use new eb
based application for their company. So new web-based application Developed based on
agile methodology and some of the new features of it
• Receive a sales order via telephone, or email – carried out by an Order Handling Clerk.
• Check stock in a warehouse – carried out by an Order Handling Clerk.
• Create an acknowledgement copy of the sales order with a delivery date after the order
has been confirmed with the warehouse – carried out by a Warehouse Operative.
• Create an acknowledgement copy of the sales order stating the item is out of stock and
the date it will be available after the order has been confirmed with the warehouse –
carried out by a Warehouse Operative.
• Credit-check customers and reject them if they are not creditworthy – carried out by an
Order Handling clerk.
• Create a daily report of orders that have been dispatched – carried out by the Production
Manager.
• Create an invoice for business customers after the delivery – carried out by the Chief
Accountant.
• Accept credit card payment from domestic customers after the order has been confirmed
with the warehouse - carried out by an Order Handling Clerk.
• Create a final demand if a business customer has not paid an invoice after 30 days –
carried out by the Chief Accountant
Goal – Complete the software development successfully and increase overall the satisfaction
levels for clients calling to the company PC World Company.
Objectives -
Provide a description and scope of the software and explain the goals, objectives and benefits
of your project. This will provide the basis for the brief description of your product.
1.3 Overview
Provide an overview of this document and its organization.
2
Software Design Document
2. SYSTEM OVERVIEW
Give a general description of the functionality, context and design of your project. Provide any
background information if necessary.
3. SYSTEM ARCHITECTURE
3
Software Design Document
4. DATA DESIGN
5. COMPONENT DESIGN
In this section, we take a closer look at what each component does in a more systematic way. If
you gave a functional description in section 3.2, provide a summary of your algorithm for each
function listed in 3.2 in procedural description language (PDL) or pseudocode. If you gave an
OO description, summarize each object member function for all the objects listed in 3.2 in PDL
or pseudocode. Describe any local data when necessary.
4
Software Design Document
7. REQUIREMENTS MATRIX
Provide a crossreference that traces components and data structures to the requirements in your
SRS document.
Use a tabular format to show which system components satisfy each of the functional
requirements from the SRS. Refer to the functional requirements by the numbers/codes that you
gave them in the SRS.
8. APPENDICES
This section is optional.
Appendices may be included, either directly or by reference, to provide supporting details that could
aid in the understanding of the Software Design Document.