Open main menu

CDOT Wiki β

Changes

Team Excellence - oop344 20113

4,425 bytes added, 01:18, 21 December 2011
R0.6 Task Assignments
* due right after study break
<big>
Group work: XX50% (25 <= xx 50 <= 50) Individual work: XX50% + (50 <= xx 50 <= 75)
-------------------------
Total 100%
</big>
 
== Repository ==
* repo id: rep113_1
== Code Standards ==
These standards must be followed for all code written so that our code is kept consistent and won't be sent back by Fardad.
 
*[[Team_Excellence_-_oop344_20113_Code_Standards|List of Standards]]
== Team Members ==
{| class="wikitable sortable" border="1" cellpadding="5"
|+ Team while(false)Excellence
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
|-
|[[User:smpatel | Sandip]]|| Patel || C || [mailto:smpatel7@learn.senecac.on.ca?subject=oop344-smpatel7 smpatel7] || [[Special:Contributions/smpatel | smpatel]] || smpatel7|| [http://sandip25.wordpress.com/ Sandip's Blog]
|-
|[[User:dkavalchyk2 | Dzmitry]]|| Kavalchyk || C || [mailto:dkavalchyk2@learn.senecac.on.ca?subject=oop344-dkavalchyk2 dkavalchyk2] || [[Special:Contributions/dkavalchyk2 | dkavalchyk2]] || RevenTL|| [http://oopnoobblog.blogspot.com/ Dima's Blog]
|-
|[[User:capilkey | Chad]]|| Pilkey || C || [mailto:capilkey@learn.senecac.on.ca?subject=oop344-capilkey capilkey] || [[Special:Contributions/capilkey | capilkey]] || cap6|| N/A
|-
 
|[[User:jsingh180|Jitender]]|| Dhanda || C ||[mailto:jsingh180@learn.senecac.on.ca?subject=oop344 jsingh180]||[[Special:Contributions/jsingh180|jsingh180]]||jay||[http://jaydhanda.blogspot.com/ Jitenders' blog]
|-
|[[User:pshimko|Pavel]]|| Shimko || C ||[mailto:pshimko@learn.senecac.on.ca?subject=oop344 pshimko]||[[Special:Contributions/pshimko|pshimko]]||pshimko||[http://pavsl2code.blogspot.com/ Pavel's blog]
|-
|}
== Trunk Status ==
 
* Committed
*: id: [mailto:capilkey@learn.senecac.on.ca capilkey]
*: name: Chad Pilkey
*: irc nick: cap6
*: committing for R0.3
 
== Tasks ==
=== R0.6 Task Assignments ===
'''CText Edit:'''
<syntaxhighlight lang="cpp">
Assigned To: Chad Pilkey
 
Status: Finished
 
Problem: None
</syntaxhighlight>
 
'''CCheckList Edit:'''
<syntaxhighlight lang="cpp">
Assigned To: Pavel Shimko
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
'''CMenu Edit:'''
<syntaxhighlight lang="cpp">
Assigned To: Dzmitry Kavalchyk
 
Status: Completed
 
Problem: Done
 
</syntaxhighlight>
 
'''CText/CCheckList Other Functions:'''
<syntaxhighlight lang="cpp">
Assigned To: Sandip PAtel
 
Status: Completed Successfully
 
Problem: All problems are solved
</syntaxhighlight>
 
'''CMenu/MNode Other Functions:'''
<syntaxhighlight lang="cpp">
Assigned To:Jitender dhanda
 
Status: completed Successfully
 
Problem: None
</syntaxhighlight>
 
=== R0.3 Task Assignments ===
 
'''Jitender Dhanda:'''
<syntaxhighlight lang="cpp">
Task: CValEdit
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
 
'''Chad Pilkey:'''
<syntaxhighlight lang="cpp">
Task: CCheck
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
 
'''Dzmitry Kavalchyk:'''
<syntaxhighlight lang="cpp">
Task: CButton
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
'''Sandip Patel:'''
<syntaxhighlight lang="cpp">
Task: CEditLine
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
'''Pavel Shimko:'''
<syntaxhighlight lang="cpp">
Task: CMenuItem
 
Status: Complete
 
Problem: None
</syntaxhighlight>
 
=== Add console2.0 functions ===
* Add the chosen display() and edit() functions to the trunk
* being done by Chad with help from Sandip, Dzmitry, and Jitender
* completed
 
=== R0.2 Task Assignments ===
 
 
* '''If you have any concern regarding Task Assignments then let me know or arrange meeting on IRC'''
 
 
'''Sandip:'''
<syntaxhighlight lang="cpp">
cfield(int row = 0, int col = 0, int width = 0, int height =0, void* data = (void*) 0, bool bordered = false,
const char* border=c_border_chars);
~cfield();
virtual int edit() = 0;
virtual bool editable() const = 0;
virtual void set(const void* data) = 0;
virtual void* data();
void container(cdialog* thecontainer);
cdialog* container();
</syntaxhighlight>
'''Dzmitry:'''<syntaxhighlight lang="cpp"> Clabel(Const Char *Str, Int Row, Int Col, Int Len =0); Clabel(Int Row, Int Col, Int Len); ~Clabel(); //Complete void Draw(Int Fn= Trunk Status ===C_no_frame) ; int Edit(); //Complete, but not sure about one small detail bool Editable()Const; //Complete void Set(Const Void* Str); /* Jitender */</syntaxhighlight>
* committed'''Chad:'''<syntaxhighlight lang="cpp"> // All are completed and in capilkey/committing by 03-CDialog functions if you need them CDialog(CFrame *: id: [mailto:emailid@learn.senecac.on.ca emailid]Container = (CFrame*)0, int Row = -1, int Col = -1, int Width = -1, int Height = -1, bool Borderd = false, const char*: name: full nameBorder=C_BORDER_CHARS); virtual ~CDialog(); void draw(int fn = C_FULL_FRAME);*: irc nick: mynick int edit(int fn = C_FULL_FRAME);*: any other info</syntaxhighlight>
'''Jitender:'''<syntaxhighlight lang="cpp"> int add(CField* field, bool dynamic = tasks ==true); int add(CField& field, bool dynamic === task name ===false); CDialog& operator<<(CField* task descriptionfield);* being done by team member name CDialog& operator<<(CField& field);</ not assigned * statussyntaxhighlight>
'''Pavel:'''
<syntaxhighlight lang="cpp">
bool editable();
int fieldNum()const;
int curIndex()const;
CField& operator[](unsigned int index);
CField& curField();
</syntaxhighlight>
== meetings Meetings ==
* latest will be on top
=== topic, date ===
[[Irc logs of meeting (unique name) - oop344 20113 | date]]
1
edit