Difference between revisions of "The Coders - OOP344"

From CDOT Wiki
Jump to: navigation, search
(TO DO LIST)
(Removing name from wrong team/year)
 
(24 intermediate revisions by 4 users not shown)
Line 11: Line 11:
 
| Senthil Raju || Chandran || [mailto:srchandr@learn.senecac.on.ca srchandr] || A || http://senthilchandran.blogspot.com || whackydevil || srchandr || srchandr || -
 
| Senthil Raju || Chandran || [mailto:srchandr@learn.senecac.on.ca srchandr] || A || http://senthilchandran.blogspot.com || whackydevil || srchandr || srchandr || -
 
|-
 
|-
| Thanh || Dao || [mailto:tdao3@learn.senecac.on.ca  tdao3] || - || - || - || tdao3 || - || -
+
| Thanh || Dao || [mailto:tdao3@learn.senecac.on.ca  tdao3] || A || [http://tdao75.wordpress.com Blog] || tdao3 || tdao3 || [[Special: Contributions/tdao3 |tdao3 ]]|| -
 
|-
 
|-
 
| Huaxing || Wang || [mailto:hwang94@learn.senecac.on.ca  hwang94] || B || [http://huaxingwang.blogspot.com/ WellThan] || Gtx || hwang94 || [[Special:Contributions/hwang94 | hwang94]] ||  
 
| Huaxing || Wang || [mailto:hwang94@learn.senecac.on.ca  hwang94] || B || [http://huaxingwang.blogspot.com/ WellThan] || Gtx || hwang94 || [[Special:Contributions/hwang94 | hwang94]] ||  
Line 19: Line 19:
 
| Mubashir || Raziq || [mailto:mraziq@learn.senecac.on.ca  mraziq] || - || - || - || mraziq || - || -
 
| Mubashir || Raziq || [mailto:mraziq@learn.senecac.on.ca  mraziq] || - || - || - || mraziq || - || -
 
|-
 
|-
| Michael || Dawson || [mailto:mgdawson@learn.senecac.on.ca  mgdawson] || B || [http://majorbludd.wordpress.com/category/school/ Blog] || majorbludd || mgdawson || [[Special:Contributions/dawson | Dawson]] || -
+
| Michael || Dawson || [mailto:mgdawson@learn.senecac.on.ca  mgdawson] || B || [http://majorbludd.wordpress.com/category/school/ Blog] || majorbludd || mgdawson || [[Special:Contributions/dawson | Dawson]] || Team Contact
 
|-
 
|-
 
| Fardad || Soleimanloo || [mailto:fsoleima@learn.senecac.on.ca fsoleima] || - || - || - || fardad || - || -
 
| Fardad || Soleimanloo || [mailto:fsoleima@learn.senecac.on.ca fsoleima] || - || - || - || fardad || - || -
Line 27: Line 27:
  
 
[mailto:srchandr@learn.senecac.on.ca,tdao3@learn.senecac.on.ca,hwang94@learn.senecac.on.ca,flee8@learn.senecac.on.ca,mraziq@learn.senecac.on.ca,mgdawson@learn.senecac.on.ca,fsoleima@learn.senecac.on.caEmail to all the Coders]
 
[mailto:srchandr@learn.senecac.on.ca,tdao3@learn.senecac.on.ca,hwang94@learn.senecac.on.ca,flee8@learn.senecac.on.ca,mraziq@learn.senecac.on.ca,mgdawson@learn.senecac.on.ca,fsoleima@learn.senecac.on.caEmail to all the Coders]
 
 
  
 
== SVN Account ==
 
== SVN Account ==
Line 38: Line 36:
  
 
* [http://fardad.com/irclogs/Default.aspx?co=0&log=%23seneca-thecoders.freenode.20100301&u1=All+Users&u2=No+One+Else&u3=No+One+Else&u4=No+One+Else Meeting 01-03-2010]
 
* [http://fardad.com/irclogs/Default.aspx?co=0&log=%23seneca-thecoders.freenode.20100301&u1=All+Users&u2=No+One+Else&u3=No+One+Else&u4=No+One+Else Meeting 01-03-2010]
 +
 +
* [http://fardad.com/irclogs/Default.aspx?co=1&log=%23seneca-oop344.freenode.20100309&u1=All+Users&u2=No+One+Else&u3=No+One+Else&u4=No+One+Else Meeting 09-03-2010]
  
 
== TO DO LIST ==
 
== TO DO LIST ==
  
# Everybody should create their directory under branches in our team repository.
+
1) Everybody should create their directory under branches in our team repository.
  
# Simple Functions each of us need to commit to SVN:
+
2) Simple Functions each of us need to commit to SVN:
 
:* srchandr - bio_init() and bio_end()
 
:* srchandr - bio_init() and bio_end()
 
:* tdao3 - bio_rows() and bio_cols()
 
:* tdao3 - bio_rows() and bio_cols()
Line 49: Line 49:
 
:* flee8 - bio_getch() and bio_move(r, c)
 
:* flee8 - bio_getch() and bio_move(r, c)
  
# Each of us have to commit some "KEYS" for bio_edit:
+
3) Each of us have to commit some "KEYS" for bio_edit(...):
 
:* srchandr - LEFT_KEY and RIGHT_KEY
 
:* srchandr - LEFT_KEY and RIGHT_KEY
 
:* tdao3 - HOME_KEY and END_KEY
 
:* tdao3 - HOME_KEY and END_KEY
 
:* hwang94 - INSERT_KEY and DEL_KEY
 
:* hwang94 - INSERT_KEY and DEL_KEY
 
:* flee8 - BACKSPACE_KEY and TAB_KEY
 
:* flee8 - BACKSPACE_KEY and TAB_KEY
 +
 +
4) Complex Functions we each need to commit:
 +
:* srchandr - bio_displayflag(...)
 +
:* tdao3 - bio_flag(...)
 +
:* hwang94 - bio_displayMenuItem(...)
 +
:* flee8 - bio_menuItem(...)
  
 
== Team Announcement ==
 
== Team Announcement ==
 +
 +
'''mgdawson''' - I have added my biof.c into our team repository trunk.  And I've updated our To-Do list.
 +
 +
'''flee8''' - Please get test 9 passed as soon as possible -- DONE
 +
 +
'''flee8''' - I can draw the Frame in bFrame.cpp but can't set the width and height manually......please take a look at my flee8Assign2 depository
 +
 +
'''flee8''' - When are we going to have our next meeting?
 +
 +
'''mgdawson''' - Here is my skype id: '''majorbludd77'''
 +
 +
'''flee8'''  - I can't make it to the Sunday, March 20 6:00pm meeting.  Majorbludd and I agreed that I was responsible for BLabel.....If you need me to do more parts, please e-mail me.  Also, please leave an irc log for the 6:00pm meeting
 +
 +
'''flee8''' - The project is due Sunday, April 11.  We need to schedule a irc meeting
  
 
== Team Coding Rules ==
 
== Team Coding Rules ==
  
 
=== Conventions and Styles ===
 
=== Conventions and Styles ===

Latest revision as of 00:32, 15 January 2011



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

Team Members

The Coders - Member list
Last Name Name Seneca Username Section Blog Url IRC Nick SVN ID My Contributions Role
Senthil Raju Chandran srchandr A http://senthilchandran.blogspot.com whackydevil srchandr srchandr -
Thanh Dao tdao3 A Blog tdao3 tdao3 tdao3 -
Huaxing Wang hwang94 B WellThan Gtx hwang94 hwang94
Frenton Lee flee8 A Blog flee8 flee8 flee8 -
Mubashir Raziq mraziq - - - mraziq - -
Michael Dawson mgdawson B Blog majorbludd mgdawson Dawson Team Contact
Fardad Soleimanloo fsoleima - - - fardad - -

to all the Coders

SVN Account

oop344_101rep7

Notes

TO DO LIST

1) Everybody should create their directory under branches in our team repository.

2) Simple Functions each of us need to commit to SVN:

  • srchandr - bio_init() and bio_end()
  • tdao3 - bio_rows() and bio_cols()
  • hwang94 - bio_clrscr() and bio_flush()
  • flee8 - bio_getch() and bio_move(r, c)

3) Each of us have to commit some "KEYS" for bio_edit(...):

  • srchandr - LEFT_KEY and RIGHT_KEY
  • tdao3 - HOME_KEY and END_KEY
  • hwang94 - INSERT_KEY and DEL_KEY
  • flee8 - BACKSPACE_KEY and TAB_KEY

4) Complex Functions we each need to commit:

  • srchandr - bio_displayflag(...)
  • tdao3 - bio_flag(...)
  • hwang94 - bio_displayMenuItem(...)
  • flee8 - bio_menuItem(...)

Team Announcement

mgdawson - I have added my biof.c into our team repository trunk. And I've updated our To-Do list.

flee8 - Please get test 9 passed as soon as possible -- DONE

flee8 - I can draw the Frame in bFrame.cpp but can't set the width and height manually......please take a look at my flee8Assign2 depository

flee8 - When are we going to have our next meeting?

mgdawson - Here is my skype id: majorbludd77

flee8 - I can't make it to the Sunday, March 20 6:00pm meeting. Majorbludd and I agreed that I was responsible for BLabel.....If you need me to do more parts, please e-mail me. Also, please leave an irc log for the 6:00pm meeting

flee8 - The project is due Sunday, April 11. We need to schedule a irc meeting

Team Coding Rules

Conventions and Styles