Difference between revisions of "Team B - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Master Branch Status)
(Team Name)
Line 1: Line 1:
 
= Team Name =
 
= Team Name =
<span style="font-style:italic;font-size:20px;font-weight:900;text-shadow:2px 2px #DDD;">BDOT</span><br/>
+
: <span style="font-style:italic;font-size:20px;font-weight:900;text-shadow:2px 2px #DDD;">BDOT</span><br/>
 
== Project Marking Percentage ==
 
== Project Marking Percentage ==
 
<big>
 
<big>
Line 10: Line 10:
  
 
== Repository ==
 
== Repository ==
<span style="font:18px italic">BDOT Repository Path:  [https://github.com/Seneca-OOP344/Team-B Team B]</span>  
+
<span style="font:16px italic;text-decoration:underline;">BDOT Repository Path:  [https://github.com/Seneca-OOP344/Team-B Team B]</span>  
 
=== Master Branch Status ===
 
=== Master Branch Status ===
 
<span style="color:green;font-weight:900;">FREE</span>
 
<span style="color:green;font-weight:900;">FREE</span>
Line 39: Line 39:
  
 
== Team Members ==  
 
== Team Members ==  
{| class="wikitable sortable" border="3" cellpadding="3" style="text-align:center; border-color: black; background-color: #EEE; margin:20px; border-collapse:collapse;"
+
{| class="wikitable sortable" border="3" cellpadding="5" style="text-align:center; border-color: black; background-color: #EEE; margin:20px; border-collapse:collapse;"
 
|+ <h2>Team B: "BDOT"</h2>
 
|+ <h2>Team B: "BDOT"</h2>
 
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
 
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
Line 64: Line 64:
 
===Release 0.2 is due October 20th, 23:59===
 
===Release 0.2 is due October 20th, 23:59===
  
1. Organize and complete team page -  <span style="color:green;font-weight:900">Complete</span>
+
# Organize and complete team page -  <span style="color:green;font-weight:900">Complete</span>
 
+
# Select a team member's console.cpp and console.h to use - <span style="color:green;font-weight:900">Complete</span>
2. Select a team member's console.cpp and console.h to use - <span style="color:green;font-weight:900">Complete</span>
+
#* That team member should branch and clone repository and add the files to it as well as comment on cframe.h with github id, date, and time and merge it back
* That team member should branch and clone repository and add the files to it as well as comment on cframe.h with github id, date, and time and merge it back
+
# All other members clone the repository, comment, and test the execution of CFrame - <span style="color:red;font-weight:900">Incomplete</span>
 
+
#* The comment should include your github id, date, and time in the cframe.h file
3. All other members clone the repository, comment, and test the execution of CFrame - <span style="color:red;font-weight:900">Incomplete</span>
+
#* Push the final changes to github
* The comment should include your github id, date, and time in the cframe.h file
 
* Push the final changes to github
 
  
 
== Meetings ==
 
== Meetings ==

Revision as of 10:12, 17 October 2013

Team Name

BDOT

Project Marking Percentage

Group work:        40%   
Individual work:   60% + 
-------------------------
Total             100%

Repository

BDOT Repository Path: Team B

Master Branch Status

FREE

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;
  • With regards to space characters, standard will be as follows:
if(a == b) {
  x = y * z; // 2 spaces for indentation
}
  • With regards to classes, standard will be as follows:
class example {
  public:
    int _a; // member variables should start with an underscore
    int _arraySize // use meaningful names for variables when applicable and use camel notation
    char* _pArray; // pointers should have '*' part of the type
};

Team Members

Team B: "BDOT"

First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Arlene Lee C alee110 Arlene Lee Zephyr135 KakuKaku
Adam Sharpe B ansharpe Adam Nicholas Sharpe AdamSharpe Object Oriented Programming Stuff
Ragu Sivanandha B rsivanandha Raguraam Sivanandha Ragu Ragu's Blog
Benson Wong B bwong53 Benson Wong wongbsn Benson's Blog

Tasks

Release 0.2 is due October 20th, 23:59

  1. Organize and complete team page - Complete
  2. Select a team member's console.cpp and console.h to use - Complete
    • That team member should branch and clone repository and add the files to it as well as comment on cframe.h with github id, date, and time and merge it back
  3. All other members clone the repository, comment, and test the execution of CFrame - Incomplete
    • The comment should include your github id, date, and time in the cframe.h file
    • Push the final changes to github

Meetings

October 16, 2013 - Rm S3011

  • Completing team page, finalizing coding standards, and deciding on whose console.cpp/console.h we are using (Arlene's).

October 15, 2013 - Rm S3012

  • Meet, greet, and discussion on coding standards

Other

date