Difference between revisions of "Code Hunters"
Joshua Lane (talk | contribs) (→0.3 Milestone) |
(→0.3 Milestone) |
||
Line 54: | Line 54: | ||
## CCheckList Mock-up Class (issue 2.9) (By Joshua Reviewed by Stanislav) | ## CCheckList Mock-up Class (issue 2.9) (By Joshua Reviewed by Stanislav) | ||
==== 0.3 Milestone ==== | ==== 0.3 Milestone ==== | ||
− | # CField (issue 3.0) | + | # CField (issue 3.0) By Bo Liu, Reviewed by Yun Yang |
# CDialog (issue 3.1) By Stanislav and Steven, Reviewed by Joshua | # CDialog (issue 3.1) By Stanislav and Steven, Reviewed by Joshua | ||
# CLabel (issue 3.2) | # CLabel (issue 3.2) |
Revision as of 05:49, 13 November 2012
Contents
Team Name (Code Hunters)
Project Marking Percentage
- due immediately
Group work: 45% (25 <= xx <= 50) Individual work: 55% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo Github id:
Team Members
First Name | Last Name | Section | Seneca Id | GITHUB ID | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|---|
Steven (Szu-Han) | Chen | B | sschen4 | chensteven | chensteven | chensteven | Steven's Blog |
Joshua | Lane | B | jlane4 | jlane4 | Joshua Lane | jlane4 | Joshua Lane oop344 |
Bo | Liu | B | bliu54 | bobliuf | Bo Liu | bobliuf | Boliu's blog |
Stanislav | Yeshchenko | B | syeshchenko | syeshchenko | Stanislav Yeshchenko | stan_seneca | Stan's OOP344 blog |
Yun | Yang | B | yyang154 | hamumu | Yun Yang | hamumu | yun's oop344 |
Issues and Status
0.2 Milestone (Due Fri 9th)
- Add console class to project and test with cio_test (issue 1) (By Joshua Reviewed By Stanislav)
- Create Mock-up classes
- Create the class files (header and cpp) with blank methods and make sure they compile
- CField Mock-up Class (issue 2.1) (By Bo Reviewed by Yun)
- CLabel Mock-up Class (issue 2.2) (By Yun Reviewed by Stanislav)
- CDialog Mock-up Class (issue 2.3) (By Steven Reviewed by Joshua
- CLineEdit Mock-up Class (issue 2.4) (By Stanislav Reviewed by Steven)
- CButton Mock-up Class (issue 2.5) (By Joshua Reviewed by Yun)
- CValEdit Mock-up Class (issue 2.6) (By Yun Reviewed by Joshua)
- CCheckMark Mock-up Class (issue 2.7) (By Bo Reviewed by Steven)
- CText
- Add Text Class to the project (issue 2.8.1) (By Steven Reviewed by Bo)
- CText Mock-up Class (issue 2.8.2) (By Stanislav Reviewed by Bo)
- CCheckList Mock-up Class (issue 2.9) (By Joshua Reviewed by Stanislav)
0.3 Milestone
- CField (issue 3.0) By Bo Liu, Reviewed by Yun Yang
- CDialog (issue 3.1) By Stanislav and Steven, Reviewed by Joshua
- CLabel (issue 3.2)
- CLineEdit (issue 3.3)
Coding Rules
Naming Format
- For header files: __CH_HEADER_H__ team name initials, header file name, h
- Issue and branch name format:
- V.V_Name
- example; issue: Add Text Class to the project (issue 2.9.1) issue and branch name on gitub: 2.9.1_AddTextClass
- V.V_Name
Coding Format
int main(){ int var; //All variables declared with own type int* var2; //asterisk on pointer type if(...){ var = 0; //three spaces for indentation, check tab length in your editor } //closing brace lined up with last line in block, brace gets own line else var = 1; } //comment end of functions and long code blocks
meetings
- latest will be on top
discussions
- Blog: Common 0.2 errors Joshua 0.2 Blog