Skip to main content.

Final Project: Preparation Analysis

Objective: Prepare for the final project by reviewing the given code and planning what has to be done for the project.

Due: Before class, Oct 30

Review Specifications

Review the specifications for the final project.

Discussion Questions

Answer the following questions in a document and clearly label which question you're addressing. The format of the file can be txt, md, or PDF.

  1. What are the main parts/steps/components that need to be completed to complete the project? Try to be as specific and precise as possible. From your description, it should be clear that you understand the requirements for the project.
  2. How will your application handle the following use case:
    The user starts the application, types 'x/y' in the expression window, and sees the image.
    It should be clear from your description which objects are responsible for completing each part of the task. Some of the classes are given to you; others need to be added.
  3. What 3 (or 4 if you're in a team of 5) extensions would you like to have in your final application?
  4. Bring the above answers together into a plan for how you would tackle implementing the project with your team. What parts can be completed independently of the other parts? What parts need to be completed before other parts? How much work does each part require? (Approximate in terms of time or relative to the other steps.) How many people should be assigned to each part?
  5. The parts of the project you're most interested in working on, in ranked order.
  6. Any questions about the given code. (Ask these in class as well.)

Submission

Submit via Canvas.

Grading

Clear descriptions, articulation of answers to above questions. Evidence that you thought about the questions and reviewed the code.