Difference between revisions of "Dynamic Developers 20121 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Task name)
 
(49 intermediate revisions by 3 users not shown)
Line 13: Line 13:
 
* Repo ID: [svn://zenit.senecac.on.ca/oop344_121rep03 oop344_121rep03]
 
* Repo ID: [svn://zenit.senecac.on.ca/oop344_121rep03 oop344_121rep03]
 
=== Trunk Status ===
 
=== Trunk Status ===
 +
* Committed to Trunk/Tag
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: Added source files and header files for CMenu, CCheckList, and CText. Passes compile. Comments were added.
 +
*: Time: April 13, 2012. 04:49PM
 +
 +
* Committed to Trunk/Tag
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: fixed small bug in cdialog
 +
*: Time: April 3, 2012. 02:11AM
 +
 +
* Committed to Trunk/Tag
 +
*: ID: mctenenbaum
 +
*: Name: Moshe Tenenbaum
 +
*: IRC Nick: mctenenbaum
 +
*: Other Info: submitted CMenuItem and updated CCHeckMark
 +
*: Time: April 3, 2012. 12:05AM
 +
 +
* Committed to Trunk/Tag
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: confirmed CLineEdit, finished CValEdit, all tested and works properly. Revision 176.
 +
*: Time: March 29, 2012. 2:53PM 
 +
 +
* Committed to Trunk/Tag
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: debugged clineedit and cdialog properly, now everything displays correctly
 +
*: Time: March 27, 2012. 8:55PM 
 +
 +
* Committed to Trunk/Tag
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: committed clineedit to trunk, compiled and worked
 +
*: Time: March 25, 2012. 11:13PM 
 +
 +
* Committed to Trunk/Tag
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: mockups for class files and headers for R0.3
 +
*: Time: March 25, 2012. 8:27PM
 +
 +
* Committed to Trunk/Tag
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: tested/modified CLabel, finalized CDialog
 +
 +
* Committed to Trunk
 +
*: ID: mctenenbaum
 +
*: Name: Moshe Tenenbaum
 +
*: IRC Nick: mctenenbaum
 +
*: Other Info: coded Clabel, compiles but has runtime errors and crashes
 +
*: Time: March 9, 2012. 3:42PM
 +
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added cdialog draw function
 +
*: Time: March 09, 2012. 2:11:56PM
  
 
* Committed to Trunk
 
* Committed to Trunk
*: ID:  
+
*: ID: slee201
*: Name:  
+
*: Name: Sanghyun Lee
*: IRC Nick:
+
*: IRC Nick: SH_Lee
*: Other Info:
+
*: Other Info: checked edit functions and updated comments
 +
*: Time: March 07, 2012. 4:20:19PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added cdialog edit function
 +
*: Time: March 07, 2012. 3:04:37PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added primary add function
 +
*: Time: March 07, 2012. 1:37:51PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added primary add function
 +
*: Time: March 06, 2012. 11:06:51PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added primary add function
 +
*: Time: March 06, 2012. 11:06:51PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added the 3 secondary add functions
 +
*: Time: March 01, 2012. 12:48:11PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Removed unnecessary comment from cdialog header file
 +
*: Time: March 01, 2012. 12:43:18PM
 +
 
 +
* Committed to Trunk
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: Updated constructor, deconstructor, and a few more one liners. Revision 44.
 +
*: Time: February 29, 2012. 11:48:50PM
 +
 
 +
* Committed to Trunk
 +
*: ID: aadamico
 +
*: Name: Alex D'Amico
 +
*: IRC Nick: Daag
 +
*: Other Info: Added #ifndef to headers in a consistent format
 +
*: Time: Technical difficulty, not updated, continue as normal.
 +
 
 +
* Committed to Trunk
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: started CLabel. compiling passed. Revision 36.
 +
*: Time: February 28, 2012. 1:21:13PM
 +
 
 +
* Committed to Trunk
 +
*: ID: slee201
 +
*: Name: Sanghyun Lee
 +
*: IRC Nick: SH_Lee
 +
*: Other Info: started CDialog. compiling passed. Revision 34.
 +
*: Time: February 23, 2012. 1:18:05PM
  
 
== Team Members ==
 
== Team Members ==
Line 32: Line 171:
 
|-
 
|-
 
|[[User:aadamico | Alex]] || D'Amico || B || [mailto:aadamico@learn.senecac.on.ca?subject=oop344 aadamico] || [[Special:Contributions/aadamico| aadamico]] || Daag || [http://aadamico.blogspot.com Daag's Domain]
 
|[[User:aadamico | Alex]] || D'Amico || B || [mailto:aadamico@learn.senecac.on.ca?subject=oop344 aadamico] || [[Special:Contributions/aadamico| aadamico]] || Daag || [http://aadamico.blogspot.com Daag's Domain]
|-
 
 
 
|-
 
|-
 
|[[User:mctenenbaum | Moshe]] || Tenenbaum || B || [mailto:mctenenbaum@learn.senecac.on.ca?subject=oop344 mctenenbaum] || [[Special:Contributions/mctenenbaum | mctenenbaum]] || mctenenbaum || [http://mctenenbaum.blogspot.com Moe's OOP344 Blog]
 
|[[User:mctenenbaum | Moshe]] || Tenenbaum || B || [mailto:mctenenbaum@learn.senecac.on.ca?subject=oop344 mctenenbaum] || [[Special:Contributions/mctenenbaum | mctenenbaum]] || mctenenbaum || [http://mctenenbaum.blogspot.com Moe's OOP344 Blog]
 
 
|-
 
|-
|[[User:Omelnichenkooleksandr | Oleksandr]] || Melnichenko || A || [mailto:omelnichenkooleksandr@learn.senecac.on.ca?subject=oop344 omelnichenkooleksandr] || [[Special:Contributions/Omelnichenkooleksandr|Omelnichenkooleksandr]] || Oleksandr || [http://omelnichenko.blogspot.com Oleksandr`s Blog]
+
|[[User:Slee201 | Sanghyun]] || Lee || A || [mailto:slee201@learn.senecac.on.ca?subject=oop344 slee201] || [[Special:Contributions/slee201 | slee201]] || SH_Lee || [http://slee201.wordpress.com/ SH's OOP Blog]
 
|-
 
|-
 +
|}
 +
 +
== Tasks ==
 +
=== R0.3 Headers and Classes ===
 +
* Doing the header and class file mockups for R0.3?
 +
* Alex D'Amico
 +
* Completed
 +
 +
=== CLineEdit ===
 +
* Coding the class
 +
* Alex D'Amico
 +
* Completed, requires further testing (tested by Sanghyun Lee)
  
|-
+
=== CButton ===
|[[User:Slee201 | Sanghyun]] || Lee || A || [mailto:slee201@learn.senecac.on.ca?subject=oop344 slee201] || [[Special:Contributions/slee201 | slee201]] || SH_Lee || [http://slee201.wordpress.com/ SH's OOP Blog]
+
* Coding the class
|-
+
* Alex D'Amico
 +
* Completed and tested.
 +
 
 +
=== CMenuItem ===
 +
* Coding the class?
 +
* Moshe Tenenbaum
 +
* Completed
 +
 
 +
=== CCheckMark ===
 +
* Coding the class
 +
* Sanghyun Lee, Moshe Tenenbaum
 +
* Edit(Moshe) and Draw(Sanghyun) functions completed.
 +
 
 +
=== CValEdit ===
 +
* Coding the class
 +
* Sanghyun Lee
 +
* Finished and submitted to trunk
  
|-
+
=== CText ===
|[[User:jdtolentino | Jonathan]] || Tolentino || B || [mailto:jdtolentino@learn.senecac.on.ca?subject=oop344 jdtolentino] || [[Special:Contributions/Jdtolentino | Jdtolentino]] || dorne || [http://denofmisinformation.wordpress.com/ Den of Misinformation]
+
* Finishing
|-}
+
* Moshe
 +
* In Progress
  
== Tasks ==
 
  
 
=== Task name ===
 
=== Task name ===
* task description
+
* Doing what?
* being done by team member name / not assigned
+
* Who is doing this?
* status
+
* Status?
  
 
== Meetings ==
 
== Meetings ==
 +
'''<u>February 22</u>'''
 +
1:30 pm
 +
Start figuring out Assignment 2 and delegate tasks <br />
 +
'''<u>March 22</u>'''
 +
1:00 pm
 +
In class meeting with Fardad
 
<!--
 
<!--
 
* latest will be on top
 
* latest will be on top

Latest revision as of 13:04, 23 April 2012


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

Dynamic Developers - OOP344 20121

Project Marking Percentage

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

Repository

Trunk Status

  • Committed to Trunk/Tag
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: Added source files and header files for CMenu, CCheckList, and CText. Passes compile. Comments were added.
    Time: April 13, 2012. 04:49PM
  • Committed to Trunk/Tag
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: fixed small bug in cdialog
    Time: April 3, 2012. 02:11AM
  • Committed to Trunk/Tag
    ID: mctenenbaum
    Name: Moshe Tenenbaum
    IRC Nick: mctenenbaum
    Other Info: submitted CMenuItem and updated CCHeckMark
    Time: April 3, 2012. 12:05AM
  • Committed to Trunk/Tag
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: confirmed CLineEdit, finished CValEdit, all tested and works properly. Revision 176.
    Time: March 29, 2012. 2:53PM
  • Committed to Trunk/Tag
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: debugged clineedit and cdialog properly, now everything displays correctly
    Time: March 27, 2012. 8:55PM
  • Committed to Trunk/Tag
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: committed clineedit to trunk, compiled and worked
    Time: March 25, 2012. 11:13PM
  • Committed to Trunk/Tag
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: mockups for class files and headers for R0.3
    Time: March 25, 2012. 8:27PM
  • Committed to Trunk/Tag
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: tested/modified CLabel, finalized CDialog
  • Committed to Trunk
    ID: mctenenbaum
    Name: Moshe Tenenbaum
    IRC Nick: mctenenbaum
    Other Info: coded Clabel, compiles but has runtime errors and crashes
    Time: March 9, 2012. 3:42PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added cdialog draw function
    Time: March 09, 2012. 2:11:56PM
  • Committed to Trunk
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: checked edit functions and updated comments
    Time: March 07, 2012. 4:20:19PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added cdialog edit function
    Time: March 07, 2012. 3:04:37PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added primary add function
    Time: March 07, 2012. 1:37:51PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added primary add function
    Time: March 06, 2012. 11:06:51PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added primary add function
    Time: March 06, 2012. 11:06:51PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added the 3 secondary add functions
    Time: March 01, 2012. 12:48:11PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Removed unnecessary comment from cdialog header file
    Time: March 01, 2012. 12:43:18PM
  • Committed to Trunk
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: Updated constructor, deconstructor, and a few more one liners. Revision 44.
    Time: February 29, 2012. 11:48:50PM
  • Committed to Trunk
    ID: aadamico
    Name: Alex D'Amico
    IRC Nick: Daag
    Other Info: Added #ifndef to headers in a consistent format
    Time: Technical difficulty, not updated, continue as normal.
  • Committed to Trunk
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: started CLabel. compiling passed. Revision 36.
    Time: February 28, 2012. 1:21:13PM
  • Committed to Trunk
    ID: slee201
    Name: Sanghyun Lee
    IRC Nick: SH_Lee
    Other Info: started CDialog. compiling passed. Revision 34.
    Time: February 23, 2012. 1:18:05PM

Team Members

Dynamic Developers- OOP344 20121
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Alex D'Amico B aadamico aadamico Daag Daag's Domain
Moshe Tenenbaum B mctenenbaum mctenenbaum mctenenbaum Moe's OOP344 Blog
Sanghyun Lee A slee201 slee201 SH_Lee SH's OOP Blog

Tasks

R0.3 Headers and Classes

  • Doing the header and class file mockups for R0.3?
  • Alex D'Amico
  • Completed

CLineEdit

  • Coding the class
  • Alex D'Amico
  • Completed, requires further testing (tested by Sanghyun Lee)

CButton

  • Coding the class
  • Alex D'Amico
  • Completed and tested.

CMenuItem

  • Coding the class?
  • Moshe Tenenbaum
  • Completed

CCheckMark

  • Coding the class
  • Sanghyun Lee, Moshe Tenenbaum
  • Edit(Moshe) and Draw(Sanghyun) functions completed.

CValEdit

  • Coding the class
  • Sanghyun Lee
  • Finished and submitted to trunk

CText

  • Finishing
  • Moshe
  • In Progress


Task name

  • Doing what?
  • Who is doing this?
  • Status?

Meetings

February 22 1:30 pm Start figuring out Assignment 2 and delegate tasks
March 22 1:00 pm In class meeting with Fardad