Difference between revisions of "Team S - OOP344 20133"
(→Task History) |
(→Task History) |
||
Line 95: | Line 95: | ||
|- | |- | ||
| [http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.3_-_OOP344#CLabel CLabel coding] || Fabrizio Tomassi || Complete CLabel methods for R0.3 (branched as clabel_branch - not merged) || Sun Oct 20, 2013 16:35 | | [http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.3_-_OOP344#CLabel CLabel coding] || Fabrizio Tomassi || Complete CLabel methods for R0.3 (branched as clabel_branch - not merged) || Sun Oct 20, 2013 16:35 | ||
+ | |- | ||
|- | |- | ||
Revision as of 15:35, 20 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team S
Repository
- repo path: https://github.com/Seneca-OOP344/Team-S
Master Branch Status
Status
- Open
- Open: you can merge now.
- Closed: Wait for the repo to get opened
Prototyping complete. Please pull changes.
Logs
- DateTime, Merged/being Merged by full name, ircnick: mynick, any other info
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Andrew | Daniele | B | adaniele1 | Andrew Daniele | adaniele87 | Andrew's Blog |
Fabrizio | Tomassi | C | ftomassi | Fabrizio Tomassi | fabj2 | Fabrizio's Blog |
Jesse | Conner | B | jgconner | Jesse Glen Conner | m_i_rite | Jesse's Blog |
Coding Style and Standards
Indentation
- Do not use tab character
- 4 spaces
Comments
- comment above function definition (summarize function)
- comment beside function declaration (very brief description)
- comment complex code
Header Comments
/*
filename.cpp
OOP344x - Revision Number
Purpose: brief purpose of the class
Desc: brief description of project
Name: your full name - studentId - Group Name
Modified: Month dd, yyyy
*/
Variable Naming
- camel case with first letter lowercase in both variables and methods: int numCounter;
- asterisk of a pointer will be attached to the type, not the variable name: int* pointer;
- extern prefix: extern int _externInt;
- static prefix: static int s_staticInt;
Code Blocks
- all braces have their own line
if(condition)
{
doSomething();
}
else
{
doSomethingElse();
}
Tasks
Task | Status | Member(s) | Description | Done By Approx/Due
|
---|---|---|---|---|
Split CDialog | Pending | All | Split coding CDialog for R0.3 | Wed Oct 23, 2013 23:00 |
Testing | In Progress | All | Testing for R0.3 | Thu Oct 24, 2013 23:00 |
Console code review | In Progress | All | Console code review for R0.3 | Thu Oct 24, 2013 23:00 |
Task History
Task | Member(s) | Description | Completed |
---|---|---|---|
Branch Master | Fabrizio Tomassi | Branch from master, add comment to cframe.h, merge to master | Wed Oct 16, 2013 20:45 |
Branch Master | Andrew Daniele | Branch from master, add comment to cframe.h, merge to master | Wed Oct 16, 2013 22:05 |
Branch Master | Jesse Conner | Branch from master, add comment to cframe.h, merge to master | Fri Oct 18, 2013 21:01 |
Team Page | All | Build Team Page | Fri Oct 18, 2013 22:07 |
Prototyping | Andrew Daniele | Prototyping for R0.3 | Fri Oct 18, 2013 22:58 |
Code CLineEdit | Andrew Daniele | Complete CLineEdit methods for R0.3 | Sat Oct 19, 2013 17:05 |
CLabel coding | Fabrizio Tomassi | Complete CLabel methods for R0.3 (branched as clabel_branch - not merged) | Sun Oct 20, 2013 16:35 |
Topic | Description | Date/Time |
---|---|---|
Introduction | Discussed R02 and R03 | Fri Oct 18, 2013 21:00 |
Discussed sub-tasks for R03 | Cline and CLabel coding | Sat Oct 19, 2013 13:00 |
Project Marking Percentage
Group work: 50
Individual work: 50
------------------------
Total 100%