Difference between revisions of "Team T - OOP344 20133"
Shao Hua Liu (talk | contribs) (→Project Marking Percentage) |
(→Status) |
||
(28 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Team Name (Team T)= | = Team Name (Team T)= | ||
== Project Marking Percentage == | == Project Marking Percentage == | ||
− | * due | + | * due right after study break |
− | <big> | + | <big><syntaxhighlight lang="cpp">Group work: 50% (25 <= xx <= 50) |
− | Group work: | + | Individual work: 50% |
− | Individual work: | ||
------------------------- | ------------------------- | ||
Total 100% | Total 100% | ||
− | </big> | + | </syntaxhighlight></big> |
== Repository == | == Repository == | ||
* repo Github id:https://github.com/Seneca-OOP344/Team-T.git | * repo Github id:https://github.com/Seneca-OOP344/Team-T.git | ||
+ | |||
+ | === Master Branch Status === | ||
+ | ====Status==== | ||
+ | *'''''Open/Closed''''' | ||
+ | *: Open: you can merge now. | ||
+ | *: Closed: Wait for the repo to get opened | ||
+ | |||
+ | Closed | ||
+ | |||
+ | ====Logs==== | ||
+ | * DateTime, Merged/being Merged by [mailto:emailid@learn.senecac.on.ca full name], ircnick: mynick, any other info | ||
+ | |||
+ | == Coding Style and Standards == | ||
+ | * No Tab Character allowed. (replace tabs with spaces) | ||
+ | * Each object must have its own type: | ||
+ | <big><syntaxhighlight lang="cpp"> | ||
+ | int a; | ||
+ | int b; | ||
+ | CDialog D; | ||
+ | </syntaxhighlight></big> | ||
+ | |||
== Team Members == | == Team Members == | ||
{| class="wikitable sortable" border="1" cellpadding="5" | {| class="wikitable sortable" border="1" cellpadding="5" | ||
− | |+ Team Name : Team | + | |+ Team Name : Team T |
! 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:Jingwei Sun|Jingwei]]||Sun||C||[mailto:jsun72@myseneca.ca?subject=oop344 jsun72]||[[Special:Contributions/Jingwei Sun|Jingwei Sun]]||John_Titor | + | |[[User:Jingwei Sun|Jingwei]]||Sun||C||[mailto:jsun72@myseneca.ca?subject=oop344 jsun72]||[[Special:Contributions/Jingwei Sun|Jingwei Sun]]||John_Titor||[http://blog.xparthas.com ParBlog] |
|- | |- | ||
|- | |- | ||
− | |[[User:Shao Hua Liu|Shao Hua]]||Liu||C||[mailto:shliu2@myseneca.ca?subject=oop344 shliu2]||[[Special:Contributions/Shao Hua Liu|Shao Hua Liu]]||Catshl | + | |[[User:Shao Hua Liu|Shao Hua]]||Liu||C||[mailto:shliu2@myseneca.ca?subject=oop344 shliu2]||[[Special:Contributions/Shao Hua Liu|Shao Hua Liu]]||Catshl||[http://shliu2.wordpress.com/ Shao's Blog ] |
|- | |- | ||
|- | |- | ||
− | |[[User:Wei Xia|Wei]]||Xia||C||[mailto:wxia11@myseneca.ca?subject=oop344 wxia11]||[[Special:Contributions/Wei Xia|Wei Xia]]||wei111 | + | |[[User:Wei Xia|Wei]]||Xia||C||[mailto:wxia11@myseneca.ca?subject=oop344 wxia11]||[[Special:Contributions/Wei Xia|Wei Xia]]||wei111|| [http://wxia11.wordpress.com Wei's Blog] |
|- | |- | ||
|- | |- | ||
− | |[[User:Yatao Sun|Yatao]]|| Sun ||A||[mailto:ysun101@myseneca.ca?subject=oop344 ysun101]||[[Special:Contributions/Yatao Sun|Yatao Sun]]||tom10 | + | |[[User:Yatao Sun|Yatao]]|| Sun ||A||[mailto:ysun101@myseneca.ca?subject=oop344 ysun101]||[[Special:Contributions/Yatao Sun|Yatao Sun]]||tom10||[http://tomsun10.wordpress.com/ Tom's OOP344 Blog] |
+ | |- | ||
+ | |} | ||
+ | |||
+ | == tasks == | ||
+ | === task name === | ||
+ | * task description | ||
+ | * being done by team member name / not assigned | ||
+ | * status | ||
+ | |||
+ | ==========0.3========== | ||
+ | *'''prototyping''' | ||
+ | --Shaohua Liu <br/> | ||
+ | --status:Done <br/> | ||
+ | |||
+ | -- Revised by : <br/> | ||
+ | |||
+ | *'''CLabel''' | ||
+ | --Yatao Sun <br/> | ||
+ | --status: <br/> | ||
+ | --Revised by : <br/> | ||
− | + | *'''CDialog''' | |
− | + | --Luke Jingwei Sun, Wei Xia <br/> | |
− | + | --status: <br/> | |
+ | --Revised by: <br/> | ||
− | + | *'''CLineEdit''' | |
− | + | -- Shaohua Liu <br/> | |
+ | --status: <br/> | ||
+ | --Revised by : <br/> | ||
− | |||
== meetings == | == meetings == | ||
− | * | + | * 2013 10/19 |
− | + | === topic, date === | |
− | + | [[Irc logs of meeting (unique name) - oop344 20113 | date]] | |
− | + | * Date: 2013 10/19 Topic: How to use git and allocate the workload |
Latest revision as of 21:41, 1 November 2013
Contents
Team Name (Team T)
Project Marking Percentage
- due right after study break
Group work: 50% (25 <= xx <= 50)
Individual work: 50%
-------------------------
Total 100%
Repository
- repo Github id:https://github.com/Seneca-OOP344/Team-T.git
Master Branch Status
Status
- Open/Closed
- Open: you can merge now.
- Closed: Wait for the repo to get opened
Closed
Logs
- DateTime, Merged/being Merged by full name, ircnick: mynick, any other info
Coding Style and Standards
- No Tab Character allowed. (replace tabs with spaces)
- Each object must have its own type:
int a;
int b;
CDialog D;
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Jingwei | Sun | C | jsun72 | Jingwei Sun | John_Titor | ParBlog |
Shao Hua | Liu | C | shliu2 | Shao Hua Liu | Catshl | Shao's Blog |
Wei | Xia | C | wxia11 | Wei Xia | wei111 | Wei's Blog |
Yatao | Sun | A | ysun101 | Yatao Sun | tom10 | Tom's OOP344 Blog |
tasks
task name
- task description
- being done by team member name / not assigned
- status
====0.3====
- prototyping
--Shaohua Liu
--status:Done
-- Revised by :
- CLabel
--Yatao Sun
--status:
--Revised by :
- CDialog
--Luke Jingwei Sun, Wei Xia
--status:
--Revised by:
- CLineEdit
-- Shaohua Liu
--status:
--Revised by :
meetings
- 2013 10/19
topic, date
- Date: 2013 10/19 Topic: How to use git and allocate the workload