Difference between revisions of "Team G Commit OOP344 20111"

From CDOT Wiki
Jump to: navigation, search
(finished committing)
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{OOP344 Index | 20111}}
 
{{OOP344 Index | 20111}}
 
= Team Commit (team G)=
 
= Team Commit (team G)=
 +
<big><big><big>Message from FARDAD:<br /> Please add your log files to SubmissionLogs in trunk and keep it updated (DUE NOW!!!) </big></big></big>
 +
 
== Project Marking Percentage ==
 
== Project Marking Percentage ==
 
* due right after study break
 
* due right after study break
 
<big>
 
<big>
  Group work:      XX%        (25 <= xx <= 50)
+
  Group work:      25%        (25 <= xx <= 50)
  Individual work: XX% +      (50 <= xx <= 75)  
+
  Individual work: 75% +      (50 <= xx <= 75)  
 
  -------------------------
 
  -------------------------
 
  Total          100%
 
  Total          100%
Line 15: Line 17:
 
(Without this bad situations would arise if two people committed their work the same time)
 
(Without this bad situations would arise if two people committed their work the same time)
  
 +
# Committed at 14:54 14/02/2011
 +
#: id: [mailto:seneca@soleimanloo.com?subject=oop344- fardad]
 +
#: name: fardad soleimanloo
 +
#: irc nick: fardad
 
# Committed at 8:12 PM, 01/01/2011  
 
# Committed at 8:12 PM, 01/01/2011  
 
#: id: [mailto:sscox@learn.senecac.on.ca sscox]
 
#: id: [mailto:sscox@learn.senecac.on.ca sscox]
 
#: name: Shavar Cox
 
#: name: Shavar Cox
 
#: irc nick: SSCox
 
#: irc nick: SSCox
 
+
# Committed from 9:55 PM - 10:44 PM 07/02/2011  
 
 
# Committed yesterday at 9:47 PM, 01/02/2011  
 
 
#: id: [mailto:sbrooks4@learn.senecac.on.ca sbrooks4]
 
#: id: [mailto:sbrooks4@learn.senecac.on.ca sbrooks4]
 
#: name: Stephen Brooks
 
#: name: Stephen Brooks
 
#: irc nick: sbrooks4
 
#: irc nick: sbrooks4
 
 
# Committed at 11:43 PM, 01/01/2011  
 
# Committed at 11:43 PM, 01/01/2011  
 
#: id: [mailto:rsalamanca@learn.senecac.on.ca rsalamanca]
 
#: id: [mailto:rsalamanca@learn.senecac.on.ca rsalamanca]
Line 44: Line 47:
 
|-
 
|-
  
| [[User:Schau5|Sunny]] ||Chau|| OOP344A || [mailto:schau5@learn.senecac.on.ca schau5] || [[Special:Contributions/Schau5| Schau5]] || ScsC|| [http://s2000c.blogspot.com/ My Blog]
 
|-
 
  
 
|[[User:sbrooks4 |Stephen]]||Brooks||OOP344B||[mailto:sbrooks4@learn.senecac.on.ca?subject=oop344 sbrooks4]||[[Special:Contributions/sbrooks4 | sbrooks4]]||sbrooks4||[http://stephenscave.blogspot.com/ Stephen's Blog]
 
|[[User:sbrooks4 |Stephen]]||Brooks||OOP344B||[mailto:sbrooks4@learn.senecac.on.ca?subject=oop344 sbrooks4]||[[Special:Contributions/sbrooks4 | sbrooks4]]||sbrooks4||[http://stephenscave.blogspot.com/ Stephen's Blog]
 
|-
 
|-
  
|[[User:SSCox |Shavar]]||Cox|||OOP344B||[mailto:sscox@learn.senecac.on.ca?subject=oop344 SSCox]||[[Special:Contributions/SSCox|SSCox]]||ShavarSean||[http://shavarsean.blogspot.com Shavar's Blog]  
+
|[[User:SSCox |Shavar]]||Cox|||OOP344B||[mailto:sscox@learn.senecac.on.ca?subject=oop344 SSCox]||[[Special:Contributions/SSCox|SSCox]]||ShavarSean||[http://shavarsean.com/blog Shavar's Blog]  
 
|-
 
|-
  
Line 62: Line 63:
  
  
 +
=== bio_displayflag and bio_flag ===
 +
* Implementation of bio_displayflag
 +
* Being done by Stephen Brooks
 +
* Status: Finished. Works in Linux and Visual Studio. Just need Mac and Borland tested. Update: Test bio_edit for any memory leaks/inefficiencies/deprecated code and try to fix them.Run test main Make sure all tests(that check your functions) are "PASSED"
 +
 +
 +
=== bio_edit ===
 +
* Implementation of bio_edit
 +
* Being done by Dmitry Artemenko
 +
* Status: WIP. Need more hands for debugging/implementing small things. Update: Finish coding bio_edit.Run test main Make sure all tests(9s) are "PASSED"
 +
 +
 +
 +
=== bio_displayMenuItem ===
 +
* Implementation of bio_displayMenuItem
 +
* Being done by Ronito Salamanca
 +
* Status: WIP Finished bio_displayMenuItem.Update: Compile on Borland compiler check for warnings and errors.(fix code if any of those appear) Test if executable in the windows environment.After all complex functions are done, run test main, make sure all tests are "PASSED"
  
 +
=== bio_menuItem ===
 +
* Implementation of bio_menuItem
 +
* Being by Shavar Cox
 +
* Status: WIP. Update: Compile on mac os x platform. Check for warnings and errors. Attempt to fix them. After all complex functions are done, run test main, make sure all tests are "PASSED" on MAC OS X
 +
 +
 +
 +
<br/>
 +
 +
<table width="50%">
 +
<tr><td>
 +
{| border="1" align="left" width="35%"
 +
| colspan="3" align="center" bgcolor="#0000ff" | <font color="#ffffff">'''SIMPLE FUNCTIONS'''</font>
 +
|-
 +
| '''Function Name'''
 +
| '''Compiles on Win/Bor/Mac/Linux'''
 +
| '''Complete/Incomplete'''
 +
|-
 +
| bio_initscr
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_endscr
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_getrows
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_getcols
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_cls
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_flush
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_getch
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_curpos
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_putch
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_putstr
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_beep
 +
| No
 +
| ???
 +
|}
 +
</td>
 +
<td valign="top">
 +
{| border="1" align="left" width="35%"
 +
| colspan="3" align="center" bgcolor="#0000ff" | <font color="#ffffff">'''COMPLEX FUNCTIONS'''</font>
 +
|-
 +
| '''Function Name'''
 +
| '''Compiles on Win/Bor/Mac/Linux'''
 +
| '''Complete/Incomplete'''
 +
|-
 +
| bio_display
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_edit
 +
| Test Again
 +
| ???
 +
|-
 +
| bio_displayflag
 +
| Linux Yes, VS Yes, Bor No, Mac No.
 +
| ???
 +
|-
 +
| bio_flag
 +
| Linux Yes, VS Yes, Bor No, Mac No.
 +
| ???
 +
|-
 +
| bio_displayMenuItem
 +
| Tested on Windows
 +
| Complete
 +
|-
 +
| bio_menuItem
 +
| Test Again
 +
| ???
 +
|}
 +
</td>
 +
</tr>
 +
</table>
 +
<br/><br/><br/><br/><br/>
  
 
== Meetings (latest will be on top) ==
 
== Meetings (latest will be on top) ==
 
=== topic, date ===  
 
=== topic, date ===  
 
[[Irc logs of meeting (unique name) - oop344 20111 | date]]
 
[[Irc logs of meeting (unique name) - oop344 20111 | date]]

Latest revision as of 17:26, 8 March 2011


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

Team Commit (team G)

Message from FARDAD:
Please add your log files to SubmissionLogs in trunk and keep it updated (DUE NOW!!!)

Project Marking Percentage

  • due right after study break

Group work:      25%        (25 <= xx <= 50)
Individual work: 75% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

Trunk Status

(this is a template for us to use to let us know who and when people are committing their work) (Without this bad situations would arise if two people committed their work the same time)

  1. Committed at 14:54 14/02/2011
    id: fardad
    name: fardad soleimanloo
    irc nick: fardad
  2. Committed at 8:12 PM, 01/01/2011
    id: sscox
    name: Shavar Cox
    irc nick: SSCox
  3. Committed from 9:55 PM - 10:44 PM 07/02/2011
    id: sbrooks4
    name: Stephen Brooks
    irc nick: sbrooks4
  4. Committed at 11:43 PM, 01/01/2011
    id: rsalamanca
    name: Ronito Salamanca
    irc nick: rsalamanca

Team Members (Finalized)

Team Commit (team G)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Ronito Salamanca OOP344B rsalamanca rsalamanca rsalamanca Ronito's Blog
Dmitry Artemenko OOP344B dartemenko1 Dima _worms Personal Blog
Stephen Brooks OOP344B sbrooks4 sbrooks4 sbrooks4 Stephen's Blog
Shavar Cox OOP344B SSCox SSCox ShavarSean Shavar's Blog

Tasks

task name

  • task description
  • being done by team member name / not assigned
  • status


bio_displayflag and bio_flag

  • Implementation of bio_displayflag
  • Being done by Stephen Brooks
  • Status: Finished. Works in Linux and Visual Studio. Just need Mac and Borland tested. Update: Test bio_edit for any memory leaks/inefficiencies/deprecated code and try to fix them.Run test main Make sure all tests(that check your functions) are "PASSED"


bio_edit

  • Implementation of bio_edit
  • Being done by Dmitry Artemenko
  • Status: WIP. Need more hands for debugging/implementing small things. Update: Finish coding bio_edit.Run test main Make sure all tests(9s) are "PASSED"


bio_displayMenuItem

  • Implementation of bio_displayMenuItem
  • Being done by Ronito Salamanca
  • Status: WIP Finished bio_displayMenuItem.Update: Compile on Borland compiler check for warnings and errors.(fix code if any of those appear) Test if executable in the windows environment.After all complex functions are done, run test main, make sure all tests are "PASSED"

bio_menuItem

  • Implementation of bio_menuItem
  • Being by Shavar Cox
  • Status: WIP. Update: Compile on mac os x platform. Check for warnings and errors. Attempt to fix them. After all complex functions are done, run test main, make sure all tests are "PASSED" on MAC OS X



SIMPLE FUNCTIONS
Function Name Compiles on Win/Bor/Mac/Linux Complete/Incomplete
bio_initscr Test Again  ???
bio_endscr Test Again  ???
bio_getrows Test Again  ???
bio_getcols Test Again  ???
bio_cls Test Again  ???
bio_flush Test Again  ???
bio_getch Test Again  ???
bio_curpos Test Again  ???
bio_putch Test Again  ???
bio_putstr Test Again  ???
bio_beep No  ???
COMPLEX FUNCTIONS
Function Name Compiles on Win/Bor/Mac/Linux Complete/Incomplete
bio_display Test Again  ???
bio_edit Test Again  ???
bio_displayflag Linux Yes, VS Yes, Bor No, Mac No.  ???
bio_flag Linux Yes, VS Yes, Bor No, Mac No.  ???
bio_displayMenuItem Tested on Windows Complete
bio_menuItem Test Again  ???






Meetings (latest will be on top)

topic, date

date