In this assignment you continue your design of the semester project, including its user interface. Get as close to "code" as you can in a document form: think of this as a "write the pseudocode" assignment.
An "A" grade on this assignment will give examples, in click-by-click detail, of how the user interface should work. It will use sketches, hand-drawn and scanned-in, or machine-generated, that illustrate what the software implementor should build. It will tie together the disparate diagrams and prose (use cases, class diagrams, statecharts) and add details to them as needed. For operations (methods) that you identify, you should add pseudocode to describe the algorithm and data structures.
User interface design is not the primary topic of this course; there is a separate course on user interface design. Certainly you should design an interface that is actually implementable using Ivib and a modest amount of work using the language's graphics facilities. Nevertheless, all else being equal your grade will be higher if your detail work produces user interfaces that are as simple as possible for the end user to manipulate. Fewer clicks and keystrokes is better; fewer dialogs is better when multiple tasks can be performed on the same interface in a clear way.