Difference between revisions of "The A-Team - OOP344 20113"

From CDOT Wiki
Jump to: navigation, search
(Changed Trunk Status)
(TRUNK Status)
 
(23 intermediate revisions by 3 users not shown)
Line 12: Line 12:
 
=== TRUNK Status ===
 
=== TRUNK Status ===
 
Refer to [irc://holmes.freenode.net:6667/OOP344-ATEAM #OOP344-ATEAM] for current trunk status.
 
Refer to [irc://holmes.freenode.net:6667/OOP344-ATEAM #OOP344-ATEAM] for current trunk status.
* commiting by
+
* committed by
*: id: [mailto:sthistle@learn.senecac.on.ca sthistle]
+
*: id: [mailto:sthistle@learn.senecac.on.ca nmayuranathan]
*: name: Sean Thistle
+
*: name: Natesh Mayuranathan
*: irc nick: Yellow-Box_Mk2
+
*: irc nick: Tesh_
*: other info:
+
*: other info: last changes for R0.6
  
 
== Team Members ==
 
== Team Members ==
Line 34: Line 34:
 
|-
 
|-
 
|}
 
|}
 +
 +
== Coding Standards ==
 +
 +
 +
* indentation - 2 spaces
 +
 +
* variable names:
 +
                e.g.  My Birth Date ---> myBirDat
 +
                      column length, Height ---->  colLen, colHgt
 +
                      row height, row length ---> rowHgt, rowLen
 +
 +
* coding styles & conventions:
 +
                e.g. function() {
 +
                    if(...) {
 +
                      /*some code*/
 +
                    }
 +
                    else {
 +
                      /*some other code*/
 +
                    }
 +
                }
 +
 +
* when you want help, commit and add a status message explaining your problem -  also comment area of interest
 +
                    e.g.
 +
                    if(/*some condition*/){
 +
                        /*some code*/            //this code does not work for some reason
 +
                    }
 +
 +
* when you change teammates' code, please comment to explain changes:
 +
             
 +
                e.g.
 +
                OLD:
 +
                    if(/*some condition*/){
 +
                        /*some code*/       
 +
                    }
 +
             
 +
                NEW: 
 +
                    if(/*some condition*/){
 +
                        /*some new code*/    //changed some code to some new code
 +
                    }                     
  
 
==TASKS==
 
==TASKS==
  
== Console ==
+
 
 +
=== Console ===
 
* Code the console
 
* Code the console
 
* All
 
* All
 
* Done
 
* Done
  
== CField ==
+
=== CField ===
 
* Code the CField class
 
* Code the CField class
 
* Sean
 
* Sean
 
* Done
 
* Done
  
== CLabel ==
+
=== CLabel ===
 
* Code the CLabel class
 
* Code the CLabel class
 
* Natesh, Sean
 
* Natesh, Sean
 
* Done
 
* Done
  
== CDialog ==
+
=== CDialog ===
 
* Code the CDialog class
 
* Code the CDialog class
 
* Travis, Gemma, Duc - Modified By Sean -> Draw, Edit
 
* Travis, Gemma, Duc - Modified By Sean -> Draw, Edit
 
* Done
 
* Done
  
== CLineEdit ==
+
=== CLineEdit ===
 
* Code the CLineEdit class
 
* Code the CLineEdit class
 
* Sean
 
* Sean
 
* Done
 
* Done
  
== CButton ==
+
=== CButton ===
 
* Code the CButton class
 
* Code the CButton class
* Natesh
+
* Natesh - Modified By Sean -> Draw, Edit
* Pending
+
* Done
  
== CmenuItem ==
+
=== CmenuItem ===
 
* Code the CmenuItem class
 
* Code the CmenuItem class
* Travis
+
* Travis - Modified By Sean -> Draw, Edit
* Pending
+
* Done
  
== CCheckMark ==
+
=== CCheckMark ===
 
* Code the CCheckMark class
 
* Code the CCheckMark class
* Duc
+
* Duc - Modified By Sean -> Draw, Edit
 
* Done
 
* Done
  
== CValEdit ==
+
=== CValEdit ===
 
* Code the CValEdit class
 
* Code the CValEdit class
* Sean/Duc/Travis/Tesh
+
* Sean/Duc
* Incomplete - pending
+
* Complete
 +
 
 +
=== Modify Console::edit() ===
 +
* add IsTextEditor and ReadOnly to argument list
 +
* Travis
 +
* done
 +
 
 +
=== Modify CCheckMark ===
 +
* add bool radio(), void radio(bool isRadio), and operator bool() methods
 +
* Duc
 +
* done
  
== meetings ==
+
=== CCheckList ===
 +
* holds an array of CCheckMarks for multiple selections
 +
* Duc
 +
* complete
 +
 
 +
=== CText ===
 +
* a CField for editing multiline text.
 +
* Natesh/Sean
 +
* complete
 +
 
 +
=== CMenu ===
 +
* Linked List of CMNodes
 +
* Travis
 +
* complete
 +
 
 +
=== CMNode===
 +
* Holds a CMenuItem object and its index
 +
* Travis
 +
* complete
 +
 
 +
== Meetings ==
 
* 1st Meeting - Oct 12th 5pm on IRC #OOP344-ATEAM; TOPIC: R0.1
 
* 1st Meeting - Oct 12th 5pm on IRC #OOP344-ATEAM; TOPIC: R0.1
 
- ATTENDANCE: Gemma Daly, Travis R., Duc G.
 
- ATTENDANCE: Gemma Daly, Travis R., Duc G.
Line 94: Line 164:
 
* 4rd Meeting - Oct 26th 1pm on IRC #OOP344-ATEAM: R0.2 - (Can Someone Confirm The Date And Time Please..Thx)
 
* 4rd Meeting - Oct 26th 1pm on IRC #OOP344-ATEAM: R0.2 - (Can Someone Confirm The Date And Time Please..Thx)
 
- ATTENDANCE: All Members
 
- ATTENDANCE: All Members
 +
 +
* nth Meeting - Nov 25th 4-6:25 in Open Lab - Topic: Completing R.03; Assigning tasks for 0.6
 +
- ATTENDANCE: Duc, Sean, Natesh
 +
 +
* Meeting [n+1] -Dec 15th in Open Lab - Topic: Collaborating on R0.6 (CText)
 +
- ATTENDANCE: Duc, Travis, Natesh
 +
 +
[[The A-Team IRC Logs 20113 - OOP344 | IRC meeting logs]]

Latest revision as of 22:30, 17 December 2011


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

Project Marking Percentage

Group work:      50%        (25 <= xx <= 50)
Individual work: 50% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

TRUNK Status

Refer to #OOP344-ATEAM for current trunk status.

  • committed by
    id: nmayuranathan
    name: Natesh Mayuranathan
    irc nick: Tesh_
    other info: last changes for R0.6

Team Members

Team while(false)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Duc Giang B dhgiang dhgiang dhgiang Duc's Blog Site
Travis Roetcisoender B tcroetcisoender tcroetcisoender1 Travis_R Travis' Blog
Natesh Mayuranathan B nmayuranathan Nmayuranathan Tesh_ My Blog
Gemma(member dropped course - no longer with us ) Daly B gdaly Daly gdaly My Blog
Sean Thistle B sthistle sthistle Yellow-Box_Mk2 Blog Site

Coding Standards

  • indentation - 2 spaces
  • variable names:
               e.g.  My Birth Date ---> myBirDat
                     column length, Height ---->  colLen, colHgt
                     row height, row length ---> rowHgt, rowLen
  • coding styles & conventions:
                e.g. function() {
                   if(...) {
                      /*some code*/
                   }
                   else {
                     /*some other code*/
                   }
                }
  • when you want help, commit and add a status message explaining your problem - also comment area of interest
                    e.g.
                    if(/*some condition*/){
                       /*some code*/             //this code does not work for some reason
                    }
  • when you change teammates' code, please comment to explain changes:
               e.g.
               OLD:
                    if(/*some condition*/){
                       /*some code*/         
                    }
              
               NEW:   
                    if(/*some condition*/){
                        /*some new code*/     //changed some code to some new code
                    }                       

TASKS

Console

  • Code the console
  • All
  • Done

CField

  • Code the CField class
  • Sean
  • Done

CLabel

  • Code the CLabel class
  • Natesh, Sean
  • Done

CDialog

  • Code the CDialog class
  • Travis, Gemma, Duc - Modified By Sean -> Draw, Edit
  • Done

CLineEdit

  • Code the CLineEdit class
  • Sean
  • Done

CButton

  • Code the CButton class
  • Natesh - Modified By Sean -> Draw, Edit
  • Done

CmenuItem

  • Code the CmenuItem class
  • Travis - Modified By Sean -> Draw, Edit
  • Done

CCheckMark

  • Code the CCheckMark class
  • Duc - Modified By Sean -> Draw, Edit
  • Done

CValEdit

  • Code the CValEdit class
  • Sean/Duc
  • Complete

Modify Console::edit()

  • add IsTextEditor and ReadOnly to argument list
  • Travis
  • done

Modify CCheckMark

  • add bool radio(), void radio(bool isRadio), and operator bool() methods
  • Duc
  • done

CCheckList

  • holds an array of CCheckMarks for multiple selections
  • Duc
  • complete

CText

  • a CField for editing multiline text.
  • Natesh/Sean
  • complete

CMenu

  • Linked List of CMNodes
  • Travis
  • complete

CMNode

  • Holds a CMenuItem object and its index
  • Travis
  • complete

Meetings

  • 1st Meeting - Oct 12th 5pm on IRC #OOP344-ATEAM; TOPIC: R0.1

- ATTENDANCE: Gemma Daly, Travis R., Duc G.

  • 2nd Meeting - Oct 18th 5pm in OPEN_labs: TOPIC: Updating R.011 to R0.12, Fixing Wiki, naming conventions, IRC Logging.

- Travis R, Natesh M., Duc G.

  • 3rd Meeting - Oct 24th 2pm in OPEN LABS; TOPIC: R0.2

- ATTENDANCE: All Members

  • 4rd Meeting - Oct 26th 1pm on IRC #OOP344-ATEAM: R0.2 - (Can Someone Confirm The Date And Time Please..Thx)

- ATTENDANCE: All Members

  • nth Meeting - Nov 25th 4-6:25 in Open Lab - Topic: Completing R.03; Assigning tasks for 0.6

- ATTENDANCE: Duc, Sean, Natesh

  • Meeting [n+1] -Dec 15th in Open Lab - Topic: Collaborating on R0.6 (CText)

- ATTENDANCE: Duc, Travis, Natesh

IRC meeting logs