Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction The project is about the analysis of the students understanding in analyzing a given scenario and practical skills to apply concepts and build diagrams

Introduction

The project is about the analysis of the students understanding in analyzing a given scenario and practical skills to apply concepts and build diagrams studied in IT242 (Software Engineering). The project consists of five parts. Students are required to answer all of these parts based on the below scenario.

Choco Shop, a shop that sells chocolates, is in the process of expanding its business. In order to achieve this plan, the Choco Shop management would like to start developing a WebApp with the following scenario:

The Choco Shop management wishes to have a WebApp that handles up to 100 users simultaneously, and uses lots of animation. Users should be able to view the available chocolate items and if they would like to be customers they have to register in the system. When a customer creates an account, the customer login credentials (username and password) must be chosen. After logging to the system, customers can search for available items, order items, pay online after providing the credit card information, and they are able to write their feedback. The WebApp should verify the login credentials such as the user name and password. The system verifies the credit card information and, if approved, the order is finalized, and the system sends a confirmation message to the customer.

The Choco Shop employee is responsible for managing the customer orders, adding items, deleting items, and updating the customer information. The employees will be able to do the activities only after logged into the system. The Choco Shop administrator can check the status of the online orders, check inventory, send a request to a supplier, update the inventory, and update suppliers information in the database. The administrator will be able to do the activities only after logged into the system. The supplier can add new chocolate items and add details of special discount offers. The supplier will be able to do the activities only after logged into the system. The Choco Shop management would like to have a system that allows the customers to pay in different currencies.

Based on the given scenario, answer the following parts.

Part three

Questions of this part analyze the students understanding in analyzing the given scenario and practical skills to build Class diagrams studied in chapters 8, 10 and 12 of IT242.

The Choco Shop management would desire to have a database system to keep track of its chocolate items, customers, and employees. Read the following paragraph to answer the given questions.

The Choco Shop has registered with a registration number, title, address and phone number. The shop has one or many employees working with it. For each employee, the system keeps an employee ID, first name, last name, address, telephone number, and salary. For each customer, the system needs to keep a customer ID, first name, middle name, last name, title, telephone number, and address. A customer can make zero or more orders. For each order, the system maintains a unique order ID, date, time, and any special discounts offered on the order. Only one employee takes each order. One employee may deal with one or more customers. A single order associated with one or more items. The item details to be stored are item ID, quantity, description, and unit price. The shop inventory stores one or many items.

1.Identify the classes and their attributes from the given paragraph.

2.Draw a Class diagram for the given database. The diagram must show all classes, relationships between classes, and multiplicities.

pleaase don't copypast, don't hand write, please i want a good answer

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

Write short notes on departmentation.

Answered: 1 week ago

Question

What are the factors affecting organisation structure?

Answered: 1 week ago

Question

What are the features of Management?

Answered: 1 week ago

Question

Briefly explain the advantages of 'Management by Objectives'

Answered: 1 week ago