Difference between revisions of "OOP344 20131 - Nevi"
(Created page with '== Nevi == == Members == == Programming Styles ==') |
(→0.8 Milestone (Due Sat April 6th, 2013 23:59)) |
||
(33 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Nevi == | == Nevi == | ||
+ | [mailto:mstorrance@myseneca.ca;bli64@myseneca.ca;rli64@myseneca.ca;zchen91@myseneca.ca;?subject=oop344- EMAIL US] | ||
+ | == Members == | ||
− | == | + | {| class="wikitable sortable" border="1" cellpadding="5" |
+ | |+ OOP344 - Winter of 2013 student list | ||
+ | ! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !! IRC nick !! GITHUB ID !! Blog URL | ||
+ | |- | ||
+ | |[[User:Bo Li|Bo]]||Li||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_-_Nevi Nevi]||B||[mailto:bli64@myseneca.ca?subject=oop344 bli64]||[[Special:Contributions/Bo Li|Bo Li]]||Kelan||Nelain|| [http://kelan-meta.blogspot.ca/ Meta-OOP344] | ||
+ | |- | ||
+ | |[[User:Ran Li|Ran]]||Li||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_-_Nevi Nevi]||B||[mailto:rli64@myseneca.ca?subject=oop344 rli64]||[[Special:Contributions/Ran Li|Ran Li]]||ranli||RanLii|| [http://bleulynn.wordpress.com// 22yue6] | ||
+ | |||
+ | |- | ||
+ | |[[User:Zhenyang Chen|Zhenyang]]||Chen||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_-_Nevi Nevi]||B||[mailto:zchen91@myseneca.ca?subject=oop344 zchen91]||[[Special:Contributions/Zhenyang Chen|Zhenyang Chen]]||crans||crans|| [http://kazilemannor.wordpress.com/ Leash] | ||
+ | |||
+ | |||
+ | |} | ||
+ | == Repository == | ||
+ | * Nevi (https://github.com/Seneca-OOP344/5-Nevi) | ||
== Programming Styles == | == Programming Styles == | ||
+ | |||
+ | * '''Indentation''' | ||
+ | 2 spaces for each level | ||
+ | |||
+ | * '''Blocks''' | ||
+ | if(){ | ||
+ | } | ||
+ | else{ | ||
+ | } | ||
+ | |||
+ | * '''Variable Naming''' | ||
+ | |||
+ | _nameOfVar for data members | ||
+ | |||
+ | nameOfVar for local variables | ||
+ | |||
+ | no special characters in variable (e.g. '_') | ||
+ | |||
+ | single characters variable names (e.g. 'i', 'j', 'k') for loops only | ||
+ | |||
+ | * '''Misc''' | ||
+ | |||
+ | |||
+ | use the string functions in bconsole instead of <string.h> | ||
+ | |||
+ | cast everything to the function parameter type | ||
+ | |||
+ | For example: | ||
+ | |||
+ | Function header: char* strcpy(void* des, const void* src); | ||
+ | |||
+ | Function call: strcpy(_data, (const void*) Str); | ||
+ | |||
+ | == Agenda == | ||
+ | |||
+ | |||
+ | |||
+ | ==='''0.2 Milestone'''=== | ||
+ | |||
+ | |||
+ | |||
+ | '''<s>Issue 2.2 - CLabel Mock-up</s>''' | ||
+ | |||
+ | Assigned to: Bo Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 2.3 - CDialog Mock-up</s>''' | ||
+ | |||
+ | Assigned to: Bo Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 2.4 - CLineEdit Mock-up</s>''' | ||
+ | |||
+ | Assigned to: Ran Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 2.5 - CButton Mock-up</s>''' | ||
+ | |||
+ | Assigned to: Zhenyang Chen | ||
+ | |||
+ | ==='''0.3 Milestone (Due Wed March 6th, 2013 23:59)'''=== | ||
+ | |||
+ | |||
+ | |||
+ | '''<s>Issue 3.2 - CLabel Implementation</s>''' | ||
+ | |||
+ | Assigned to: Bo Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 3.3 - CDialog Implementation</s>''' | ||
+ | |||
+ | Assigned to: Bo Li, Ran Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 3.4 - CLineEdit Implementation</s>''' | ||
+ | |||
+ | Assigned to: Ran Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 3.5 - CButton Implementation</s>''' | ||
+ | |||
+ | Assigned to: Zhenyang Chen | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==='''0.5 Milestone (Due Wed March 28th, 2013 23:59)'''=== | ||
+ | |||
+ | |||
+ | |||
+ | '''<s>Issue 5.2 - CValEdit Implementation</s>''' | ||
+ | |||
+ | Assigned to: Ran Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 5.3 - CCheckMark Implementation</s>''' | ||
+ | |||
+ | Assigned to: Zhenyang Chen | ||
+ | |||
+ | |||
+ | '''<s>Issue 5.4 - CMenuItem Implementation</s>''' | ||
+ | |||
+ | Assigned to: Bo Li | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==='''0.8 Milestone (Due Sat April 6th, 2013 23:59)'''=== | ||
+ | |||
+ | |||
+ | |||
+ | '''Issue 8.1 - CText Implementation''' | ||
+ | |||
+ | Assigned to: Zhenyang Chen, Ran Li | ||
+ | |||
+ | |||
+ | '''<s>Issue 8.2 - CCheckList Implementation</s>''' | ||
+ | |||
+ | Assigned to: Bo Li | ||
+ | |||
+ | == Discussion == |
Latest revision as of 23:38, 18 April 2013
Contents
Nevi
Members
First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | GITHUB ID | Blog URL |
---|---|---|---|---|---|---|---|---|
Bo | Li | Nevi | B | bli64 | Bo Li | Kelan | Nelain | Meta-OOP344 |
Ran | Li | Nevi | B | rli64 | Ran Li | ranli | RanLii | 22yue6 |
Zhenyang | Chen | Nevi | B | zchen91 | Zhenyang Chen | crans | crans | Leash
|
Repository
Programming Styles
- Indentation
2 spaces for each level
- Blocks
if(){ } else{ }
- Variable Naming
_nameOfVar for data members
nameOfVar for local variables
no special characters in variable (e.g. '_')
single characters variable names (e.g. 'i', 'j', 'k') for loops only
- Misc
use the string functions in bconsole instead of <string.h>
cast everything to the function parameter type
For example:
Function header: char* strcpy(void* des, const void* src);
Function call: strcpy(_data, (const void*) Str);
Agenda
0.2 Milestone
Issue 2.2 - CLabel Mock-up
Assigned to: Bo Li
Issue 2.3 - CDialog Mock-up
Assigned to: Bo Li
Issue 2.4 - CLineEdit Mock-up
Assigned to: Ran Li
Issue 2.5 - CButton Mock-up
Assigned to: Zhenyang Chen
0.3 Milestone (Due Wed March 6th, 2013 23:59)
Issue 3.2 - CLabel Implementation
Assigned to: Bo Li
Issue 3.3 - CDialog Implementation
Assigned to: Bo Li, Ran Li
Issue 3.4 - CLineEdit Implementation
Assigned to: Ran Li
Issue 3.5 - CButton Implementation
Assigned to: Zhenyang Chen
0.5 Milestone (Due Wed March 28th, 2013 23:59)
Issue 5.2 - CValEdit Implementation
Assigned to: Ran Li
Issue 5.3 - CCheckMark Implementation
Assigned to: Zhenyang Chen
Issue 5.4 - CMenuItem Implementation
Assigned to: Bo Li
0.8 Milestone (Due Sat April 6th, 2013 23:59)
Issue 8.1 - CText Implementation
Assigned to: Zhenyang Chen, Ran Li
Issue 8.2 - CCheckList Implementation
Assigned to: Bo Li