Difference between revisions of "Team L - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Created page with '= Team Name= Team L == Project Marking Percentage == * due right after study break <big> Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75) ----------------…')
 
(tasks)
 
(96 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{OOP344 Index | 20133}}
 
= Team Name=
 
= Team Name=
 
Team L
 
Team L
 
== Project Marking Percentage ==
 
== Project Marking Percentage ==
* due right after study break
 
 
<big>
 
<big>
Group work: XX% (25 <= xx <= 50)
+
Group work: 50% (25 <= xx <= 50)
Individual work: XX% + (50 <= xx <= 75)
+
Individual work: 50% (50 <= xx <= 75)
-------------------------
+
-------------------------
Total 100%
+
Total 100%
 
</big>
 
</big>
 +
 
== Repository ==
 
== Repository ==
* repo path:
+
* repo path: https://github.com/Seneca-OOP344/Team-L
 
=== Master Branch Status ===
 
=== Master Branch Status ===
* committed/committing by [mailto:emailid@learn.senecac.on.ca full name], ircnick: mynick, any other info
+
====Status====
 +
*'''''Open/Closed'''''
 +
*: Open: you can merge now.
 +
 
 +
<big>
 +
*'''''Open/Closed'''''
 +
*: Open: you can merge now.
 +
*: Closed: Wait for the repo to get opened*
 +
</big>
 +
 
 +
====Logs====
 +
* DateTime, Merged/being Merged by [mailto:emailid@learn.senecac.on.ca full name], ircnick: mynick, any other info
  
 
== Coding Style and Standards ==
 
== Coding Style and Standards ==
* No Tab Character allowed. (replace tabs with spaces)
+
=== Indentation ===
 +
 
 +
* No Tab Character allowed. (replace tabs with 2 spaces)
 +
* 4 spaces for indentation
 +
=== Blocks ===
 +
<big><syntaxhighlight lang="cpp">
 +
returnType functionName(int name, int name, int name, int name, int name, int name,
 +
    int name, int name, int name, int name)
 +
{
 +
    whatever;
 +
}
 +
</syntaxhighlight></big>
 +
 
 +
=== Variable Naming ===
 
* Each object must have its own type:
 
* Each object must have its own type:
 
<big><syntaxhighlight lang="cpp">
 
<big><syntaxhighlight lang="cpp">
Line 21: Line 46:
 
int b;
 
int b;
 
CDialog D;
 
CDialog D;
 +
</syntaxhighlight></big>
 +
=== Class Naming ===
 +
* Use the class name for the name of the file but make sure it is all lowercase:
 +
<big><syntaxhighlight lang="cpp">
 +
CFrame class should have 'cframe.h' and 'cframe.cpp' files
 
</syntaxhighlight></big>
 
</syntaxhighlight></big>
  
 
== Team Members ==
 
== Team Members ==
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
{| class="wikitable sortable" border="1" cellpadding="5"
|+ Team Name (team x)
+
|+ Team Name (Team L)
 
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
 
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
 
|-
 
|-
 +
 
<!--
 
<!--
 
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://yourBlogURL BlogName]
 
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://yourBlogURL BlogName]
 
|-
 
|-
 
-->
 
-->
 +
 +
|[[User:Justin Alan Chow| Justin]]|| Chow || C|| [mailto:jachow1@myseneca.ca?subject=oop344 jachow1] || [[Special:Contributions/Justin Alan Chow | Justin Alan Chow]] || kickpuncher || [http://jachow1.wordpress.com/ Justin's Blog]
 +
|-
 +
 +
|[[User:Nicolas Ramkay | Nick]]|| Ramkay || B || [mailto:nramkay@myseneca.ca?subject=oop344 nramkay] || [[Special:Contributions/Nicolas_Ramkay | Nicolas Ramkay]] || Yakmar || [http://yakmaroop.wordpress.com Object Oriented Programming]
 +
|-
 +
 +
|[[User:Euihoon Seol | Euihoon]]|| Seol || B || [mailto:eseol@learn.senecac.on.ca?subject=oop344 eseol] || [[Special:Contributions/Euihoon Seol | Euihoon Seol]] || eseol || [http://eseol.blogspot.com Euihoon's Blog ]
 +
|-
 +
 +
|[[User:Kathleen Leong| Kathleen]]|| Leong || B|| [mailto:kleong3@learn.senecac.on.ca?subject=oop344 kleong3] || [[Special:Contributions/Kathleen Leong | Kathleen Leong]] || katieleong|| [http://katie-oop344.blogspot.com Kathleen's Blog]
 +
|-
 +
 
|}
 
|}
  
 
== tasks ==
 
== tasks ==
=== task name ===
+
=== task name ===
* task description
+
* task description
* being done by team member name / not assigned
+
* being done by team member name / not assigned
* status
+
* status
 +
 
 +
=== the application task 4 ===
 +
* Delete
 +
* Assigned to Kathleen Leong
 +
* Done
 +
 
 +
=== the application task 3 ===
 +
* Edit
 +
* Assigned to Justin Chow
 +
* Done
 +
 
 +
=== the application task 2 ===
 +
* Browse
 +
* Assigned to Euihoon Seol
 +
* Done
 +
 
 +
=== the application task 1 ===
 +
* Add
 +
* Assigned to Justin Chow
 +
* Done
 +
 
 +
=== the application task 0 ===
 +
* Prototyping
 +
* Assigned to Justin Chow
 +
* Done
 +
 
 +
=== Release 0.4 task 4 ===
 +
* CMenuItem workload - 25%
 +
* Assigned to Euihoon Seol
 +
* Done
 +
 
 +
=== Release 0.4 task 3 ===
 +
* CCheckMark workload - 25%
 +
* Assigned to Kathleen Leong
 +
* Done
 +
 
 +
=== Release 0.4 task 2 ===
 +
* CValEdit workload - 25%
 +
* Assigned to Justin Chow
 +
* Done
 +
 
 +
=== Release 0.4 task 1 ===
 +
* CButton workload - 25%
 +
* Assigned to Nicolas Ramkay
 +
* Done
 +
 
 +
=== Release 0.4 task 0 ===
 +
* prototyping workload - 0%
 +
* Assigned to Euihoon Seol
 +
* Done
 +
 
 +
=== 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%
 +
* Assigned to Euihoon Seol
 +
* Done
 +
 
 +
=== Release 0.2 task 3 ===
 +
* Other team members must clone the repository and test the execution of CFrame
 +
* Assigned to 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
 +
* Assigned to Justin Chow
 +
* Done
  
 +
=== Release 0.2 task 1 ===
 +
* Create our teampage using the template
 +
* Assigned to Euihoon (Hoon) Seol
 +
* Done
  
 
== meetings ==
 
== meetings ==
 
* latest will be on top
 
* latest will be on top
 
=== topic, date ===
 
=== topic, date ===
[[Irc logs of meeting (unique name) - oop344 20113 | date]]
+
* [[Irc logs of meeting (unique name) - oop344 20113 | date]]
 +
=== Dec/13~14/2013 ===
 +
* [[Irc logs of meeting (testing and revisiting works for the application) - oop344 20113 |Testing and revisiting works for the application]]
 +
=== Nov/29/2013 ===
 +
* [[Irc logs of meeting (Dividing tasks for the application) - oop344 20113 |Dividing tasks for the application]]
 +
=== Nov/17 ~ 22/2013 ===
 +
* [[Irc logs of meeting (testing and revising works for Release 0.4) - oop344 20113 |Testing and revising works for Release 0.4]]
 +
=== Nov/13/2013 ===
 +
* [[Irc logs of meeting (Dividing tasks for Release 0.4) - oop344 20113 |Dividing tasks for Release 0.4]]
 +
=== Nov/01 ~ 06/2013 ===
 +
* [[Irc logs of meeting (testing and revising works for Release 0.3) - oop344 20113 |Testing and revising works for Release 0.3]]
 +
=== Oct/22/2013 ===
 +
* [[Irc logs of meeting (Dividing tasks for Release 0.3) - oop344 20113 |Dividing tasks for Release 0.3]]
 +
=== Oct/17/2013 ===
 +
* [[Irc logs of meeting (Project marking percentage) - oop344 20113 |Project marking percentage]]
 +
* [[Irc logs of meeting (Coding style and standards) - oop344 20113 |Coding style and standards]]
 +
* [[Irc logs of meeting (Update team members info) - oop344 20113 |Update team members info]]

Latest revision as of 14:21, 15 December 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

the application task 4

  • Delete
  • Assigned to Kathleen Leong
  • Done

the application task 3

  • Edit
  • Assigned to Justin Chow
  • Done

the application task 2

  • Browse
  • Assigned to Euihoon Seol
  • Done

the application task 1

  • Add
  • Assigned to Justin Chow
  • Done

the application task 0

  • Prototyping
  • Assigned to Justin Chow
  • Done

Release 0.4 task 4

  • CMenuItem workload - 25%
  • Assigned to Euihoon Seol
  • Done

Release 0.4 task 3

  • CCheckMark workload - 25%
  • Assigned to Kathleen Leong
  • Done

Release 0.4 task 2

  • CValEdit workload - 25%
  • Assigned to Justin Chow
  • Done

Release 0.4 task 1

  • CButton workload - 25%
  • Assigned to Nicolas Ramkay
  • Done

Release 0.4 task 0

  • prototyping workload - 0%
  • Assigned to Euihoon Seol
  • Done

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%
  • Assigned to Euihoon Seol
  • Done

Release 0.2 task 3

  • Other team members must clone the repository and test the execution of CFrame
  • Assigned to 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
  • Assigned to Justin Chow
  • Done

Release 0.2 task 1

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

meetings

  • latest will be on top

topic, date

Dec/13~14/2013

Nov/29/2013

Nov/17 ~ 22/2013

Nov/13/2013

Nov/01 ~ 06/2013

Oct/22/2013

Oct/17/2013