Difference between revisions of "Team F - OOP344 20133"
Wei Hao Lo (talk | contribs) (Created page with '= Team Name= == Project Marking Percentage == * due right after study break <big> Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75) --…') |
(→Tasks) |
||
(28 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
* due right after study break | * due right after study break | ||
<big> | <big> | ||
− | Group work: | + | Group work: 50% (25 <= xx <= 50) |
− | Individual work: | + | Individual work: 50% + (50 <= xx <= 75) |
------------------------- | ------------------------- | ||
Total 100% | Total 100% | ||
</big> | </big> | ||
+ | |||
== Repository == | == Repository == | ||
* repo path: | * repo path: | ||
Line 21: | Line 22: | ||
CDialog D; | CDialog D; | ||
</syntaxhighlight></big> | </syntaxhighlight></big> | ||
+ | |||
+ | General Rules: | ||
+ | - Indentation is 2 spaces long | ||
+ | |||
+ | <big><syntaxhighlight lang="cpp"> | ||
+ | int _swap; // Data members naming: "_name" | ||
+ | /*Function Description*/ | ||
+ | int functionName(...) { | ||
+ | // Adds .... | ||
+ | while (.... && .... || ....) { // Open Bracket is located after the code | ||
+ | int count; // variables's name relates to the purpose | ||
+ | } //END OF while | ||
+ | } | ||
+ | </syntaxhighlight></big> | ||
+ | |||
+ | -Comments at least one per function saying what it does. | ||
+ | |||
+ | -ios information link [http://www.cplusplus.com/doc/tutorial/files/] | ||
+ | |||
+ | </syntaxhighlight> | ||
== Team Members == | == Team Members == | ||
Line 31: | Line 52: | ||
|- | |- | ||
--> | --> | ||
+ | |[[User:Jan|Jan]]||Ona||A||[mailto:jrona@myseneca.ca?subject=oop344 jrona]||[[Special:Contributions/Jan_Reyes_Ona|Jan Reyes Ona]]||ParadoxMeltdown|| [http://paradoxmeltdown.blogspot.ca/ Jan's Blog] | ||
+ | |- | ||
+ | |||
+ | |[[User:Mohammad|Mohammad]]||Aryafar||A||[mailto:maryafar@myseneca.ca?subject=oop344 maryafar]||[[Special:Contributions/Mohammad Aryafar|Mohammad Aryafar]]||m-aryafar|| [http://http://m-aryafar.blogspot.ca// Mohammad's Blog] | ||
+ | |- | ||
+ | |||
+ | |[[User:Wei Hao Lo|Wei Hao]]||Lo||A||[mailto:whlo3@myseneca.ca?subject=oop344 whlo3]||[[Special:Contributions/Wei Hao Lo|Wei Hao Lo]]||weiLo||[http://BURL BN] | ||
+ | |- | ||
+ | |||
+ | |[[User:Saulius Grybas|Saulius]]||Grybas|| A ||[mailto:sgrybas@myseneca.ca?subject=oop344 sgrybas]||[[Special:Contributions/sgrybas|Saulius Grybas]]||sauliusgrybas||[http://sgrybas.wordpress.com/ Saulius's Blog] | ||
+ | |- | ||
|} | |} | ||
− | == | + | == Tasks == |
− | = | + | '''Release 0.3''' |
− | + | {| class="Tasks" | |
− | + | |- | |
− | + | ! Task Description !! Written By: !! Edited by: !! Commented By: !! Status | |
+ | |- | ||
+ | | Prototype || Wei || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | CLineEdit || Saulius || Wei || Saulius || Complete || | ||
+ | |- | ||
+ | | CLabel || Saulius || Wei || Saulius || Complete || | ||
+ | |- | ||
+ | | CDialog || Jan, Mohammed || Mohammed, Jan|| Jan || Complete || | ||
+ | |- | ||
+ | | Debug || Wei || Everybody || N/A || Complete || | ||
+ | |- | ||
+ | | Cleaning up code || Everybody || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | Fixing Console || Everybody || Everybody || Jan || Complete || | ||
+ | |} | ||
+ | |||
+ | |||
+ | '''Release 0.4''' | ||
+ | {| class="Tasks" | ||
+ | |- | ||
+ | ! Task Description !! Written By: !! Edited by: !! Commented By: !! Status | ||
+ | |- | ||
+ | | Prototype || Jan || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | CButton || Jan || Wei || N/A || Complete || | ||
+ | |- | ||
+ | | CValEdit || Wei || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | CCheckMark || Saulius || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | CMenuItem || Jan || Saulius || N/A || Complete || | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | '''Application''' | ||
+ | {| class="Tasks" | ||
+ | |- | ||
+ | ! Task Description !! Written By: !! Edited by: !! Commented By: !! Status | ||
+ | |- | ||
+ | | Prototype || Jan || Wei || N/A || Complete || | ||
+ | |- | ||
+ | | Display Function || Wei || Jan || N/A || Complete || | ||
+ | |- | ||
+ | | Edit Function || Wei || Jan || N/A || Complete || | ||
+ | |- | ||
+ | | Change Database Function || Saulius || Jan || N/A || Complete || | ||
+ | |- | ||
+ | | Add New || Wei || Jan || N/A || Complete || | ||
+ | |- | ||
+ | | Help Option || Jan || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | Main Logic || Jan || Wei || N/A || Complete || | ||
+ | |- | ||
+ | | Validation || Wei || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | Database Source || Wei & Jan || N/A || N/A || Complete || | ||
+ | |- | ||
+ | | Design || Jan || N/A || N/A || Complete || | ||
+ | |- | ||
== meetings == | == meetings == | ||
− | * | + | * Release 0.2 |
+ | October 18, 2013 - TEL OpenLab | ||
=== topic, date === | === topic, date === | ||
[[Irc logs of meeting (unique name) - oop344 20113 | date]] | [[Irc logs of meeting (unique name) - oop344 20113 | date]] |
Latest revision as of 23:23, 15 December 2013
Contents
Team Name
Project Marking Percentage
- due right after study break
Group work: 50% (25 <= xx <= 50) Individual work: 50% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo path:
Master Branch Status
- DateTime, Merged/being Merged by full name, ircnick: mynick, any other info
Coding Style and Standards
- No Tab Character allowed. (replace tabs with spaces)
- Each object must have its own type:
int a;
int b;
CDialog D;
General Rules:
- Indentation is 2 spaces long
int _swap; // Data members naming: "_name"
/*Function Description*/
int functionName(...) {
// Adds ....
while (.... && .... || ....) { // Open Bracket is located after the code
int count; // variables's name relates to the purpose
} //END OF while
}
-Comments at least one per function saying what it does.
-ios information link [1]
</syntaxhighlight>
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Jan | Ona | A | jrona | Jan Reyes Ona | ParadoxMeltdown | Jan's Blog |
Mohammad | Aryafar | A | maryafar | Mohammad Aryafar | m-aryafar | Mohammad's Blog |
Wei Hao | Lo | A | whlo3 | Wei Hao Lo | weiLo | BN |
Saulius | Grybas | A | sgrybas | Saulius Grybas | sauliusgrybas | Saulius's Blog |
Tasks
Release 0.3
Task Description | Written By: | Edited by: | Commented By: | Status | |
---|---|---|---|---|---|
Prototype | Wei | N/A | N/A | Complete | |
CLineEdit | Saulius | Wei | Saulius | Complete | |
CLabel | Saulius | Wei | Saulius | Complete | |
CDialog | Jan, Mohammed | Mohammed, Jan | Jan | Complete | |
Debug | Wei | Everybody | N/A | Complete | |
Cleaning up code | Everybody | N/A | N/A | Complete | |
Fixing Console | Everybody | Everybody | Jan | Complete |
Release 0.4
Task Description | Written By: | Edited by: | Commented By: | Status | |
---|---|---|---|---|---|
Prototype | Jan | N/A | N/A | Complete | |
CButton | Jan | Wei | N/A | Complete | |
CValEdit | Wei | N/A | N/A | Complete | |
CCheckMark | Saulius | N/A | N/A | Complete | |
CMenuItem | Jan | Saulius | N/A | Complete |
Application
Task Description | Written By: | Edited by: | Commented By: | Status | |
---|---|---|---|---|---|
Prototype | Jan | Wei | N/A | Complete | |
Display Function | Wei | Jan | N/A | Complete | |
Edit Function | Wei | Jan | N/A | Complete | |
Change Database Function | Saulius | Jan | N/A | Complete | |
Add New | Wei | Jan | N/A | Complete | |
Help Option | Jan | N/A | N/A | Complete | |
Main Logic | Jan | Wei | N/A | Complete | |
Validation | Wei | N/A | N/A | Complete | |
Database Source | Wei & Jan | N/A | N/A | Complete | |
Design | Jan | N/A | N/A | Complete |