Difference between revisions of "OOP244 - HOTYS Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
(HOTYS Project Development Page: Added division of simple functions as per meeting log 2)
(edited the look of the page)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big><big>'''[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_HOTYS_-_20102 Team HOTYS]'''</big></big> - To the main team page.
+
== <big>'''HOTYS Project Development Page'''</big> ==
== '''HOTYS Project Development Page''' ==
+
[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_HOTYS_-_20102 Team HOTYS] - link to the main team page.
 +
==[http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Simple_Functions Simple Functions]==
 
<p>
 
<p>
So far, we have decided to split up the functions in the proceeding manner until Fardad has assigned work out.
+
We have decided to split up the functions in the proceeding manner.
 
</p>
 
</p>
 +
<big><pre>
 +
Han:
 +
    - void iof_clrscr(void);
 +
    - void iof_end(void);
 +
 +
Ozzy:
 +
    - int iof_cols(void);
 +
    - void iof_putch(int c);
 +
 +
Tony:
 +
    - void iof_prnstr(const char *s);
 +
    - int iof_rows(void);
 +
 +
YuJin:
 +
    - int iof_getch(void);
 +
    - void iof_flush(void);
 +
 +
Stephanie:
 +
    - void iof_init(void);
 +
    - void iof_movecur(int r, int c);
 +
</pre></big>
 
<br />
 
<br />
<ul>
 
  
  <li>YuJin:
+
== [http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Complex_Functions Complex Functions] ==
      <ul>
+
 
        <li>int iof_getch(void) </li>
+
<p>The following is the task distribution.</p>
        <li>void iof_flush(void) </li>
+
 
      </ul>
+
<big><pre>
   </li>
+
Han
   <li>Steph:
+
A- [displayFlag()]
      <ul>
+
   [flag()]
        <li>void iof_init(void)</li>
+
   [edit(): Left key]
        <li>void iof_movecur(int r, int c)</li>
+
  [Test BCC platform]
      </ul>
+
 
   </li>
+
Ozzy
  <li>Han:
+
B- [edit(): Escape key, including Undo (memory allocation and release)]
      <ul>
+
  [edit(): Delete Key]
        <li>void iof_clrscr(void)</li>
+
  [edit(): Right Key]
        <li>void iof_end(void)</li>
+
   [Test VCC platfrom]
      </ul>
+
 
   </li>
+
Tony
  <li>Tony:
+
C- [edit(): Corrections before editing]
      <ul>
+
  [edit(): Backspace Key]
        <li>void iof_prnstr(const char *s)</li>
+
  [edit(): Enter and All function keys]
        <li>int iof_rows(void)</li>
+
   [Test Mac platform]
      </ul>
+
 
   </li>
+
YuJin
  <li>Ozzy:
+
D- [displayMenuItem()]
      <ul>
+
  [MenuItem()]
        <li>int iof_cols(void)</li>
+
  [edit(): data entry - insert mode]
        <li>void iof_putch(int c)</li>
+
   [Test Linux platform]
      </ul>
+
 
   </li>
+
Stephanie
 
+
E- [edit(): Home and End Key]
</ul>
+
  [edit(): Insert Key and Tab Key]
<br /> <br />
+
  [edit(): data entry - overstrike mode]
 +
   [Overall review before final release]
 +
</pre></big>

Latest revision as of 15:56, 13 June 2010

HOTYS Project Development Page

Team HOTYS - link to the main team page.

Simple Functions

We have decided to split up the functions in the proceeding manner.

Han:
    - void iof_clrscr(void);
    - void iof_end(void);

Ozzy:
    - int iof_cols(void);
    - void iof_putch(int c);

Tony:
    - void iof_prnstr(const char *s);
    - int iof_rows(void);

YuJin:
    - int iof_getch(void);
    - void iof_flush(void);

Stephanie:
    - void iof_init(void);
    - void iof_movecur(int r, int c);


Complex Functions

The following is the task distribution.

Han
A- [displayFlag()]
   [flag()]
   [edit(): Left key]
   [Test BCC platform]

Ozzy
B- [edit(): Escape key, including Undo (memory allocation and release)]
   [edit(): Delete Key]
   [edit(): Right Key]
   [Test VCC platfrom]

Tony
C- [edit(): Corrections before editing]
   [edit(): Backspace Key]
   [edit(): Enter and All function keys]
   [Test Mac platform]

YuJin
D- [displayMenuItem()]
   [MenuItem()] 
   [edit(): data entry - insert mode]
   [Test Linux platform]

Stephanie
E- [edit(): Home and End Key] 
   [edit(): Insert Key and Tab Key]
   [edit(): data entry - overstrike mode]
   [Overall review before final release]