0% found this document useful (0 votes)
67 views3 pages

SDD For Bookstore

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 3

Visit Sikshapath.

in for more

Design document for – Online bookstore

1. Introduction
The software system being produced is called Online Bookstore. It is being
produced for a customer interested in selling books via the Internet. This system
is designed to “provide automation support” for the process of placing books for
sale on the Internet and facilitating the actual sale. This system is largely cross-
platform and is available to anyone using the internet. The system will be run on
a central server with each user having a remote user interface through a web
browser to interact with it. The Online Bookstore will allow any user to create an
account to become a customer. The customer, through the process of account
creation, will have the option to become a member of the site. The system will
allow customers to browse, search, select, and add books to a shopping cart.
Then, provided they have books in their shopping cart, check out books in
shopping cart and decrement the stock that the inventory the system maintains.
The Online Bookstore also allows a manager to manage the inventory with full
create, retrieve, update and delete (CRUD) functionality with regards to books in
the system.
In this paper, “Design of a Online Bookstore” is designed.

2. Related Work
The Online Bookstore will provide a number of functions:
 Maintain data associated with the inventory (a collection of books).
 Maintain records for many customers
 Allow any customer to become a member.
 Show a listing of available books
 Allow customers and managers to log in and out of the system
 Allow manager to specify a stop-order for a book.
 Notify manager when books need to be reordered

3. Architecture of Proposed Approach

Visit Sikshapath.in for more


Visit Sikshapath.in for more

The Architecture of Online Book Store is based on three-tier architecture. The


three logical tiers are
• Presentation tier - ASP.NET Web forms, Master Pages, Images.
• Middle tier – C# classes.
• Data tier- Database

Registration: This web page is used by a new user to register his personal
information.
Login: This web page is used for a user to login and enter the website.
Books: This web page is used to search for books and displays books which
matched the search criteria..
BookDetail : This web page is used for displaying all the details of a book.
ShoppingCart: This web page is used to display the shopping cart and user
information details.
CategoriesGrid: The web page is used to edit and update Categories information

4. Complete Working of Proposed Approach:

Working of online-bookstore can be represented by below flowchart.

Visit Sikshapath.in for more


Visit Sikshapath.in for more

Visit Sikshapath.in for more

You might also like