Difference between revisions of "Team H - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Logs)
(task name)
Line 79: Line 79:
  
 
*'''Realease 0.3'''
 
*'''Realease 0.3'''
**prototyping '''Incomplete'''
+
**prototyping (will be done by Jungmin) '''Incomplete'''
**CLabel '''Incomplete'''
+
**CLabel (will be done byJungmin) '''Incomplete'''
**CDialog (2ppl) '''Incomplete'''
+
**CDialog (2ppl)(will be done by Chiyoung and Dimple) '''Incomplete'''
**CLineEdit '''Incomplete'''
+
**CLineEdit (will be done by Mauli) '''Incomplete'''
  
 
== Meetings ==
 
== Meetings ==

Revision as of 22:48, 21 October 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team H

  • IRC Channel : #seneca-oop344-teamH

Project Marking Percentage

  • Group work: 50%
  • Individual work: 50%

Total 100%

Repository

Master Branch Status

Status

  • OPEN

Logs

  • DateTime, Merged/being Merged by full name, ircnick: mynick, any other info
  • Oct 21, 2013 - Class Prototypes are merged into master branch. CLabel.h need to be fixed (CField is not usable) : by Jungmin Ji

Coding Style and Standards

  • File names must be lowercase.
  • No Tab Character allowed. (replace tabs with 2 spaces)
  • Each object must have its own type:
int a;
int b;
CDialog D;
  • With regards to space characters and opening and closing brackets ,standard will be as follow:
if(a == b) {//There should be a space between each meaningful variable and operator and so on
  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
};
  • For the safeguard for header files, we will use the following:
 H_FILENAME_H_


Team Members

Team H
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Jungmin Ji A jjungmin Ji Jungmin Mistysnake Breeze
Chiyoung Choi A cchoi12 Chiyoung Choi Chris-choi
Mauli Shah A mshah24 Mauli Shah mshah

http://mauli9shah.wordpress.com/

Dimple Amin A dkamin Dimple Kaushal Amin dkamin Dimple's blogs on OOP344

Tasks

task name

  • Release 0.2 Completed
    • Create your teampage using this template. Completed
    • Select one of the team member's console.cpp and console.h Completed
    • That team member should branch and clone the repository, add console.cpp and console.h to the files in the repository, compile, run and test the execution. Completed
    • When done this team member should add her/his name, github id and the date and time of the completion (as a comment) to cframe.h and merge the branch back to the master repo and push the changes up to github. Completed
  • Realease 0.3
    • prototyping (will be done by Jungmin) Incomplete
    • CLabel (will be done byJungmin) Incomplete
    • CDialog (2ppl)(will be done by Chiyoung and Dimple) Incomplete
    • CLineEdit (will be done by Mauli) Incomplete

Meetings

  • latest will be on top

topic, date

date