CISC474 Group Activity A07 (Spring 2006)
This is a follow on to A06.
What is included in A07
- Making all your tests pass (do this in a separate directory from A06... and link to this directory from your group's web site
- Documenting the role of each team member on a web page called "A07 team roles", linked to from your group's main web page.
- Adding Javadoc documentation to all of your classes, and including a link to the this documentation on your A07 web page.
Ask you fellow group members how to do Javadoc. Hopefully at least one of you saw that before in, say, CISC370. If not, assign one or two group members to look into it, while the others code.
More detail on documenting team member's roles:
- Each team member should be primarily responsible for at least one of the source files, a fact reflected in the comments at the top of the source file (for build.xml, use XML comments: <!-- this is a comment --> )
- The responsible team member should be able to explain that file's operation to the instructor, the TA, or a reviewer from another Team, and be able to explain its role in the entire project
- Your entire team should have a web page indicating the contributions of each team member to A07. For each team member list
- names of all source files for which that team member had primary responsibility (at least one per person) (make them hyperlinks to the source file itself)
- any other roles that team member filled (e.g. presenter, documentation on the web site, organizing and running the group meetings, investigating how to do Ant, investigating how to do JUnit, investigating how to do Javadoc, etc.)