Difference between revisions of "Team Extreme 20121 - oop344"

From CDOT Wiki
Jump to: navigation, search
(Team Extreme - OOP344 20121)
(Trunk Status)
 
(19 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
= Team Extreme - OOP344 20121 =
 
= Team Extreme - OOP344 20121 =
  
== Discussion ==
+
== Team Members ==
 +
{| class="wikitable sortable" border="1" cellpadding="5"
 +
! First Name !! Last Name  !! Section !! Seneca Id !! wiki id !!  IRC nick !! Blog URL
 +
|-
 +
<!--
 +
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://yourBlogURL BlogName]
 +
|-
 +
-->
 +
 
 +
|-
 +
|[[User:wwong20 | William]]|| Wong || A || [mailto:wwong20@learn.senecac.on.ca?subject=oop344wwong20 wwong20] || [[Special:Contributions/wwong20 | wwong20]] || Terrawing || [http://www.orplicity.com/wordpress/ Terrawing's Blog-O-Rama]
 +
|-
 +
 
 +
 
 +
|-
 +
|[[User:Rhuynh3 | Richard]]||Huynh||A||[mailto:rhuynh3@learn.senecac.on.ca?subject=oop344rhuynh3 rhuynh3]||[[Special:Contributions/rhuynh3 | rhuynh3]]||Radox||[http://radizzt.blogspot.com/ Richard's Blog]
 +
|-
 +
 
 +
 
 +
|-
 +
|[[User:hchen142|Honghui]]||Chen||A||[mailto:hchen142@learn.senecac.on.ca?subject=oop344hchen142 hchen142]||[[Special:Contributions/hchen142|hchen142]]||chenhonghui12||[http://HonghuiChen.blogspot.com/ HonghuiChen's Blog]
 +
|-
  
*04/01 11:30pm --- Finished CCheckMark using Honghui's cdialog (Its working great just not sure if it's 100% considering the issues with cdialog) - '''Kamen'''
 
  
*03/29 --- Okay, I put in the modify version of Leo's CDialog with the the up key fixed into the trunk. I took out the default constructors on the CLabel too, I tested it now without it and it works, so the one in the trunk is fine as it is. Test your classes with the new CDialog, I tested it this morning for some of you, but double check. - '''William'''
+
|-
 +
|[[User:xlian3|Xing]]||Lian||A||[mailto:xlian3@learn.senecac.on.ca?subject=oop344xlian3  xlian3]||[[Special:Contributions/xlian3|xlian3]]||leolian||[http://leolian.wordpress.com/ Leo Lian's Blog]
 +
|-
  
*03/28 --- There are some problems with the previous '''CDialog.cpp''', so I updated it. Now the new one can successfully work with my '''CBotton.cpp''', but I am not sure it is corrected. If you find somewhere cannot work with your class, please modify it. - '''Honghui'''
+
|}
  
*03/28 --- Hey I try using yours and it crashed my program completely, I also tried it on Leo's program and it goes onto an infinite loop. I modify the up key on my CDialog and it is working on mine, Leo's and yours because I was testing it on everyone's branch with my modified CDialog off of Leo's modifed one. - '''William'''
+
[mailto:Rhuynh3@learn.senecac.on.ca;Wwong20@learn.senecac.on.ca;xlian3@learn.senecac.on.ca;hchen142@learn.senecac.on.ca;ktarpomanov@learn.senecac.on.ca Email All]
  
*03/28 --- I put the CLineEdit class into my branch but there seems to be some bugs in CDialog class or Console class. I'm not sure where the bug is but the CLineEdit class could not work properly. I will continue to find them. Richard, you can start the CValEdit using the CLineEdit class in my branch. - '''leolian'''
+
== Repository ==
 +
* repo id:  [svn://zenit.senecac.on.ca/oop344_121rep05 oop344_121rep05]
  
 
== Trunk Status ==
 
== Trunk Status ==
 +
* Committed by
 +
*: ID: [mailto:hchen142@learn.senecac.on.ca hchen142]
 +
*: Name: Honghui Chen
 +
*: IRC: chenhonghui12
 +
*: Time: 11:00 pm Apr 21, 2012
 +
*: Merging CMenu.cpp into Trunk
 +
 +
* Committed by
 +
*: ID: [mailto:wwong20@learn.senecac.on.ca wwong20]
 +
*: Name: William Wong
 +
*: IRC: Terrawing
 +
*: Time: 4:45pm Apr 21, 2012
 +
*: Merging my CText with Richard's version into Trunk
 +
 +
* Committed by
 +
*: ID: [mailto:Rhuynh3@learn.senecac.on.ca Rhuynh3]
 +
*: Name: Richard Huynh
 +
*: IRC: Radox
 +
*: Time: 11:30pm Apr 20, 2012
 +
*: Merging CText
 +
 
* Committed by
 
* Committed by
 
*: ID: [mailto:wwong20@learn.senecac.on.ca wwong20]
 
*: ID: [mailto:wwong20@learn.senecac.on.ca wwong20]
Line 35: Line 79:
 
*: Time: 11:00 pm Mar 28, 2012
 
*: Time: 11:00 pm Mar 28, 2012
 
*: Merged the finished class '''CButton.cpp''' to trunk
 
*: Merged the finished class '''CButton.cpp''' to trunk
 
* Committed by
 
*: ID: [mailto:ktarpomanov@learn.senecac.on.ca ktarpomanov]
 
*: Name: Kamen T
 
*: IRC: Kamen
 
*: Time: 11:50am Mar 28, 2012
 
 
* Committed by
 
*: ID: [mailto:ktarpomanov@learn.senecac.on.ca ktarpomanov]
 
*: Name: Kamen T
 
*: IRC: Kamen
 
*: Time: 7:15pm-8:30pm Mar 08, 2012
 
*: Merged all work to trunk
 
  
 
* Committed by
 
* Committed by
Line 77: Line 108:
 
*: Pass the test for Test1Frame.cpp and tag the trunk under R0.1 in tags directory
 
*: Pass the test for Test1Frame.cpp and tag the trunk under R0.1 in tags directory
 
**Hey Leo, can you put it in the trunk because I think we all agree to use your console.cpp and console.h, so you can replace the current ones I put last time. Thanks - William  
 
**Hey Leo, can you put it in the trunk because I think we all agree to use your console.cpp and console.h, so you can replace the current ones I put last time. Thanks - William  
 
* Committed by
 
*: ID: [mailto:ktarpomanov@learn.senecac.on.ca ktarpomanov]
 
*: Name: Kamen Tarpomanov
 
*: IRC: Kamen
 
*: Time: 1:17pm Feb 16, 2012
 
  
 
* committed/committing by  
 
* committed/committing by  
Line 89: Line 114:
 
*: irc nick: mynick
 
*: irc nick: mynick
 
*: any other info
 
*: any other info
 
== Repository ==
 
* repo id:  [svn://zenit.senecac.on.ca/oop344_121rep05 oop344_121rep05]
 
 
== Team Members ==
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
|+ Team Extreme - OOP344 20121
 
! First Name !! Last Name  !! Section !! Seneca Id !! wiki id !!  IRC nick !! Blog URL
 
|-
 
<!--
 
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://yourBlogURL BlogName]
 
|-
 
-->
 
 
|-
 
|[[User:wwong20 | William]]|| Wong || A || [mailto:wwong20@learn.senecac.on.ca?subject=oop344wwong20 wwong20] || [[Special:Contributions/wwong20 | wwong20]] || Terrawing || [http://www.orplicity.com/wordpress/ Terrawing's Blog-O-Rama]
 
|-
 
 
 
|-
 
|[[User:Rhuynh3 | Richard]]||Huynh||A||[mailto:rhuynh3@learn.senecac.on.ca?subject=oop344rhuynh3 rhuynh3]||[[Special:Contributions/rhuynh3 | rhuynh3]]||Radox||[http://radizzt.blogspot.com/ Richard's Blog]
 
|-
 
 
 
|-
 
|[[User:hchen142|Honghui]]||Chen||A||[mailto:hchen142@learn.senecac.on.ca?subject=oop344hchen142 hchen142]||[[Special:Contributions/hchen142|hchen142]]||chenhonghui12||[http://HonghuiChen.blogspot.com/ HonghuiChen's Blog]
 
|-
 
 
 
|-
 
|[[User:xlian3|Xing]]||Lian||A||[mailto:xlian3@learn.senecac.on.ca?subject=oop344xlian3  xlian3]||[[Special:Contributions/xlian3|xlian3]]||leolian||[http://leolian.wordpress.com/ Leo Lian's Blog]
 
|-
 
 
 
|-
 
|[[User:ktarpomanov|Kamen]]||Tarpomanov||A||[mailto:ktarpomanov@learn.senecac.on.ca?subject=oop344 ktarpomanov]||[[Special:Contributions/ktarpomanov|ktarpomanov]]||ktarpomanov||[http://ktarpomanov.blogspot.com/ Kamen's Blog]
 
|-
 
 
|}
 
 
[mailto:Rhuynh3@learn.senecac.on.ca;Wwong20@learn.senecac.on.ca;xlian3@learn.senecac.on.ca;hchen142@learn.senecac.on.ca;ktarpomanov@learn.senecac.on.ca Email All]
 
  
 
== Tasks ==
 
== Tasks ==
Line 148: Line 132:
 
* Class : CButton  
 
* Class : CButton  
 
* Honghui Chen  
 
* Honghui Chen  
 
 
* Class: CCheckMark
 
* Kamen Tarpomanov
 
  
  

Latest revision as of 00:31, 20 January 2017


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

Team Extreme - OOP344 20121

Team Members

First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
William Wong A wwong20 wwong20 Terrawing Terrawing's Blog-O-Rama
Richard Huynh A rhuynh3 rhuynh3 Radox Richard's Blog
Honghui Chen A hchen142 hchen142 chenhonghui12 HonghuiChen's Blog
Xing Lian A xlian3 xlian3 leolian Leo Lian's Blog

Email All

Repository

Trunk Status

  • Committed by
    ID: hchen142
    Name: Honghui Chen
    IRC: chenhonghui12
    Time: 11:00 pm Apr 21, 2012
    Merging CMenu.cpp into Trunk
  • Committed by
    ID: wwong20
    Name: William Wong
    IRC: Terrawing
    Time: 4:45pm Apr 21, 2012
    Merging my CText with Richard's version into Trunk
  • Committed by
    ID: Rhuynh3
    Name: Richard Huynh
    IRC: Radox
    Time: 11:30pm Apr 20, 2012
    Merging CText
  • Committed by
    ID: wwong20
    Name: William Wong
    IRC: Terrawing
    Time: 6:23 pm Mar 29, 2012
    Update the class CDialog.cpp to trunk and merge the finish class CMenuItem.cpp to trunk
  • Committed by
    ID: hchen142
    Name: Honghui Chen
    IRC: chenhonghui12
    Time: 11:10 pm Mar 28, 2012
    Update the class CDialog.cpp to trunk
  • Committed by
    ID: hchen142
    Name: Honghui Chen
    IRC: chenhonghui12
    Time: 11:00 pm Mar 28, 2012
    Merged the finished class CButton.cpp to trunk
  • Committed by
    ID: xlian3
    Name: Xing Lian
    IRC: leolian
    Time: 8:50am Feb 27, 2012
    Putting CDialog.h and empty CDialog.cpp files into trunk to prepare for CDialog class
  • Committed by
    ID: xlian3
    Name: Xing Lian
    IRC: leolian
    Time: 8:40am Feb 27, 2012
    Update the trunk for completed CLabel class so that others can develop and test CDialog class using Test2DialogAndLabel.cpp file
  • Committed by
    ID: xlian3
    Name: Xing Lian
    IRC: leolian
    Time: 12:40am Feb 20, 2012
    Change console.cpp and console.h files
  • Committed by
    ID: xlian3
    Name: Xing Lian
    IRC: leolian
    Time: 9:54am Feb 17, 2012
    Pass the test for Test1Frame.cpp and tag the trunk under R0.1 in tags directory
    • Hey Leo, can you put it in the trunk because I think we all agree to use your console.cpp and console.h, so you can replace the current ones I put last time. Thanks - William
  • committed/committing by
    id: emailid
    name: full name
    irc nick: mynick
    any other info

Tasks

  • Class : CMenuItem
  • William Wong


  • Class : CValEdit
  • Richard Huynh


  • Class CLineEdit
  • Xing Lian
  • Just preparation for the class and project


  • Class : CButton
  • Honghui Chen


  • CDialog Destructor
  • William Wong
  • Done (Feb 28th, 2012) - it is in my branch, I didn't merge it to the main trunk yet


  • task description
  • being done by team member name / not assigned
  • status

Meetings

  • latest will be on top
  • Thursday Mar 22, 2012 @ 12:30pm - Done (Meeting with Fardad)
  • Thursday Mar 1, 2012 @ 9:00pm - Done
  • Wednesday Feb 29, 2012 @ 9:00pm - Done (check the IRC log)
  • Sunday Feb 26, 2012 @ 8:00pm - Done (check the IRC log)
  • Sunday Feb 19, 2012 @ 8:00pm - Done (check the IRC log)

date

Project Marking Percentage

  • due right after study break

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

Notes