Difference between revisions of "Knock-Knock!!"
(→Member Info) |
(→Programing Part) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | = Team Name (Knock-Knock!!)= |
+ | == Project Marking Percentage == | ||
+ | * due immediately | ||
+ | <big> | ||
+ | Group work: 48% (25 <= xx <= 50) | ||
+ | Individual work: 52% + (50 <= xx <= 75) | ||
+ | ------------------------- | ||
+ | Total 100% | ||
+ | </big> | ||
+ | == Repository == | ||
+ | * repo Github id: VIII-NckNck | ||
+ | == Team Members == | ||
{| class="wikitable sortable" border="1" cellpadding="5" | {| class="wikitable sortable" border="1" cellpadding="5" | ||
− | |+ Knock-Knock!! | + | |+ Team Name (Knock-Knock!!) |
− | ! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick | + | ! First Name !! Last Name !! Section !! Seneca Id !! Github ID !! wiki id !! IRC nick !! Blog URL |
|- | |- | ||
− | |||
|[[User:Jeremiah Reyes Guevarra|Jeremiah]]||Guevarra||B||[mailto:jrguevarra@myseneca.ca?subject=oop344 jrguevarra]||[[Special:Contributions/Jeremiah Reyes Guevarra|Jeremiah Reyes Guevarra]]||jrguevarra||jrguevarra|| [http://jrguevarra.wordpress.com/ Jeremiah's Blog] | |[[User:Jeremiah Reyes Guevarra|Jeremiah]]||Guevarra||B||[mailto:jrguevarra@myseneca.ca?subject=oop344 jrguevarra]||[[Special:Contributions/Jeremiah Reyes Guevarra|Jeremiah Reyes Guevarra]]||jrguevarra||jrguevarra|| [http://jrguevarra.wordpress.com/ Jeremiah's Blog] | ||
|- | |- | ||
− | |[[User:Ran Li|Ran]]||Li||A||[mailto:rli64@myseneca.ca?subject=oop344 rli64]||[[Special:Contributions/Ran Li|Ran Li]]||ranli||lynnli|| [http://bleulynn.wordpress.com/ 22yue6] | + | |[[User:Ran Li|Ran]]||Li||A||[mailto:rli64@myseneca.ca?subject=oop344 rli64]||[[Special:Contributions/Ran Li|Ran Li]]||ranli||lynnli|| [http://bleulynn.wordpress.com/ 22yue6] |
|- | |- | ||
|[[User:Mknguyen2|Minh Khoa]]||Nguyen||A||[mailto:mknguyen2@myseneca.ca?subject=oop344 mknguyen2]||[[Special:Contributions/Mknguyen2|Mknguyen2]]||kennguyen||kennguyen|| [http://kennguyen4z.wordpress.com/ Ken's Blog] | |[[User:Mknguyen2|Minh Khoa]]||Nguyen||A||[mailto:mknguyen2@myseneca.ca?subject=oop344 mknguyen2]||[[Special:Contributions/Mknguyen2|Mknguyen2]]||kennguyen||kennguyen|| [http://kennguyen4z.wordpress.com/ Ken's Blog] | ||
|- | |- | ||
− | |[[User:Soohyun Park| | + | |[[User:Soohyun Park|Soohyun]]||Park||A||[mailto:spark69@learn.senecac.on.ca?subject=oop344 spark69]||[[Special:Contributions/Soohyun Park|Soohyun Park]]||jessica0610||jessica0610||[http://koyoshi0610.wordpress.com/ Jessica's Blog] |
|- | |- | ||
|[[User:Tian Hang Zhouchen|TianHang (Tim)]]||Zhouchen||B||[mailto:thzhouchen@myseneca.ca?subject=oop344 thzhouchen]||[[Special:Contributions/Tian Hang Zhouchen|Tian Hang Zhouchen]]||thzhouchen||thzhouchen||[http://knockknockoop.blogspot.ca/ Tim's OOP344] | |[[User:Tian Hang Zhouchen|TianHang (Tim)]]||Zhouchen||B||[mailto:thzhouchen@myseneca.ca?subject=oop344 thzhouchen]||[[Special:Contributions/Tian Hang Zhouchen|Tian Hang Zhouchen]]||thzhouchen||thzhouchen||[http://knockknockoop.blogspot.ca/ Tim's OOP344] | ||
+ | |||
+ | |} | ||
+ | |||
+ | ==Issues and Status == | ||
+ | *Create the class files (header and cpp) with blank methods and make sure they compile | ||
+ | * Programmer | Reviewer | ||
+ | |||
+ | ==Mock-up Class== | ||
+ | *CField Mock-up Class (issue 2.1) Jeremiah | Ken | ||
+ | *CLabel Mock-up Class (issue 2.2) Jeremiah | Ken | ||
+ | *CDialog Mock-up Class (issue 2.3) Ken | Jeremiah | ||
+ | *CLineEdit Mock-up Class (issue 2.4) Tianhang | Ken | ||
+ | *CButton Mock-up Class (issue 2.5) Tianhang| Jeremiah | ||
+ | *CValEdit Mock-up Class (issue 2.6) Ken | Jeremiah | ||
+ | *CCheckMark Mock-up Class (issue 2.7) Jeremiah | Ken | ||
+ | *CText: | ||
+ | **Add Text Class to the project (issue 2.8.1) Ken | Jeremiah | ||
+ | **CText Mock-up Class (issue 2.8.2) Ken | Jeremiah | ||
+ | *CCheckList Mock-up Class (issue 2.9) Jeremiah | Ken | ||
+ | |||
+ | ==Programing Part== | ||
+ | *CField Class (issue 2.1) Jeremiah | Ken (complete) | ||
+ | *CLabel Class (issue 2.2) Jeremiah | Ken (complete) | ||
+ | *CDialog Class (issue 2.3) Ken | Jeremiah & Ken (complete) | ||
+ | *CLineEdit Class (issue 2.4) Tianhang & Ken & Jeremiah | Ken & Jeremiah (complete) | ||
+ | *CButton Class (issue 2.5) Jeremiah & Ken| Ken(complete) | ||
+ | *CValEdit Class (issue 2.6) (Object) | ||
+ | *CCheckMark Class (issue 2.7) Jeremiah | Ken (complete) | ||
+ | *CText: | ||
+ | **Add Text Class to the project (issue 2.8.1) (Object) | ||
+ | **CText Mock-up Class (issue 2.8.2) (Object) | ||
+ | *CCheckList Mock-up Class (issue 2.9) (Object) | ||
+ | |||
+ | == Coding Rules == | ||
+ | * Rule 1: The asterisk must be beside the variable type when declaring a pointer. (ex) int* number; | ||
+ | * Rule 2: Declare each variable separately. | ||
+ | * Rule 3: The signature for a safeguard is _KK_HEADERNAME_H_ | ||
+ | |||
+ | * Rule 4: Always use a open curly bracket and a close curly even if the statement is one line of code. | ||
+ | * Rule 5: Aline open curly bracket from close curly bracket. | ||
+ | |||
+ | if(...) | ||
+ | { | ||
+ | ..... | ||
+ | } | ||
+ | == meetings == | ||
+ | * latest will be on top | ||
+ | # [[(Irc)logs of meeting number ### - oop344 20113 | topic and date1 ]] | ||
+ | # [[(Irc)logs of meeting number ### - oop344 20113 | topic and date2 ]] | ||
+ | == discussions == |
Latest revision as of 10:48, 5 December 2012
Contents
Team Name (Knock-Knock!!)
Project Marking Percentage
- due immediately
Group work: 48% (25 <= xx <= 50) Individual work: 52% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo Github id: VIII-NckNck
Team Members
First Name | Last Name | Section | Seneca Id | Github ID | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|---|
Jeremiah | Guevarra | B | jrguevarra | Jeremiah Reyes Guevarra | jrguevarra | jrguevarra | Jeremiah's Blog |
Ran | Li | A | rli64 | Ran Li | ranli | lynnli | 22yue6 |
Minh Khoa | Nguyen | A | mknguyen2 | Mknguyen2 | kennguyen | kennguyen | Ken's Blog |
Soohyun | Park | A | spark69 | Soohyun Park | jessica0610 | jessica0610 | Jessica's Blog |
TianHang (Tim) | Zhouchen | B | thzhouchen | Tian Hang Zhouchen | thzhouchen | thzhouchen | Tim's OOP344 |
Issues and Status
- Create the class files (header and cpp) with blank methods and make sure they compile
- Programmer | Reviewer
Mock-up Class
- CField Mock-up Class (issue 2.1) Jeremiah | Ken
- CLabel Mock-up Class (issue 2.2) Jeremiah | Ken
- CDialog Mock-up Class (issue 2.3) Ken | Jeremiah
- CLineEdit Mock-up Class (issue 2.4) Tianhang | Ken
- CButton Mock-up Class (issue 2.5) Tianhang| Jeremiah
- CValEdit Mock-up Class (issue 2.6) Ken | Jeremiah
- CCheckMark Mock-up Class (issue 2.7) Jeremiah | Ken
- CText:
- Add Text Class to the project (issue 2.8.1) Ken | Jeremiah
- CText Mock-up Class (issue 2.8.2) Ken | Jeremiah
- CCheckList Mock-up Class (issue 2.9) Jeremiah | Ken
Programing Part
- CField Class (issue 2.1) Jeremiah | Ken (complete)
- CLabel Class (issue 2.2) Jeremiah | Ken (complete)
- CDialog Class (issue 2.3) Ken | Jeremiah & Ken (complete)
- CLineEdit Class (issue 2.4) Tianhang & Ken & Jeremiah | Ken & Jeremiah (complete)
- CButton Class (issue 2.5) Jeremiah & Ken| Ken(complete)
- CValEdit Class (issue 2.6) (Object)
- CCheckMark Class (issue 2.7) Jeremiah | Ken (complete)
- CText:
- Add Text Class to the project (issue 2.8.1) (Object)
- CText Mock-up Class (issue 2.8.2) (Object)
- CCheckList Mock-up Class (issue 2.9) (Object)
Coding Rules
- Rule 1: The asterisk must be beside the variable type when declaring a pointer. (ex) int* number;
- Rule 2: Declare each variable separately.
- Rule 3: The signature for a safeguard is _KK_HEADERNAME_H_
- Rule 4: Always use a open curly bracket and a close curly even if the statement is one line of code.
- Rule 5: Aline open curly bracket from close curly bracket.
if(...) { ..... }
meetings
- latest will be on top