Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PHASE 1 OVERVIEW: In this project you will bring together everything you have learned in this class, including both programming techniques and non-technical skills. Tiny

PHASE 1

OVERVIEW:

In this project you will bring together everything you have learned in this class, including both programming techniques and non-technical skills.

Tiny Distributors is a small brick and mortar store that sells various items. The owners feel they are at the point in their growth where they would benefit from a presence on the Internet. They have hired Web developers to create the website and pages, but need a Java developer to create underlying functionality.

The owners have listed the following as the minimum functionality required for this project.

  1. The ability to add, modify, and delete customers
  2. The ability to add, modify, and delete inventory items
  3. The ability to add, modify, and delete customer orders; a customer order is comprised of two parts: the order header and one or more line items
  4. The ability to create and print a customer report
  5. The ability to create and print an individual customer order
  6. The ability to create and print an inventory report listing all inventory items in stock
  7. The ability to create and print an order report listing all orders currently open

PHASE 1 REQUIREMENTS:

This phase is the discovery phase, no coding is required. You will be using your knowledge of object oriented principles to complete this phase.

  1. List all of the classes you will need to capture the data required for the project. Be sure to label each class as concrete or abstract as well as all child classes that will inherit from a parent class. Be sure to include the following for each class:
    1. The name of the class and whether it is concrete or abstract
    2. If the class is inheriting, the name of the parent class
    3. A list of all properties in the class
    4. A list of all methods in the class and a brief description of the functionality of the method. You do not need to include the signature at this time. Some examples:
      1. GetCustomer is a method that will retrieve all customer data for a given customer
      2. UpdateInventory is an abstract method used to update the various types of inventory items
  2. In order to flush out the requirements, developers need to do research as well as ask questions from users to ensure the requirements are correct. For the purposes of this
  • All of the requirements for this phase of the project must be in a single Word document. It must be of sufficient length to fully develop your plan and should be clear and concise. The intended audience would be other technical people.
  • Include a cover page containing the title of the assignment, the students name, the professors name, the course title, and the date.
  • 100% original work is required for this assignment. Cite any outside resources you consult

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

Students also viewed these Databases questions