Open main menu

CDOT Wiki β

Changes

Team A Team - OOP344

4,680 bytes added, 21:44, 3 March 2010
scratch for team developer page
{{OOP344 Index}}

== Team Members ==

{| class="wikitable sortable" border="1" cellpadding="5"

|+ A Team - Member list
! Last Name !! Name !! Seneca Username !! Section !! Blog Url !! IRC Nick !! SVN ID !! My Contributions !! Role
|-
| Tong || Wei || [mailto:wtong1@learn.senecac.on.ca wtong1] || A || [http://zakoop344.blogspot.com/ Blog] || wtong1 || wtong1 || [[Special:Contributions/wtong1 | Contributions]] || Team Contact
|-
| Xu || Kai || [mailto:kxu9@learn.senecac.on.ca kxu9] || A || http://kxu9.blogspot.com/ || kxu9 || kxu9 || [[Special:Contributions/RedCool | Contributions]] || Team Contact
|-
| Wang || Yu || [mailto:ywang268@learn.senecac.on.ca ywang268] || A || [http://ywang268.blogspot.com/ Blog] || ywang268 || ywang268 || [[Special:Contributions/lush | Contributions]] ||
|-
| Mo || Hsiu-Mei || [mailto:hmo6@learn.senecac.on.ca hmo6] || A || [http://hmo6.blogspot.com/ Blog] || hmo6 || hmo6 || [[Special:Contributions/hmo6 | Contributions]] ||
|-
| Zhang || Shun Yao ||[mailto:syzhang4@learn.senecac.on.ca syzhang4] || A || [http://shunyao-cpa.blogspot.com/ Blog] || DownWind || syzhang4 || [[Special:Contributions/warcalling | Contributions]] ||
|-
| Chen || Wen Fang || [mailto:wfchen@learn.senecac.on.ca wfchen] || A || [http://wfchen2010.blogspot.com/ Gwen's Blog] || wfchen || wfchen || [[Special:Contributions/wfchen | Contributions]] ||
|-
| Wang|| Chun Xia|| [mailto:cxwang@learn.senecac.on.ca cxwang] || A || [http://cxatseneca.blogspot.com/ cxwang's Blog] || cxatseneca || cxwang || [[Special:Contributions/cxatseneca | Contributions]] ||
|-
| Wang || Liang || [mailto:lwang168@learn.senecac.on.ca lwang168] || A || [http://lwang168.blogspot.com/ Blog] || lwang168 || lwang168 || [[Special:Contributions/lwang | Contributions]] ||
|-
|}
[mailto:wtong1@learn.senecac.on.ca,kxu9@learn.senecac.on.ca,ywang268@learn.senecac.on.ca,hmo6@learn.senecac.on.ca,syzhang4@learn.senecac.on.ca,wfchen@learn.senecac.on.ca,cxwang@learn.senecac.on.ca,lwang168@learn.senecac.on.ca Email to this team]

== SVN Account ==
<big>
oop344_101rep2

</big>

== TO DO LIST ==

{| class="wikitable sortable" border="1" cellpadding="5"

|+ A Team - assignment1 to do list
! Seneca Username !! Function !! Complete status
|-
| [mailto:wtong1@learn.senecac.on.ca wtong1] || bio_init, bio_displayflag ||
|-
| [mailto:kxu9@learn.senecac.on.ca kxu9] || bio_end, bio_getch, bio_flag || bio_end, bio_getch, bio_flag
|-
| [mailto:ywang268@learn.senecac.on.ca ywang268] || bio_flush, Escape key and default key in bio_edit || bio_flush, Escape key and default key in bio_edit complete
|-
| [mailto:hmo6@learn.senecac.on.ca hmo6] || bio_clrscr, bio_move, key value of MAC ||
|-
| [mailto:syzhang4@learn.senecac.on.ca syzhang4] || bio_MenuItem, backspace key in bio_edit || bio_MenuItem Ver.1.00 backspace Ver. 1.2 Update in taps
|-
| [mailto:wfchen@learn.senecac.on.ca wfchen] || bio_putstr, bio_displayMenuItem ||V1.0 for putstr in BCC, V2.0 for displayMenuItem() under my tags
|-
| [mailto:cxwang@learn.senecac.on.ca cxwang] || bio_rows, bio_cols, right key and end key in bio_edit ||RIGHT_KEY and END_KEY update with test method.
|-
| [mailto:lwang168@learn.senecac.on.ca lwang168] || bio_putch, TAB key and Insert key in bio_edio ||bio_putch,TAB key and Insert key are updated
|-
|}

== Team Announcement ==

Our first IRC meeting will on 20:00-22:00 27 Jan.(wednesday)[[A Team IRC meeting | Notes for meeting]]

Our second IRC meeting will on 20:00-22:00 6 Feb.(Saturday)[[A Team IRC meeting | Notes for meeting]]

Our third IRC meeting will on 20:00-21:00 10 Feb.(wednesday)

Our next IRC meeting will on 19:00-21:00 3 Mar.(wednesday)

Assignment 1 direct link [[BIOF 20101 (AS1) - OOP344| click here]]

'''To all the team member!'''(Feb.28.2010)

The Assignment due day is thursday night 23:59...If any function is not done before thursday 18:00(6:00PM), the other team member will finish the remaining work!

Please "Check out" with svn://zenit.senecac.on.ca/oop344_101rep2 and verify your user name and password which informed in Fardad's email

Please create your own working folder with your svn ID in the branches, and create a text file with your svn ID in the trunk![[A Team IRC meeting | Rules]]

== Team Coding Rules ==

=== Conventions and Styles ===

* File heading : Please include a comment heading stating the file name, author, date create, and short description
* Function comment : Please include a comment above the function
* Inline comment : Please use inline comment when the code is hard to understand.
* Indent : Please indent all the code in same block. '''There will be no tab use.'''
* Variables and function naming : follow Fordad's style.
1
edit