Difference between revisions of "Team G Project Dev Page 20103 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Team G Project Development Page')
 
(Wsong18)
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Team G Project Development Page
+
<center>{{OOP344 Index | 20103}}
 +
[http://zenit.senecac.on.ca/wiki/index.php/Team_G_IRC_Logs_20103_-_OOP344 Team G IRC Logs]</center>
 +
= Trunk Status =
 +
  * Committed by pbrown9 (November 28th, 11:27pm)
 +
 
 +
= Team Members =
 +
{| class="wikitable sortable" border="1" cellpadding="5"
 +
! First Name !! Last Name !! Seneca Id !! IRC nick !! Blog URL
 +
|-
 +
|[[User:hsong23 | heesang]]||song||[mailto:hsong23@learn.senecac.on.ca?sujbect=oop344 hsong23]||hsong23||[http://hsong23.wordpress.com Heesang's Seneca Blog]
 +
|-
 +
|[[User:pbrown9 | Paul]]||Brown||[mailto:pbrown9@learn.senecac.on.ca?sujbect=oop344 pbrown9]||pbrown9||[http://pbrown9.blogspot.com/ Paul's Blog ]
 +
|-
 +
|[[User:wsong18 | Wei]]||Song||[mailto:wsong18@learn.senecac.on.ca?subject=oop344 wsong18]||wsong18||[http://wsong18.blogspot.com/ Wei's Blog]
 +
|-
 +
|}
 +
 
 +
= Common ToDo =
 +
== Task X ==
 +
  * Name
 +
  Task information?
 +
== Task Y ==
 +
  Wei - wsong18:
 +
  FWBorder : completed
 +
    - Date last mofified: Nov 25, 2010 - prj0.35
 +
  FWDialog : completed
 +
    - Date last modified: Nov 25, 2010 - prj0.35
 +
  FWField  : completed
 +
    - Date last modified: Nov 25, 2010 - prj0.35
 +
  FWText : completed
 +
    - Date last modified: Dec 19, 2010 - prj0.90
 +
 
 +
== Task Z ==
 +
  * Name
 +
  Task information?
 +
 
 +
= Current Tasks =
 +
== Pbrown9 ==
 +
  FWButton
 +
  FWCheckList
 +
  FWMenu
 +
 
 +
 
 +
== Wsong18 ==
 +
  FWBorder : completed
 +
  FWDialog : completed
 +
  FWField  : completed
 +
  FWText : rework completed
 +
 
 +
== Hsong23 ==
 +
  FWLabel
 +
  FWCheck
 +
  FWMenuItem
 +
  FWLineEdit
 +
  FWValEdit
 +
 
 +
= Completed Tasks =
 +
  Simple Functions - VCC
 +
  Simple Functions - BCC
 +
  Simple Functions - LNX
 +
  iol_edit
 +
  iol_displayflag()
 +
  int iol_flag()
 +
  iol_displayMenuItem()
 +
  int iol_menuItem()
 +
 
 +
 
 +
=Information=
 +
== prj0.1 ==
 +
  [http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Simple_Functions_.28Platform_dependent_functions.3B_conditional_compilation.29 Simple Functions]
 +
 +
  * pbrown9 - LNX
 +
  * wsong18 - VCC
 +
  * hsong23 - BCC
 +
 
 +
== prj0.2 ==
 +
[http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Complex_Functions_.28Platform_independent_functions.29 Complex Functions]
 +
 +
  * pbrown9 - Line Editor:        int iol_edit() // isTextEditor only
 +
  * wsong18 - Line Editor:        int iol_edit() // exclude isTextEditor
 +
  * hsong23 - Selection Editor:  void iol_displayflag(), int iol_flag(),
 +
                                  void iol_displayMenuItem(), int iol_menuItem()
 +
 
 +
== prj0.3 ==
 +
[http://zenit.senecac.on.ca/wiki/index.php/Console_Framework_Classes_20103_-_OOP344 Encapsolation?]
 +
 +
  FWBorder (wsong18)
 +
    |
 +
    | - FWDialog (wsong18)
 +
    |
 +
    | - FWField (wsong18)
 +
            |
 +
            | -  FWLabel (hsong23)
 +
            |    |
 +
            |    | -  FWCheck (hsong23)
 +
            |    | -  FWMenuItem (hsong23)
 +
            |
 +
            | - - FWButton (pbrown9)
 +
            |
 +
            | - -  FWLineEdit (hsong23)
 +
            |      |
 +
            |      | -  FWValEdit (hsong23)
 +
            |
 +
            | - -  FWText (wsong18)
 +
            | - -  FWCheckList (pbrown9)
 +
            | - -  FWMenu (pbrown9)

Latest revision as of 19:40, 3 January 2011


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Team G IRC Logs

Trunk Status

 * Committed by pbrown9 (November 28th, 11:27pm)

Team Members

First Name Last Name Seneca Id IRC nick Blog URL
heesang song hsong23 hsong23 Heesang's Seneca Blog
Paul Brown pbrown9 pbrown9 Paul's Blog
Wei Song wsong18 wsong18 Wei's Blog

Common ToDo

Task X

 * Name
 Task information?

Task Y

 Wei - wsong18:
 FWBorder : completed
    - Date last mofified: Nov 25, 2010 - prj0.35
 FWDialog : completed
    - Date last modified: Nov 25, 2010 - prj0.35
 FWField  : completed
    - Date last modified: Nov 25, 2010 - prj0.35
 FWText : completed
    - Date last modified: Dec 19, 2010 - prj0.90

Task Z

 * Name
 Task information?

Current Tasks

Pbrown9

 FWButton
 FWCheckList
 FWMenu


Wsong18

 FWBorder : completed 
 FWDialog : completed 
 FWField  : completed 
 FWText : rework completed

Hsong23

 FWLabel
 FWCheck
 FWMenuItem
 FWLineEdit
 FWValEdit

Completed Tasks

 Simple Functions - VCC
 Simple Functions - BCC
 Simple Functions - LNX
 iol_edit
 iol_displayflag()
 int iol_flag()
 iol_displayMenuItem()
 int iol_menuItem()


Information

prj0.1

 Simple Functions

 * pbrown9 - LNX
 * wsong18 - VCC
 * hsong23 - BCC

prj0.2

Complex Functions

 * pbrown9 - Line Editor:        int iol_edit() // isTextEditor only
 * wsong18 - Line Editor:        int iol_edit() // exclude isTextEditor
 * hsong23 - Selection Editor:   void iol_displayflag(), int iol_flag(),
                                 void iol_displayMenuItem(), int iol_menuItem()

prj0.3

Encapsolation?

 FWBorder (wsong18)
    |
    | - FWDialog (wsong18)
    |
    | - FWField (wsong18)
            |
            | -   FWLabel (hsong23)
            |     |
            |     | -  FWCheck (hsong23)
            |     | -  FWMenuItem (hsong23)
            |
            | - - FWButton (pbrown9)
            |
            | - -  FWLineEdit (hsong23)
            |       |
            |       | -   FWValEdit (hsong23)
            |
            | - -  FWText (wsong18)
            | - -  FWCheckList (pbrown9)
            | - -  FWMenu (pbrown9)