






Hotspots: Admin Pages | Turn-in Site |
Current Links: Cases Final Project Summer 2007
Summer 2004 M3: Design Everything
(Group, Due 6/22)
It's now time to plan, analyze, and design your system. This milestone is much more open ended than M1 and M2. You may design your classes and messages however you desire to meet the basic requirements of the system. Just keep in mind good Smalltalk style for message names and overall design principles. Your design is worth half your grade for the milestone, so don't hack and don't shortchange your analysis. If the requirements do not specifically state something, you are free to implement and design however you want. This is a design class, we want to see what you come up with!
Goal:
- Plan, Analyze and Design the Entire System
Questions on Summer 2004 Milestone 3
Requirements:
The goal of your time management application is to allow users to more effectively keep track of their todo items and scheduled events. Users must be able to add, edit, and delete todo items and scheduled events. They should also be able to save and load a file containing their time management information to allow them to move it between computers. The application should provide a graphical interface that provides daily, weekly, and monthly views that effectively communicate what the user has to do in that timeframe. Because users management their time away from their desk, your team will implement versions of the application for both a desktop (or laptop) computer and a personal digital assistant (PDA).
Subsequent Milestones
Look at milestones 4 and 5, which are your actual programming milestones. Along with the information in this milestone, you should then have enough information to design the entire system. Each milestone represents the LATEST time that functionality can be provided. At each milestone, we will only grade the functionality required to be present at that milestone. Basically you can view milestones as your latest acceptable delivery date. You may, of course, create the desired functionality earlier if it will help your project succeed.
"Demonstrating" your design to your TA
10% of your grade will depend on talking to your TA half-way through this milestone, getting feedback from them, and using that feedback to improve your design. Since you have 2 weeks for this milestone, "half-way" means sometime before 6/17. Note that you must have created enough of a preliminary design that your TA can actually give you constructive feedback.
Regression Testing
At each milestone we will quickly regression test your old code to ensure you have not broken anything. This is where SUnit can really help you. By having unit tests already coded, you just hit the run test button and verify that your test bar is still green. Whenever you find a "bug" in the system that was not caught by SUnit, you should add an SUnit test that would have caught it. That way, you can be sure that old bugs do not get reintroduced into your code base.
Note about CVS
There is no requirement that your team has to use CVS or any other version control system. Configuration control systems do make code exchange and work easier. I do recommend you look at using CVS with the Squeak interface DVS as a good way to work with your team in controlling and exchanging code. Check the class lecture where the DVS tutorial link is provided.
Turn-in
Teams must turn in a detailed group plan for each milestone THROUGH THE REST OF THE CLASS (i.e. through M5). This should include:
- SCENARIOS (About Scenarios) that touch on all major functions of the assignment from the user's point of view.
- CRC card analysis for ENTIRE system (through M5).
- TEST PLAN (About Test Plans) that corresponds to the CRC card analysis, based on blackbox test criteria (i.e equivalence or boundary conditions).
- UML class diagram for the ENTIRE system with descriptions for each class. You may use any other UML diagrams in addition to a class diagram that you would like in order to describe your system.
- DESCRIPTION of what each team member is going to be responsible for
- Internal group TIMELINE with dates and milestones
Each team will submit a joint document with cover page. The cover page should show the team name, the team members by name and gt# and their grading TA. It should also have the date submitted and the Milestone number clearly shown.
Obviously, the design will change over the following weeks, but we want to see that you've thought through everything UP FRONT.
Note: If you would like to see good examples of project plans, check out the Cases page to see what other groups in past semesters have done.
Grading:
- 10% Good, believable scenarios that touch on every major function from the user's point of view.
- 10% Good CRC Card Analysis: Reasonable names, understandable and clearly defined responsibilities, good exploration of other class names
- 10% Good test plan: equivalence classes clearly identified, test cases clearly defined.
- 10% "Demonstrating" your design to your TA half-way through this milestone and incorporating their feedback.
- 20% Good UML class diagram and descriptions:
- Correct usage of notation (10%)
- Detailed and understandable descriptions and names (10%).
- 20% Quality of the design
- 10% Clear definition of team member responsibilities: Can you tell who will do which pieces of system (as defined in UML and descriptions)? Will you be able to figure out whose part failed if there's a failure?
- 10% Believable and detailed group timeline: Could someone figure out from this what they're supposed to be doing each week? Can a team member figure out what they're supposed to have done each week from this?
Link to this Page