Difference between revisions of "Team L - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(meetings)
(Release 0.4 task 0)
Line 105: Line 105:
  
 
=== Release 0.4 task 0 ===
 
=== Release 0.4 task 0 ===
* prototyping workload - ?%
+
* prototyping workload - 0%
 
* Assigned to
 
* Assigned to
 
* In progress
 
* In progress
 
  
 
=== Release 0.3 task 4 ===
 
=== Release 0.3 task 4 ===

Revision as of 14:14, 13 November 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team Name

Team L

Project Marking Percentage

Group work: 50% (25 <= xx <= 50)
Individual work: 50% (50 <= xx <= 75)
-------------------------
Total 100%

Repository

Master Branch Status

Status

  • Open/Closed
    Open: you can merge now.

  • Open/Closed
    Open: you can merge now.
    Closed: Wait for the repo to get opened*

Logs

  • DateTime, Merged/being Merged by full name, ircnick: mynick, any other info

Coding Style and Standards

Indentation

  • No Tab Character allowed. (replace tabs with 2 spaces)
  • 4 spaces for indentation

Blocks

returnType functionName(int name, int name, int name, int name, int name, int name, 
    int name, int name, int name, int name)
{
    whatever;
}

Variable Naming

  • Each object must have its own type:
int a;
int b;
CDialog D;

Class Naming

  • Use the class name for the name of the file but make sure it is all lowercase:
CFrame class should have 'cframe.h' and 'cframe.cpp' files

Team Members

Team Name (Team L)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Justin Chow C jachow1 Justin Alan Chow kickpuncher Justin's Blog
Nick Ramkay B nramkay Nicolas Ramkay Yakmar Object Oriented Programming
Euihoon Seol B eseol Euihoon Seol eseol Euihoon's Blog
Kathleen Leong B kleong3 Kathleen Leong katieleong Kathleen's Blog

tasks

=== task name ===
* task description
* being done by team member name / not assigned
* status

Release 0.4 task 4

  • CMenuItem workload - 25%
  • Assigned to
  • In progress

Release 0.4 task 3

  • CCheckMark workload - 25%
  • Assigned To
  • In progress

Release 0.4 task 2

  • CValEdit workload - 25%
  • Assigned to
  • In progress

Release 0.4 task 1

  • CButton workload - 25%
  • Assigned to
  • In progress

Release 0.4 task 0

  • prototyping workload - 0%
  • Assigned to
  • In progress

Release 0.3 task 4

  • CLineEdit workload - 17%
  • Assigned to Justin Chow
  • Done

Release 0.3 task 3

  • CDialog workload - 50%
  • Assigned To Kathleen Leong and Nicolas Ramkay
  • Done

Release 0.3 task 2

  • CLabel workload - 17%
  • Assigned to Euihoon Seol
  • Done

Release 0.3 task 1

  • prototyping workload - 16%
  • Done by Euihoon Seol
  • Done


Release 0.2 task 3

  • Other team members must clone the repository and test the execution of CFrame
  • Done by Nick Ramkay, Euihoon Seol, Kathleen Leong
  • Done

Release 0.2 task 2

  • Branch and clone the repository, add console.cpp and console.h to the files in the repository, complie, run and test the execution, add a comment with his info on cframe.h, merge the branch, push the changes to github
  • Done by Justin Chow
  • Done

Release 0.2 task 1

  • Create our teampage using the template
  • Done by Euihoon (Hoon) Seol
  • Done

meetings

  • latest will be on top

topic, date

Nov/13/2013

Nov/01 ~ 06/2013

Oct/22/2013

Oct/17/2013