Difference between revisions of "Team Infamous - OOP344 20113"
(→Team Members) |
(→Project Marking Percentage) |
||
(45 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
* due right after study break | * due right after study break | ||
<big> | <big> | ||
− | Group work: | + | Group work: 25% (25 <= xx <= 50) |
− | Individual work: | + | 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 | + | * DEC 6 4:42 PM, committed by |
− | *: id: [mailto: | + | *: id: [mailto:jhkim58@learn.senecac.on.ca emailid] |
− | *: name: | + | *: name: Ji Hyeon Kim |
− | *: irc nick: | + | *: irc nick: billkim84 |
− | *: | + | *: 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 25: | Line 39: | ||
|- | |- | ||
− | |[[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: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: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: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 ] |
|- | |- | ||
Line 36: | Line 50: | ||
− | |[[User:dyu26 | Dongxu]]||Yu||A||[mailto:dyu26@learn.senecac.on.ca?subject=oop344 dyu26]||[[Special:Contributions/dyu26 | | + | |[[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: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 19:00, 18 December 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
- 1 Team Infamous
- 1.1 Project Marking Percentage
- 1.2 Repository
- 1.3 Team Members
- 1.4 tasks
- 1.4.1 R0.6 completed(100%)by billkim84
- 1.4.2 debugging CCheckList, CCheckMark by billkim84
- 1.4.3 Currently what billkim84 done is
- 1.4.4 CMenu completed by billkim84 (4 Dec)
- 1.4.5 CText 90% by billkim84
- 1.4.6 CCheckList by jtrobins
- 1.4.7 CCheckMark by jtrobins
- 1.4.8 CButton completed by billkim84
- 1.4.9 working on CButton, CMenuItem by billkim84
- 1.4.10 TEST3DialogAndLineEdit works properly by billkim84
- 1.4.11 CLineEdit(95% complete) by billkim84
- 1.4.12 Debugging CDialog by billkim84
- 1.4.13 MenuList, MenuItems
- 1.4.14 task name
- 1.5 meetings
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
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
|
|
A | mzainuddin | mzainuddin | zain1291 | Zain's Blog |
|
A | jmarmer | Jmarmer | ToraReaper | James Blog | |
Justin | Robinson | A | jtrobins | JTRobinson | JustinTR | No name yet |
|
A | dyu26 | Dyu26 | Don_yu | Don's Blog | |
|
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