Difference between revisions of "Team A - OOP344 20133"
(→Tasks) |
(→Coding Style and Standards) |
||
Line 59: | Line 59: | ||
if(condition){ | if(condition){ | ||
code block statement(s); | code block statement(s); | ||
− | |||
} | } | ||
else{ | else{ | ||
code block statement(s); | code block statement(s); | ||
− | |||
} | } | ||
Revision as of 13:34, 28 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Name
Project Marking Percentage
Group work: 25%
Individual work: 75% +
------------------------
Total 100%
Repository
- Repo path: https://github.com/Seneca-OOP344/Team-A
Master Branch Status
Status
- Alter The Table Before You Merge To Master Repository
- Closed: Wait for the Repository to get opened
- Opened: The Repository is free and mergable
Master Status | Student Name | Date | Duration | Brief description |
---|---|---|---|---|
CLOSED/OPENED | NAME | DD/MM/YYYY | 00:00PM - 00:00PM | Description here |
Team-A Logs
Date | Time | Student's Name | Merged User | IRC Nickname | Description |
---|---|---|---|---|---|
DD/MM/YYYY | 00:00 PM | Full Name | MySenecaEmail | IRC Nickname | Merged Description here |
DD/MM/YYYY | 00:00 PM | Full Name | MySenecaEmail | IRC Nickname | Merged Description here |
Coding Style and Standards
- No Tab Character allowed. Replace the Tabs with 2 spaces on any IDE that you're currently using.
- Each object must have its own type:
int a;
int b;
CDialog D;
- Every statement should be within its own curly brackets (Even it's a one line statement)
for((initilization; condition; increment){
code block statement(s);
}
if(condition){
code block statement(s);
}
else{
code block statement(s);
}
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Contact Info | Blog URL |
---|---|---|---|---|---|---|---|
Jaemin | Yeo | A | jyeo | Jaemin Yeo | Jaemin | Contact Info | Jaemin's OOP344 Blog |
Mohammad-Reza | Akbari | A | makbari11 | Mohammad-Reza Akbari | reza_akbari | (647)389-6082 | Reza's Blog |
Omkar | Parmar | A | onparmar | onparmar | onparmar | Contact Info | |
Hamza | Tahir | A | htahir1 | Hamza-Tahir | hamzaT- | Contact Info |
Tasks
Task Name : Release 0.3, Due Date: Sunday Nov 3rd, 23:59
Prototyping
- Task Description :
- Programmer Name :
- Status : Not Completed.
- Github Branch Link :
CLabel
- Task Description : Implementing "CLabel": A readonly Field that encapsulates console.display() function. CLabel although, by inheritance is Frame, but it is never bordered.
- Programmer Name : Mohammad-Reza Akbari
- Status : Not Completed.
- Github Branch Link : https://github.com/Seneca-OOP344/Team-A/tree/Release_0.3_Clabel
Class_2
- Task Description :
- Programmer Name :
- Status : Not Completed.
- Github Branch Link :
Class_3
- Task Description :
- Programmer Name :
- Status : Not Completed.
- Github Branch Link :
R 0.3 Tester
- Task Description :
- Programmer Name :
- Status : Not Completed.
- Github Branch Link :
Task Name : Release 0.2, Due Date: Sunday Oct 20th, 23:59
Merging To Master Repo
- Task Description : Setting up the development environment and testing CFrame Base class. Jaemin Yeo had compile and run the Test1Frame.cpp with his console program; his branch had been merged to "Master" for the group test. Reza had clone and run the "Master" successfuly.
- Programmer Name : Jaemin, Reza...
- Status : The "Master" is passed the Release 0.2 requirements.
- Github Branch Link : https://github.com/Seneca-OOP344/Team-A/tree/Release_0.2_AddConsole
meetings
- latest will be on top