Difference between revisions of "Recurse - OOP344 20113"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'sorry,in construction')
 
(R0.6 Task Assignments)
 
(49 intermediate revisions by 5 users not shown)
Line 1: Line 1:
sorry,in construction
+
{{OOP344 Index | 20113}}
 +
 
 +
 
 +
= Recurse =
 +
 
 +
== Project Marking Percentage ==
 +
* due right after study break
 +
<big>
 +
Group work:      50%
 +
Individual work: 50%
 +
-------------------------
 +
Total          100%
 +
</big>
 +
 
 +
== Repository ==
 +
*  [svn://zenit.senecac.on.ca/oop344_113rep9 oop344_113rep9]
 +
 
 +
 
 +
=== Trunk Status ===
 +
* Maybe we can coordinate on IRC course channel #seneca-oop344 before committing to trunk.
 +
 
 +
 
 +
<!--
 +
* committed/committing by
 +
*: id: [mailto:emailid@learn.senecac.on.ca emailid]
 +
*: name: full name
 +
*: irc nick: mynick
 +
*: any other info
 +
-->
 +
 
 +
== Team Members ==
 +
<!--
 +
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://yourBlogURL BlogName]
 +
|-
 +
-->
 +
 
 +
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0" style="text-align:center;"
 +
|+ '''''Recurse'''''
 +
! First Name !! Last Name  !! Section !! Seneca Id !! wiki id !!  IRC nick !! Blog URL
 +
|-
 +
|[[User:alf | Jinghui]]|| Liu || B || [mailto:jliu164@learn.senecac.on.ca?subject=oop344 jliu164] || [[Special:Contributions/alf | alf]] || jliu || [http://vortexplus.wordpress.com/category/oop344/ Alfred's Blog]
 +
|-
 +
|[[User:zshao4 | Zhen]]|| Shao || B || [mailto:zshao4@learn.senecac.on.ca?subject=oop344 zshao4] || [[Special:Contributions/zshao4 | zshao4]] || zshao4|| [http://zhenshao.wordpress.com/ Zhen's programming blog]
 +
|-
 +
|[[User:czang1 | Zang]]|| Chen || B || [mailto:czang1@learn.senecac.on.ca?subject=oop344 czang1] || [[Special:Contributions/czang1 | czang1]] || czang1||[http://zangchen88.blogspot.com/ Chen's Blog]
 +
|-
 +
|[[User:lxue6 | Liang]]|| Xue|| B || [mailto:lxue6@learn.senecac.on.ca?subject=oop344 lxue6] || [[Special:Contributions/lxue6 | lxue6]] || LiangXue||[http://liangxuepeterblog.blogspot.com/ Liang's Blog]
 +
|-
 +
|[[User:wleung21 | Wilson]]|| Leung || B || [mailto:wleung21@learn.senecac.on.ca?subject=oop344 wleung21] || [[Special:Contributions/wleung21 | wleung21]] || wleung21 ||[http://wleung-oop344.blogspot.com/ Wilson's Blog]
 +
|-
 +
|}
 +
 
 +
== TASKS ==
 +
 
 +
 
 +
=== R0.6 Task Assignments  ===
 +
 
 +
'''Zhen Shao:'''
 +
<syntaxhighlight lang="cpp">
 +
Task: CCheckList
 +
 
 +
Status: 
 +
 
 +
Problem:
 +
</syntaxhighlight>
 +
 
 +
 
 +
'''Liang Xue:'''
 +
<syntaxhighlight lang="cpp">
 +
Task: CText
 +
 
 +
Status:  Finishi
 +
 
 +
Problem:
 +
</syntaxhighlight>
 +
 
 +
'''Wilson Leung:'''
 +
<syntaxhighlight lang="cpp">
 +
Task: CMenu & MNode
 +
 
 +
Status:  Done.
 +
 
 +
        Temporary version R0.5 is tagged, CCheckList is missing
 +
 
 +
Problem:
 +
</syntaxhighlight>
 +
 
 +
== R0.3 ==
 +
 
 +
=== CLineEdit ===
 +
* Zhen Shao
 +
* Start on 11/17/2011
 +
* Start debugging on 11/20/2011
 +
* All the R0.3 file can be found in REP trunk folder.
 +
 
 +
=== CButton ===
 +
* Jinghui Liu
 +
* Done!
 +
* Released under the folder of <font color="blue"> CButton </font>in my branch: jliu164.
 +
 
 +
=== CValEdit ===
 +
* Liang Xue
 +
*
 +
 
 +
=== CCheckMark ===
 +
* Chen Zang
 +
*
 +
*
 +
 
 +
=== CMenuItem ===
 +
* Wilson Leung
 +
* done
 +
*
 +
 
 +
== meetings ==
 +
* latest will be on top
 +
 
 +
 
 +
=== topic, date ===
 +
[[Irc logs of meeting (unique name) - oop344 20113 | date]]

Latest revision as of 05:50, 18 December 2011


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


Recurse

Project Marking Percentage

  • due right after study break

Group work:      50%
Individual work: 50%
-------------------------
Total           100%

Repository


Trunk Status

  • Maybe we can coordinate on IRC course channel #seneca-oop344 before committing to trunk.


Team Members

Recurse
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Jinghui Liu B jliu164 alf jliu Alfred's Blog
Zhen Shao B zshao4 zshao4 zshao4 Zhen's programming blog
Zang Chen B czang1 czang1 czang1 Chen's Blog
Liang Xue B lxue6 lxue6 LiangXue Liang's Blog
Wilson Leung B wleung21 wleung21 wleung21 Wilson's Blog

TASKS

R0.6 Task Assignments

Zhen Shao:

Task: CCheckList

Status:  

Problem:


Liang Xue:

Task: CText

Status:  Finishi

Problem:

Wilson Leung:

Task: CMenu & MNode

Status:  Done. 

         Temporary version R0.5 is tagged, CCheckList is missing

Problem:

R0.3

CLineEdit

  • Zhen Shao
  • Start on 11/17/2011
  • Start debugging on 11/20/2011
  • All the R0.3 file can be found in REP trunk folder.

CButton

  • Jinghui Liu
  • Done!
  • Released under the folder of CButton in my branch: jliu164.

CValEdit

  • Liang Xue

CCheckMark

  • Chen Zang

CMenuItem

  • Wilson Leung
  • done

meetings

  • latest will be on top


topic, date

date