Difference between revisions of "Team Excellence - oop344 20113"
(→R0.6 Task Assignments) |
(→R0.6 Task Assignments) |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
* due right after study break | * due right after study break | ||
<big> | <big> | ||
− | Group work: | + | Group work: 50% (25 <= 50 <= 50) |
− | Individual work: | + | Individual work: 50% + (50 <= 50 <= 75) |
------------------------- | ------------------------- | ||
Total 100% | Total 100% | ||
</big> | </big> | ||
+ | |||
== Repository == | == Repository == | ||
* repo id: rep113_1 | * repo id: rep113_1 | ||
Line 51: | Line 52: | ||
Assigned To: Chad Pilkey | Assigned To: Chad Pilkey | ||
− | Status: | + | Status: Finished |
Problem: None | Problem: None | ||
Line 58: | Line 59: | ||
'''CCheckList Edit:''' | '''CCheckList Edit:''' | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | Assigned To: | + | Assigned To: Pavel Shimko |
− | Status: | + | Status: Complete |
Problem: None | Problem: None | ||
Line 69: | Line 70: | ||
Assigned To: Dzmitry Kavalchyk | Assigned To: Dzmitry Kavalchyk | ||
− | Status: | + | Status: Completed |
+ | |||
+ | Problem: Done | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
'''CText/CCheckList Other Functions:''' | '''CText/CCheckList Other Functions:''' | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | Assigned To: | + | Assigned To: Sandip PAtel |
− | Status: | + | Status: Completed Successfully |
− | Problem: | + | Problem: All problems are solved |
</syntaxhighlight> | </syntaxhighlight> | ||
Line 87: | Line 89: | ||
Assigned To:Jitender dhanda | Assigned To:Jitender dhanda | ||
− | Status: | + | Status: completed Successfully |
Problem: None | Problem: None |
Latest revision as of 00:18, 21 December 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Excellence (team X)
Project Marking Percentage
- due right after study break
Group work: 50% (25 <= 50 <= 50) Individual work: 50% + (50 <= 50 <= 75) ------------------------- Total 100%
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 Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Sandip | Patel | C | smpatel7 | smpatel | smpatel7 | Sandip's Blog |
Dzmitry | Kavalchyk | C | dkavalchyk2 | dkavalchyk2 | RevenTL | Dima's Blog |
Chad | Pilkey | C | capilkey | capilkey | cap6 | N/A |
Jitender | Dhanda | C | jsingh180 | jsingh180 | jay | Jitenders' blog |
Pavel | Shimko | C | pshimko | pshimko | pshimko | Pavel's blog |
Trunk Status
- Committed
- id: capilkey
- name: Chad Pilkey
- irc nick: cap6
- committing for R0.3
Tasks
R0.6 Task Assignments
CText Edit:
Assigned To: Chad Pilkey
Status: Finished
Problem: None
CCheckList Edit:
Assigned To: Pavel Shimko
Status: Complete
Problem: None
CMenu Edit:
Assigned To: Dzmitry Kavalchyk
Status: Completed
Problem: Done
CText/CCheckList Other Functions:
Assigned To: Sandip PAtel
Status: Completed Successfully
Problem: All problems are solved
CMenu/MNode Other Functions:
Assigned To:Jitender dhanda
Status: completed Successfully
Problem: None
R0.3 Task Assignments
Jitender Dhanda:
Task: CValEdit
Status: Complete
Problem: None
Chad Pilkey:
Task: CCheck
Status: Complete
Problem: None
Dzmitry Kavalchyk:
Task: CButton
Status: Complete
Problem: None
Sandip Patel:
Task: CEditLine
Status: Complete
Problem: None
Pavel Shimko:
Task: CMenuItem
Status: Complete
Problem: None
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:
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();
Dzmitry:
Clabel(Const Char *Str, Int Row, Int Col, Int Len = 0);
Clabel(Int Row, Int Col, Int Len);
~Clabel(); //Complete
void Draw(Int Fn=C_no_frame) ;
int Edit(); //Complete, but not sure about one small detail
bool Editable()Const; //Complete
void Set(Const Void* Str); /* Jitender */
Chad:
// All are completed and in capilkey/03-CDialog functions if you need them
CDialog(CFrame *Container = (CFrame*)0, int Row = -1, int Col = -1,
int Width = -1, int Height = -1, bool Borderd = false,
const char* Border=C_BORDER_CHARS);
virtual ~CDialog();
void draw(int fn = C_FULL_FRAME);
int edit(int fn = C_FULL_FRAME);
Jitender:
int add(CField* field, bool dynamic = true);
int add(CField& field, bool dynamic = false);
CDialog& operator<<(CField* field);
CDialog& operator<<(CField& field);
Pavel:
bool editable();
int fieldNum()const;
int curIndex()const;
CField& operator[](unsigned int index);
CField& curField();
Meetings
- latest will be on top