logo

System Development Lifecycle, Analysis and Design Documentation Standards

   

Added on  2023-05-29

14 Pages2626 Words169 Views
COVER PAGE

Contents
Data Dictionary............................................................................................................................................3
Design......................................................................................................................................................5
System development lifecycle...................................................................................................................10
System analysis and design.......................................................................................................................12
SWOT analysis and feasibility study...........................................................................................................12
Content management system...................................................................................................................13
System development standards in analysis and design documentation...................................................13
References.................................................................................................................................................13

Data Dictionary
The following are the data stores to be used for the implementation of the database under which the
proposed application will run.
Name of Data Store: Customer
Purpose of the data store: This data store is used to hold all the account details of the customer
Data Component/
Attribute Name
Data Type Source of the Data How data used Example of Valid Data
customerID String Data is generated
automatically by
Unique identifier of the
customer
C001
firstName Text Customer
registration form
First name of the customer John
lastName Text Customer
registration form
Last name of the customer Doe
Email Text Customer
registration form
Email of the customer johndoe@gmail.com
Street Text Customer
registration form
Street address of the
customer
8 montreal Road
Suburb Text Customer
registration form
Suburb of the customer Queens drive
city Text Customer
registration form
City of the customer Queens
Country Text Customer
registration form
Country of origin of the
customer
Australia
Phone Text Customer
registration form
Phone number of the
customer
02232343423
Username Text Customer
registration form
Unique username for login djoe
password String Customer
registration form
Password for login J0gnd0e12
Name of data store: Book
Purpose of the data store: To hold details of a book
Data Component/
Attribute Name
Data Type Source of the Data How data used Example of Valid Data
BookID String Product data sheet Unique identifier of the Book B001
Title Text Product data sheet Title of the book A Game of Thrones
ISBN Integer Product data sheet Unique ISBN of the book 12232434232
Publisher Text Product data sheet Name of publisher of the
book
Wesley-addison
publishers
Author Text Product data sheet Author of the book George RR Martin

Image Text Product data sheet Image of the book
Pages Integer Product data sheet Number of pages the book
has
694
Format Text Product data sheet The format the book is in Hardback
Price Text Product data sheet Cost price of the book $100
Description Text Product data sheet Description of the book A song of ice and fire
category String Product data sheet Category of the book Political fiction
Data Store: Shopping cart
Purpose: Store details of a cart belonging to a customer
Data Component/
Attribute Name
Data Type Source of the Data How data used Example of Valid Data
customerID String Customer’s
shopping cart
Unique identifier of the
customer
C001
Title Text Customer’s
shopping cart
Invoice A Game of Thrones
Description Text Customer’s
shopping cart
Invoice A song of ice and fire
Firstname Text Customer’s
shopping cart
Invoice John
lastName Text Customer’s
shopping cart
Invoice Doe
Street Text Customer’s
shopping cart
Invoice 8 montreal Road
Suburb Text Customer’s
shopping cart
Invoice Queens Drive
City Text Customer’s
shopping cart
Invoice Queens
Country Text Invoice Invoice Australia
Postcode Text Customer’s
shopping cart
Invoice 1234
phoneNumber Text Customer’s
shopping cart
Invoice 0123456754
Quantity Integer Customer’s
shopping cart
Invoice 1
GSTNumber String Customer’s
shopping cart
Invoice 102-123-234

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Customer registration process PDF
|11
|663
|228