CSC309 Assignment #4: Design Information


Front End (suggested list)

What follows is a suggested list of screens. You may have to add more.
admin is an administrative screen (accessable by administrators only).
part is a participant screen (accessable by participants only).
all is a screen accessable by both administrators and participants.

Back End Data Model (suggestive only)

Following is the simplest possible data model. Better data models are certainly possible.

Middle-Tier Object Model (suggestive only)

What follows is a suggested list of Java classes. Your solution can use a different set of classes. The classes below will need persistence methods (or extend a persistent class) so that their state can be saved to or read from the database.

The tools you will use