logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

This assignment aims to give you some experience building applications that use the MVC Design Pattern, creating

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

This assignment aims to give you some experience building applications that use the MVC Design Pattern, creating and using classes, work with arrays/collections, and work with text files.

You will create a program that allows shoe store employees to manage their inventory of shoes offered for sale. The program will also allow the employee to add new shoes to the inventory, view shoes in the inventory, and perform searches. The program will not need to implement any sale operations. 

1. Create a new shoe form:

a) The new shoe form needs controls to allow the user to enter information regarding a shoe that will be sold in the store. This form will add a new show to the collection of shoes managed by the application. 

b) Add form controls for the user to enter the shoe’s category (basketball, dress, cross-trainer, etc…), gender (male, female, unisex), price, description, manufacturer, and an image.

c) Add a drop-down box or radio button group to allow the user to select a shoe category and gender.

d) Include a set of images to allow the user to select an image to represent a shoe. The form should use a drop-down box to allow the user to select an image to assign to a shoe.

e) Add a button to allow the user to store the shoe. The store operation will involve creating an object that represents a shoe with the form data and store the shoe in a collection managed by the program 

f) Add a button to allow the user to view shoes in the system’s inventory. This button should redirect the user to a form that contains search tools and controls that display the shoes and information for the shoes.

 

2. Implement the MVC Design Pattern:

a) Create classes to represent the necessary components for this program. You will need to create an instance of these classes and use them in the Form’s class. When you write these classes, keep in mind that the classes should be written so that it can be used in any other program regardless of the user interface. This means you shouldn’t rely on GUI controls in these classes. The methods of these classes are passed any inputs the methods of the classes that require them and deliver any output that the GUI will display on its own.

 

3. Create a shoe display form: 

a) This form will allow a user to view shoes and their information. The shoes that are displayed will come from the collection of shoes managed by this application.

b) Allow the user to view all shoes. The program must display each shoe and all the information for each shoe.

c) The form must contain a search tool that allows the user to select a shoe category and gender, find all shoes that match the criteria, and display the shoes along with their information. 

d) Include at least one more search of your choosing, which can allow the user to search for shoes based on a manufacturer, price, etc... The search should find all shoes that match and display the shoes along with their information.

 

4. Save & Restore the shoe inventory:

a) When the program exits, the program must save the collection of shoes to a text file. You will need to save enough data to recreate the shoes and the shoe collection the next time the program runs. 

b) When the program starts, the program must use the previously save text file to create all the shoe collection and all the shoes. If the text file doesn’t exist, then you should create an empty collection. 

c) You should find the appropriate form events to save and restore the collection.

 

5. You need to properly name all your controls, variables, the class, and all other elements regarding this project. See the lecture slides on Coding Style. Also, you need to put thought into the user interface design, so it can be used by anyone with little effort. This means that there should be clear instructions on how to use the application.

 

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

736 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

523 Answers

Hire Me
expert
Husnain SaeedComputer science

555 Answers

Hire Me
expert
Atharva PatilComputer science

947 Answers

Hire Me

Get Free Quote!

368 Experts Online