OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Team Name
Project Marking Percentage
Group work: 25%
Individual work: 75% +
------------------------
Total 100%
Repository
Master Branch Status
Status: CLOSE by Reza Until 8:00 PM
- Change The Status Before You Merge To Master Repository
- CLOSE: Wait for the Repository to get opened
- OPEN: The Repository is free and mergeable
Team-A Logs
Log Entry For Each Merged To Master
Date |
Time |
Student's Name |
Merged User |
IRC Nickname |
Description
|
30/10/2013 |
1:27 PM |
Mohammad-Reza Akbari |
makbari11 |
reza_akbari |
The prototyping of clabel, cdialog, and clineedit has pushed to it's branch, and merged to the Master.
|
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:
- 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);
}
/*-------------------------
| Comment your class |
-------------------------*/
Team Members
Tasks
Task Name : Release 0.3, Due Date: Monday November 4, 2013 - 23:59
Prototyping
- Task Description : Create a branch from the "Master", add all the Mock-ups (That compiled successfuly), download the 'CField' and Testers implementation files from GitHub. Push the Mock-ups branch to the "Master" branch.
- Programmer Name : Mohammad-Reza Akbari
- Status : Completed
- Github Branch Link : https://github.com/Seneca-OOP344/Team-A/tree/Release_0.3_Prototyping
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 : Omkar and Jaemin
- Status : Completed - Need Review
- Github Branch Link :
CLineEdit
- Task Description : ClineEdit encapsulates the console.edit() function of Console class.
- Programmer Name : Hamza
- Status : Not Completed.
- Github Branch Link :
CDialog
- Task Description : CDialog Organizes CField objects on the screen, displays them and then lets the user edit them one by one.
- Programmer Name : Jaemin and Mohammad-Reza and Omkar
- Status : Not Completed.
- Github Branch Link :
Release 0.3 Tester Programs
- Task Description : Run the Tester Programs. It should work the same as Fardad's Demo on Matrix.
- 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.
- More Detail http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.2_-_OOP344#To_Do
meetings
topic, date
date