Project Gantt Chart

Objectives

Students will be able to:

Task 3

You have created 2 prototypes with the help of the client.

The first prototype started on paper and considered the look of the registration form. You then created a digital equivalent using Java AWT/SWING technology.

The second prototype considered what would happen when components on the form are clicked. You first developed a prototype in general pseudocode which clear enough for a non-tech person ie the client to understand.

You then coded the second prototype and shared the result with the client. Everyone is happy with progress o far!

You have also produced a GANTT Chart to identify tasks that need to be completed, how long they should take, and the order in which they need to be completed.

Look carefully at the chart.

  1. Can you name at least 2 tasks that occur concurrently?
  2. What is the difference between alpha testing and beta testing?

Scenario

You now need to further develop the system.

The client requires that all data entered into the form is transferred to a digital text file shared on the admin subnetwork of GAMEATOZ's VLAN.

Task A

You need to figure out how to write data to a textfile when all information has been entered into the registration form and the identity has been checked.

Here is a video to help you get started if necessary. Your code should:

  • allow all info on the form to somehow be represented as one line of text in a text file
  • not overwrite each time new info is added to the textfile; new data should be appended.

Tags

prototype design analysis client iterative cycle stakeholder


SUBSCRIBE

Join my mailing list to receive updates on the latest blog posts and other things.