. Executive summary
The Design document is a documentation of the software product. The design document is
usually done by the software designer and then pass on to the software development team to
act as an overall g
...
. Executive summary
The Design document is a documentation of the software product. The design document is
usually done by the software designer and then pass on to the software development team to
act as an overall guidance to the architecture of the software project. The design document
usually comprises of several design diagrams and specifications to coordinate the project.
The design document usually comprises of the following:
Data Design: describes the structures within the software, attributes and relationship
between data objects.
Process Design: describes structured programming concepts using graphical, tabular
and textual notations.
Architecture Design: describes the mapping method that is applied to exhibit distinct
boundaries between incoming and outgoing data and allocate control input,
processing and output along three separate modules.
Interface Design: describes and design of the web system interfaces.
2. Introduction
The software design document is a documentation that will help in the aid of software
development and implementation by providing details on how the software should be built.
Inside this software document consists of narrative and graphical design of the software
design for the project.
2.1 Purpose
The purpose of this document is to elaborate the implementation of AccountsWatch
software as describe in the AccountsWatch R&A document. This software is designed to
create and perform a light weight free internet accounting service.
2.2 Scope
This document describes the implementation details of AccountsWatch software. This
software will allow a user to enter with ease a financial transaction that they have made
which will be categorised into to categories (Expense and Revenue)
[Show More]