Difference between revisions of "BTP300 Project Requirements 20113"
(→Project Requirements) |
(→Due Dates) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
|- | |- | ||
|Assignment 2 - Field Classes | |Assignment 2 - Field Classes | ||
− | | | + | |November 3 |
|- | |- | ||
|Assignment 3 - More Field Classes | |Assignment 3 - More Field Classes | ||
− | |November | + | |November 30 |
|- | |- | ||
|Assignment 4 - Application | |Assignment 4 - Application | ||
Line 28: | Line 28: | ||
== Stage 2 == | == Stage 2 == | ||
− | * [https://cs.senecac.on.ca/~btp300/pages/assignments/a2.html | + | * [https://cs.senecac.on.ca/~btp300/pages/assignments/a2.html Frame Classes] - Coded and Submitted as a Group |
− | Before | + | Before starting stage 2, read [[Hints for Using SVN to collaborate on school projects]] and do the following: |
− | + | # Update your team's wiki page with your team's repository path under '''Repo Path''' | |
− | # Update your team's wiki page with your team's repository path | + | # Add assignment 1 to the trunk of your team's repository as follows |
− | # Add assignment 1 to your team's repository | ||
## Checkout your team's empty repository to a new directory on a local computer | ## Checkout your team's empty repository to a new directory on a local computer | ||
− | ## Create the branches, tags, and trunk subdirectories | + | ## Create the branches, tags, and trunk subdirectories under this new directory |
− | ## Under branches create a subdirectory for each team member | + | ## Under the branches subdirectory create a sub-subdirectory for each team member using their seneca id |
− | ## Under the team | + | ## Under the sub-subdirectory for one of the team members create a new sub-sub-subdirectory named '''assignment_1''' |
− | ## Move | + | ##* You can do this manually or by creating a new Visual Studio solution named '''assignment_1''' under the team member's sub-sub-directory |
− | ## Commit the directory structure to the server by right clicking on '''SVN Commit'''. Add the comment "Created Directory Structure | + | ## Copy the source files for assignment 1 into this directory, compile it and run it. Once it runs successfully, you are ready to add it to the repository server |
− | + | ## Move to the head of the repository directory and add the new directory structure along with the source code for the assignment by right clicking on '''...SVN/Add''' and checking the folders and files to be added | |
+ | ## Commit the directory structure to the repository server by right clicking on '''SVN Commit'''. Add the comment "Created Directory Structure and added assignment 1" | ||
## Branch the committed assignment to '''trunk''' | ## Branch the committed assignment to '''trunk''' | ||
− | # | + | # The repository is now ready for each team member to start working on their own version of the code in their own workspace |
+ | ## Checkout the repository to your own local computer | ||
+ | ## Branch trunk to your own workspace | ||
+ | ## Checkout your workspace | ||
+ | ## Work within your own workspace | ||
+ | ## Commit your code at the end of each session | ||
+ | ##* Make sure to add descriptive comments to each commit | ||
+ | ##* Uncommented commits will not be marked or reviewed | ||
+ | If your team is using Visual Studio as its development platform, mark the '''.sln''', the '''.vcxproj''', the '''.vcxproj.filters''', and the source files as versioned, but not the binaries or executables. | ||
+ | Each team member should have their own successfully compiled version of the assignment 1 in their own workspace under the branch sub-directory of their team's repository. | ||
− | + | Branch submission path: svn://zenit.senecac.on.ca/btp300_113_?/branches/SenecaID/assignment1 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Each team member should add their name to the header comments of the '''consoleplus.h''' and '''consolelineedit.cpp''' files as follows: | |
− | + | # Edit the source code to include your name | |
− | + | # Go to '''trunk''' | |
− | + | # Merge your modified source files with '''trunk''' '''...SVN/Merge''' | |
− | + | # Go to the project page and change the repo status to "being committed by your name" | |
+ | # Commit to the repository with the comment "name added" | ||
+ | # Go back to the project page and change the repo status to "committed by your name" | ||
− | + | See [http://zenit.senecac.on.ca/wiki/index.php/Hints_for_Using_SVN_to_collaborate_on_school_projects#Merging_your_work_back_to_trunk Merging your work back to trunk] for details | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Stage 3 == | == Stage 3 == |
Latest revision as of 14:25, 9 November 2011
BTP300 Fall 2011 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Due Dates
Assignment 1 - Line Editing Facility | September 23 |
Assignment 2 - Field Classes | November 3 |
Assignment 3 - More Field Classes | November 30 |
Assignment 4 - Application | December 9 |
The official due dates are in Moodle. If there are any discrepancies, the due dates in Moodle shall apply.
Project Requirements
Each game is a team effort. The structure of each team is up to the team members. Each member must contribute their own work in a selected area or areas of their choosing.
Stage 1
- Line Editing Facility - Coded and Submitted Individually
Stage 2
- Frame Classes - Coded and Submitted as a Group
Before starting stage 2, read Hints for Using SVN to collaborate on school projects and do the following:
- Update your team's wiki page with your team's repository path under Repo Path
- Add assignment 1 to the trunk of your team's repository as follows
- Checkout your team's empty repository to a new directory on a local computer
- Create the branches, tags, and trunk subdirectories under this new directory
- Under the branches subdirectory create a sub-subdirectory for each team member using their seneca id
- Under the sub-subdirectory for one of the team members create a new sub-sub-subdirectory named assignment_1
- You can do this manually or by creating a new Visual Studio solution named assignment_1 under the team member's sub-sub-directory
- Copy the source files for assignment 1 into this directory, compile it and run it. Once it runs successfully, you are ready to add it to the repository server
- Move to the head of the repository directory and add the new directory structure along with the source code for the assignment by right clicking on ...SVN/Add and checking the folders and files to be added
- Commit the directory structure to the repository server by right clicking on SVN Commit. Add the comment "Created Directory Structure and added assignment 1"
- Branch the committed assignment to trunk
- The repository is now ready for each team member to start working on their own version of the code in their own workspace
- Checkout the repository to your own local computer
- Branch trunk to your own workspace
- Checkout your workspace
- Work within your own workspace
- Commit your code at the end of each session
- Make sure to add descriptive comments to each commit
- Uncommented commits will not be marked or reviewed
If your team is using Visual Studio as its development platform, mark the .sln, the .vcxproj, the .vcxproj.filters, and the source files as versioned, but not the binaries or executables.
Each team member should have their own successfully compiled version of the assignment 1 in their own workspace under the branch sub-directory of their team's repository.
Branch submission path: svn://zenit.senecac.on.ca/btp300_113_?/branches/SenecaID/assignment1
Each team member should add their name to the header comments of the consoleplus.h and consolelineedit.cpp files as follows:
- Edit the source code to include your name
- Go to trunk
- Merge your modified source files with trunk ...SVN/Merge
- Go to the project page and change the repo status to "being committed by your name"
- Commit to the repository with the comment "name added"
- Go back to the project page and change the repo status to "committed by your name"
See Merging your work back to trunk for details
Stage 3
- More Field Classes - Coded and Submitted as a Group
Stage 4
- Application - Coded and Submitted as a Group