Difference between revisions of "Team C - OOP344 20133"
Chenming Xu (talk | contribs) (Created page with 'Team C') |
|||
Line 1: | Line 1: | ||
− | Team C | + | = CODE ROCKERS= |
+ | == Project Marking Percentage == | ||
+ | * due right after study break | ||
+ | <big> | ||
+ | Group work: XX% (25 <= xx <= 50) | ||
+ | Individual work: XX% + (50 <= xx <= 75) | ||
+ | ------------------------- | ||
+ | Total 100% | ||
+ | </big> | ||
+ | == Repository == | ||
+ | * repo path:https://github.com/Seneca-OOP344/Team-C | ||
+ | === Master Branch Status === | ||
+ | ====Status==== | ||
+ | *'''''Open/Closed''''' | ||
+ | *: Open: you can merge now. | ||
+ | *: Closed: Wait for the repo to get opened | ||
+ | ====Logs==== | ||
+ | * DateTime, Merged/being Merged by [mailto:pthakur1@learn.senecac.on.ca full name], pthakur1: pthakur1 | ||
+ | == Coding Style and Standards == | ||
+ | * No Tab Character allowed. (replace tabs with spaces) | ||
+ | * Each object must have its own type: | ||
+ | <big><syntaxhighlight lang="cpp"> | ||
+ | int a; | ||
+ | int b; | ||
+ | CDialog D; | ||
+ | </syntaxhighlight></big> | ||
+ | |||
+ | == Team Members == | ||
+ | {| class="wikitable sortable" border="1" cellpadding="5" | ||
+ | |+ Team Name (team x) | ||
+ | ! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL | ||
+ | |- | ||
+ | <!-- | ||
+ | |[[User:WikiID | Puneet]]|| thakur|| C|| [mailto:pthakur1@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | Puneet Thakur]] || pthakur1|| [http://OOP344pthakur1.blogspot.ca] | ||
+ | |- | ||
+ | --> | ||
+ | |} | ||
+ | |||
+ | == tasks == | ||
+ | === task name === | ||
+ | * task description | ||
+ | * being done by team member name / not assigned | ||
+ | * status | ||
+ | |||
+ | |||
+ | == meetings == | ||
+ | * latest will be on top | ||
+ | === topic, date === | ||
+ | [[Irc logs of meeting (unique name) - oop344 20113 | date]] |
Revision as of 19:30, 20 October 2013
Contents
CODE ROCKERS
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75)
Total 100%
Repository
- repo path:https://github.com/Seneca-OOP344/Team-C
Master Branch Status
Status
- Open/Closed
- Open: you can merge now.
- Closed: Wait for the repo to get opened
Logs
- DateTime, Merged/being Merged by full name, pthakur1: pthakur1
Coding Style and Standards
- No Tab Character allowed. (replace tabs with spaces)
- Each object must have its own type:
int a;
int b;
CDialog D;
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|
tasks
task name
- task description
- being done by team member name / not assigned
- status
meetings
- latest will be on top