CS 490D Senior Design Project

Guidelines for Design A and B Presentations:

  • Approximate time available: 25 minutes. Room: STEW G052.
  • Participate during presentation by other teams.
  • Important: Use UML notation for all diagrams.
  • Address the following:
    1. Describe the overall application architecture. Show the high-level components and their interactions.
    2. For each use case, and for each event , explain how the application will react to the event. Use collaboration diagrams.Note that these diagrams illustrate how objects in the application will interact in response to an external system event.There is exactly one collaboration diagram for each system event, but there be many collaboration diagrams for one use case.
    3. Summarize classes. Ensure that these are exactly the classes you used in your collaboration diagrams.Use the class diagram for this summary.
    4. Design B: Lay out an implementation plan. Who will implement what? Schedule? Test plan? Plan for incremental development? Delivery plan? Beta test plan?