Difference between revisions of "Team Infamous - OOP344 20113"

From CDOT Wiki
Jump to: navigation, search
(edited team member irc name)
(Project Marking Percentage)
 
(48 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
* due right after study break
 
* due right after study break
 
<big>
 
<big>
  Group work:      XX%        (25 <= xx <= 50)
+
  Group work:      25%        (25 <= xx <= 50)
  Individual work: XX% +      (50 <= xx <= 75)  
+
  Individual work: 75% +      (50 <= xx <= 75)  
 
  -------------------------
 
  -------------------------
 
  Total          100%
 
  Total          100%
 
</big>
 
</big>
 +
 
== Repository ==
 
== Repository ==
* repo id:  
+
* repo id: svn://zenit.senecac.on.ca/oop344_113rep3
 
=== Trunk Status ===
 
=== Trunk Status ===
* committed/committing by  
+
* DEC 6 4:42 PM, committed by  
*: id: [mailto:emailid@learn.senecac.on.ca emailid]
+
*: id: [mailto:jhkim58@learn.senecac.on.ca emailid]
*: name: full name
+
*: name: Ji Hyeon Kim
*: irc nick: mynick
+
*: irc nick: billkim84
*: any other info
+
*: R0.6
 +
 
 +
 
 +
 
 +
* Nov 25 2:23 PM, committed by
 +
*: id: [mailto:jtrobins@learn.senecac.on.ca emailid]
 +
*: name: Justin Robinson
 +
*: irc nick: JustinTR
 +
*: CButton and CCheckMark work
  
 +
* committed by
 +
*: id: [mailto:jtrobins@learn.senecac.on.ca emailid]
 +
*: name: Justin Robinson
 +
*: irc nick: JustinTR
 +
*: Compiles, almost works as R0.2 except for a crash on exiting.
  
 
== Team Members ==
 
== Team Members ==
Line 23: Line 37:
 
|+ Team Name (team x)
 
|+ Team Name (team x)
 
! 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
 +
 +
|-
 +
|[[User:Mzainuddin | <s>Mohammad</s>]]|| <s>Zainuddin</s> || A || [mailto:mzainuddin@learn.senecac.on.ca?subject=oop344 mzainuddin] ||[[Special:Contributions/mzainuddin | mzainuddin]] || zain1291 || [http://www.zain1291.blogspot.com/ Zain's Blog]
 
|-
 
|-
|[[User:rwan1 | Ronson]]|| Wan || A || [mailto:rwan1@learn.senecac.on.ca?subject=oop344 rwan1] || [[Special:Contributions/rwan1 | rwan1]] || Ronsonnn || [http://ronsonnn.tumblr.com/ Ronson's Blog]
 
  
 +
 +
|[[User:Jmarmer | <s>James</s>]]||<s>Marmer</s>||A||[mailto:jmarmer@learn.senecac.on.ca?subject=oop344 jmarmer]||[[Special:Contributions/Jmarmer |Jmarmer]]||ToraReaper||[http://jmarmer.blogspot.com/ James Blog ]
 
|-
 
|-
|[[User:Mzainuddin | Mohammad]]|| Zainuddin || A || [mailto:mzainuddin@learn.senecac.on.ca?subject=oop344 mzainuddin] ||[[Special:Contributions/mzainuddin | mzainuddin]] || zain1291 || [http://www.zain1291.blogspot.com/ Zain's Blog]
+
 
 +
|[[User:JTRobinson | Justin]]||Robinson||A||[mailto:jtrobins@learn.senecac.on.ca?subject=oop344 jtrobins]||[[Special:Contributions/JTRobinson |JTRobinson]]||JustinTR||[http://justintrobinson.wordpress.com/ No name yet ]
 
|-
 
|-
  
  
|[[User:Jmarmer | James]]||Marmer||A||[mailto:jmarmer@learn.senecac.on.ca?subject=oop344 jmarmer]||[[Special:Contributions/Jmarmer |Jmarmer]]||ToraReaper||[http://jmarmer.blogspot.com/ James Blog ]
+
|[[User:dyu26 | <s>Dongxu</s>]]||<s>Yu</s>||A||[mailto:dyu26@learn.senecac.on.ca?subject=oop344 dyu26]||[[Special:Contributions/dyu26 |Dyu26]]||Don_yu||[http://yudongxu.blogspot.com/ Don's Blog ]
 +
|-
 +
 
 +
|[[User:jma75 | <s>JunYan</s>]]||<s>Ma</s>||C||[mailto:jma75@learn.senecac.on.ca?subject=oop344 jma75]||[[Special:Contributions/jma75 |jma75]]||jma75||[http://mjytoni616.blog.com/ JunYan's Blog ]
 
|-
 
|-
  
|[[User:JTRobinson | Justin]]||Robinson||A||[mailto:jtrobins@learn.senecac.on.ca?subject=oop344 jtrobins]||[[Special:Contributions/JTRobinson |JTRobinson]]||JustinTR||[http://justintrobinson.wordpress.com/ No name yet ]
+
|[[User:billkim84 | JiHyeon]]||Kim||A||[mailto:jhkim58@learn.senecac.on.ca?subject=oop344 jhkim58]||[[Special:Contributions/billkim84 |billkim84]]||billkim84||[ ]
 
|-
 
|-
 +
 
|}
 
|}
  
 
== tasks ==
 
== tasks ==
 +
 +
===R0.6 completed(100%)by billkim84 ===
 +
* all tests works perfectly!!
 +
 +
===debugging CCheckList, CCheckMark by billkim84 ===
 +
* done!
 +
 +
 +
===Currently what billkim84 done is===
 +
* R0.1, R0.2
 +
* R0.3(CLineEdit, CButton, CMenuItem) and CValEdit(progressing)
 +
* R0.6(CText, CMenu)
 +
 +
===CMenu completed by billkim84 (4 Dec)===
 +
* Test10Menu works
 +
* have some bugs(Help(F1), Mes label) - fixed
 +
* branched(R0.6)
 +
 +
===CText 90% by billkim84 ===
 +
* Test8Text works
 +
* display text(ok), move cursor(ok), offsetchange(ok),
 +
* undo, new line and some minor bugs(will finish today)
 +
* branched(R0.6)
 +
 +
 +
=== CCheckList by jtrobins ===
 +
* I've hit a problem. An error seems to be occurring in CCheckMark::checked(bool val), where the compiler does not want to assign a boolean value to a boolean variable. This error was not present when I tested CCheckMark. (Dec 6 5:24 PM)
 +
** ''So close to finishing, just have to run the tester (Dec 2 2:31 PM)''
 +
** ''Almost done CCheckList, one more function to write and then testing. Added bitwise.h and bitwise.cpp with the bitwise operations from the Notes, feel free to use them (Dec 2 11:30 AM)''
 +
** ''Going to get some more work done on CCheckList today, hopefully I'll have it done before the weekend (Dec 2 7:36 AM)""
 +
** ''Sets and Gets are done, constructor has been started, hoping to finish today now that we have the specs and tester (Nov 30 9:26 AM)''
 +
** ''CCheckMark already set up for 0.6 (Nov 25 2:26 PM)''
 +
 +
=== CCheckMark by jtrobins ===
 +
* CCheckMark done, merged to trunk
 +
* ''Creating CCheckMark (Nov 24 11:00 AM)''
 +
** ''Crazy debug messages have disappeared, testing is going ahead as planned. (Nov 25 10:33 AM)''
 +
** ''Every time I try and compile, I get a hundred debug errors that don't appear to have anything to do with our actual code. (Nov 25 9:56 AM)''
 +
*** ''It's actually preventing me from being able to test anything I'm coding here, very frustrating. (Nov 25 10:06 AM)''
 +
===CButton completed by billkim84 ===
 +
* Test4Button works!!
 +
* branched(R0.3)(Nov 22 2:50pm)
 +
===working on CButton, CMenuItem by billkim84 ===
 +
* due by Nov 22 11:59pm)
 +
===TEST3DialogAndLineEdit works properly by billkim84 ===
 +
* branched(R0.3)(Nov 21)
 +
** need to fix one bug when it terminates
 +
===CLineEdit(95% complete) by billkim84 ===
 +
* branched(R0.3)
 +
===Debugging CDialog by billkim84 ===
 +
* Debugging CDialog (due by Nov 17 11:59am)
 +
===MenuList, MenuItems===
 +
* Creating the Menu (On hold)
 +
* Justin
 +
* My branch mostly works with Test2DialogAndLabel.cpp, except it crashes when you try to exit. Not sure why.
 +
** ''R0.1 is working properly, has been updated and resubmitted (Nov. 18)''
 +
** ''Just realized that CLabel is done differently from the specifications, fixing that in order to debug MenuItem (Nov. 18)''
 +
** ''Constructors done, working on draw() and edit() (Nov 17)''
 +
** ''Just branched (Nov 14 2011)''
 +
 
=== task name ===
 
=== task name ===
 
* task description
 
* task description
 
* being done by team member name / not assigned  
 
* being done by team member name / not assigned  
 
* status
 
* status
 
  
 
== meetings ==
 
== meetings ==

Latest revision as of 20:00, 18 December 2011


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

Team Infamous

Project Marking Percentage

  • due right after study break

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

Repository

Trunk Status

  • DEC 6 4:42 PM, committed by
    id: emailid
    name: Ji Hyeon Kim
    irc nick: billkim84
    R0.6


  • Nov 25 2:23 PM, committed by
    id: emailid
    name: Justin Robinson
    irc nick: JustinTR
    CButton and CCheckMark work
  • committed by
    id: emailid
    name: Justin Robinson
    irc nick: JustinTR
    Compiles, almost works as R0.2 except for a crash on exiting.

Team Members

Team Name (team x)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Mohammad Zainuddin A mzainuddin mzainuddin zain1291 Zain's Blog
James Marmer A jmarmer Jmarmer ToraReaper James Blog
Justin Robinson A jtrobins JTRobinson JustinTR No name yet
Dongxu Yu A dyu26 Dyu26 Don_yu Don's Blog
JunYan Ma C jma75 jma75 jma75 JunYan's Blog
JiHyeon Kim A jhkim58 billkim84 billkim84 [ ]

tasks

R0.6 completed(100%)by billkim84

  • all tests works perfectly!!

debugging CCheckList, CCheckMark by billkim84

  • done!


Currently what billkim84 done is

  • R0.1, R0.2
  • R0.3(CLineEdit, CButton, CMenuItem) and CValEdit(progressing)
  • R0.6(CText, CMenu)

CMenu completed by billkim84 (4 Dec)

  • Test10Menu works
  • have some bugs(Help(F1), Mes label) - fixed
  • branched(R0.6)

CText 90% by billkim84

  • Test8Text works
  • display text(ok), move cursor(ok), offsetchange(ok),
  • undo, new line and some minor bugs(will finish today)
  • branched(R0.6)


CCheckList by jtrobins

  • I've hit a problem. An error seems to be occurring in CCheckMark::checked(bool val), where the compiler does not want to assign a boolean value to a boolean variable. This error was not present when I tested CCheckMark. (Dec 6 5:24 PM)
    • So close to finishing, just have to run the tester (Dec 2 2:31 PM)
    • Almost done CCheckList, one more function to write and then testing. Added bitwise.h and bitwise.cpp with the bitwise operations from the Notes, feel free to use them (Dec 2 11:30 AM)
    • Going to get some more work done on CCheckList today, hopefully I'll have it done before the weekend (Dec 2 7:36 AM)""
    • Sets and Gets are done, constructor has been started, hoping to finish today now that we have the specs and tester (Nov 30 9:26 AM)
    • CCheckMark already set up for 0.6 (Nov 25 2:26 PM)

CCheckMark by jtrobins

  • CCheckMark done, merged to trunk
  • Creating CCheckMark (Nov 24 11:00 AM)
    • Crazy debug messages have disappeared, testing is going ahead as planned. (Nov 25 10:33 AM)
    • Every time I try and compile, I get a hundred debug errors that don't appear to have anything to do with our actual code. (Nov 25 9:56 AM)
      • It's actually preventing me from being able to test anything I'm coding here, very frustrating. (Nov 25 10:06 AM)

CButton completed by billkim84

  • Test4Button works!!
  • branched(R0.3)(Nov 22 2:50pm)

working on CButton, CMenuItem by billkim84

  • due by Nov 22 11:59pm)

TEST3DialogAndLineEdit works properly by billkim84

  • branched(R0.3)(Nov 21)
    • need to fix one bug when it terminates

CLineEdit(95% complete) by billkim84

  • branched(R0.3)

Debugging CDialog by billkim84

  • Debugging CDialog (due by Nov 17 11:59am)

MenuList, MenuItems

  • Creating the Menu (On hold)
  • Justin
  • My branch mostly works with Test2DialogAndLabel.cpp, except it crashes when you try to exit. Not sure why.
    • R0.1 is working properly, has been updated and resubmitted (Nov. 18)
    • Just realized that CLabel is done differently from the specifications, fixing that in order to debug MenuItem (Nov. 18)
    • Constructors done, working on draw() and edit() (Nov 17)
    • Just branched (Nov 14 2011)

task name

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

meetings

  • latest will be on top

topic, date

date