Task 1. UI Design
Design a set of GUI interfaces (a set may consist of one element) that support the functional requirements and workflow identified for the use case Pickup Package
Document your design with a set of annotated ‘story boards' that show the graphical elements of your design.
2. Data Management
Design data access objects to support the data requirements of the use case Pickup Package and document your design with a detailed class diagram showing all attributes and methods required by the DAOs.
3. Use Case Realization
Produce a detailed sequence diagram consistent with the normal flow detailed in the full use case description of Pickup Package that shows the interactions between boundary classes that support your GUI design, internal elements that control and support the use case (ie implement business logic), and the data access objects you have just designed.
4. Detailed Design
Produce a detailed design class diagram (DCD) for the collaboration of objects involved in the use case Pickup Package that shows all the attributes and methods required to support the use case.