Is Project

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Czech University of Life Sciences Prague

Faculty of Economics and Management

Projecting of IS

Project: - Online Booking system

Team members-
Introduction:
This project deals with the problem of design of an information system for online bookstore. The
objective is to develop an internal system for clients who want to buy books on the internet. The
class diagram and relationship database diagram that were used to complete the design serve as
the foundation for this project.

Problem description:

The consumer and order are the two primary characters in an online bookshop, and it is expected

that the system would serve and adapt to their needs. Customers' shopping cards should be able

to be used to place, reserve, and book orders.

Online book ordering is a simple method for customers to place book orders. They can look up

every aspect about the book, including the price, edition, author, and title. Customers who wish

to buy books must go to the store and deal with numerous issues, but the online system is

adequate for them.

Class Model:

Under the class model, objects are categorized into groups based on shared operations and data

structures, or characteristics and properties, respectively. An application's class specifies its

essential features. A class diagram is a technique used to explain an object model in an exact and

straightforward manner. Static organization and object relationships. Class diagram: relations are

edges, while objects are nodes.

We indicated in the class diagram of our system that generalization, composition, and

multiplicity of full features are also included in all the links and associations of various classes.
Class diagram

State Model:

A state diagram (SD) shows how states and events are related. The following state is contingent
upon the previous state and the event that has occurred. A transition is the alteration in the state
brought about by the event. States represent SD nodes, while transitions are denoted by event
titles on directed connections (arrows).

Two different state diagram of:


The initial diagrams demonstrate how to log in to the system, browse the books, and search for
the necessary book before requesting it, returning it, and paying the fee if necessary. Lastly, log
off of the computer.
State diagram of system

You might also like