Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Course Project: Landscape Application Objectives Developing a graphical user interface in programming is paramount to being successful in the business industry

Course Project: Landscape Application Objectives Developing a graphical user interface in programming is paramount to being successful in the business industry

Computer Science

Course Project: Landscape Application

Objectives

Developing a graphical user interface in programming is paramount to being successful in the business industry. This project incorporates GUI techniques with other tools that you have learned about in this class.

Here is your assignment: You work for a landscape company. They have hired you because they need a computer programmer, analyst, and designer to aid them in tracking customer orders. Your skills will be needed in creating a GUI program that calculates the landscape cost and stores the order in the database.

The project has three components: an analysis and design document, the project code, and a user manual. The analysis and design document is due Week 4. The code and user manual are due in Week 7. It is suggested that you begin working on the code in Week 5, which should give you ample time to complete the project. You will find that the lessons and lab assignments will prepare you for the Course Project.

Guidelines

Your application must include at least three tabs. The user will choose grass or gravel, enter the length and width of the yard, as well as the customer name and address. The application will compute the square feet of the yard and the cost of the landscape considering that a grass yard is $25 per square foot and gravel is $15 per square foot. A summary should be displayed, either in a tab or another window, listing the customer name and address, landscape selection, area, and cost. This information should also be stored in the MySQL database table. The program should validate that all information is entered and that the length and width are numeric values. Any numeric or currency values must be formatted appropriately when output. Recommendations for the components used for input are

  • radio buttons—landscape type (grass or gravel);
  • text fields—customer name, customer address, yard length, and yard width; and
  • buttons—calculate area, calculate cost, submit order, display order summary, display order list.

Create a MySQL database table and call it  Landscape .  Add the following fields:

 Field Type
CustomerName varchar(30)
CustomerAddress varchar(50)
LandscapeType varchar(10)
YardLength double
YardWidth double
LandscapeCost double

In addition to entering new customer orders, your application should list all customer orders stored in the database. These will be viewed as a list, in a text area, and will not be updated by the user. 

Analysis and Design Document (Due Week 4)

In Week 4, you will complete the analysis and design for the project. You will use the guidelines described above and the grading rubric below to complete this document. You will create the following items.

  1. Request for new application
  2. Problem analysis
  3. List and description of the requirements
  4. Interface storyboard or drawing
  5. Design flowchart or pseudocode

The analysis and design document will be a single MS Word document, which contains all descriptions and drawings. See the grading rubric below for the analysis and design document, due in Week 4.

Option 1

Low Cost Option
Download this past answer in few clicks

29.99 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE