Difference between revisions of "Team R - OOP344 20133"
(→Team Members) |
(→tasks) |
||
(45 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | = Team | + | {{OOP344 Index | 20133}} |
+ | = Team R= | ||
== Project Marking Percentage == | == Project Marking Percentage == | ||
− | * due | + | * due immediately |
<big> | <big> | ||
− | Group work: | + | Group work: 50% (25 <= xx <= 50) |
− | Individual work: | + | Individual work: 50% + (50 <= xx <= 75) |
− | ------------------------- | + | ------------------------- |
− | Total 100% | + | Total 100% |
</big> | </big> | ||
+ | |||
== Repository == | == Repository == | ||
− | * repo path: | + | * repo path: [https://github.com/Seneca-OOP344/Team-R Team R's Repo] |
=== Master Branch Status === | === Master Branch Status === | ||
====Status==== | ====Status==== | ||
− | *'''''Open | + | *'''''Open''''' |
*: Open: you can merge now. | *: Open: you can merge now. | ||
*: Closed: Wait for the repo to get opened | *: Closed: Wait for the repo to get opened | ||
Line 19: | Line 21: | ||
== Coding Style and Standards == | == Coding Style and Standards == | ||
− | * No Tab Character allowed. (replace tabs with spaces) | + | * '''No Tab Character''' allowed. (replace tabs with spaces) |
+ | * Tab Size = 3 spaces (To reformat tabs into spaces change VS settings and press ctrl+k+d) | ||
* Each object must have its own type: | * Each object must have its own type: | ||
<big><syntaxhighlight lang="cpp"> | <big><syntaxhighlight lang="cpp"> | ||
Line 26: | Line 29: | ||
CDialog D; | CDialog D; | ||
</syntaxhighlight></big> | </syntaxhighlight></big> | ||
+ | |||
+ | == Repository == | ||
+ | * repo Github id:https://github.com/Seneca-OOP344/Team-R | ||
== Team Members == | == Team Members == | ||
Line 32: | Line 38: | ||
! 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:Zach Howard | Zach]]|| Howard || B || [mailto:zdhoward@myseneca.ca?subject=oop344 zdhoward] ||[[Special:Contributions/Zach Howard | Zach Howard]] || zdhoward || [http://zachdhoward.wordpress.com/ Zach's Blog] | ||
+ | |- | ||
+ | |[[User:Kunpriya Aggarwal | Kunpriya]]|| Aggarwal || B || [mailto:kaggarwal3@myseneca.ca?subject=oop344 kaggarwal3] ||[[Special:Contributions/Kunpriya Aggarwal | Kunpriya Aggarwal]] || kiara3 || [http://kunaggarwal.blogspot.ca/ Kunpriya's Blog] | ||
+ | |- | ||
+ | |[[User:Daniel Dvorkin | Daniel]]|| Dvorkin || B || [mailto:dldvorkin@myseneca.ca?subject=oop344 dldvorkin] ||[[Special:Contributions/Daniel Dvorkin | Daniel Dvorkin]] || dvorkin212 || [http://dldvorkin.wordpress.com/ Dldvorkin' Blog] | ||
+ | |- | ||
+ | |||
+ | |[[User:Shane Narciso | Shane ]]|| Narciso || C || [mailto:sanarciso@myseneca.ca?subject=oop344 sanarciso ] ||[[Special:Contributions/Shane Narciso | Shane Narciso]] || thatdude22 || [http://thatdude22.wordpress.com/ Shane's Blog] | ||
+ | |- | ||
− | |||
<!-- | <!-- | ||
|[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://your blog address Blogname] | |[[User:WikiID | Thevakaran]]|| LastName || Section || [mailto:YourSenecaEmailID@learn.senecac.on.ca?subject=oop344 SenecaEmailID] || [[Special:Contributions/WikiID | WikiID]] || IrcNick || [http://your blog address Blogname] | ||
Line 39: | Line 53: | ||
--> | --> | ||
|} | |} | ||
+ | |||
+ | == Useful Blogposts == | ||
+ | [http://zachdhoward.wordpress.com/2013/10/18/my-github-flow/ My GitFlow] | ||
+ | |||
+ | == meetings == | ||
+ | * latest will be on top | ||
+ | * Tuesday November 5 @ 12:00pm in Library - Debugging, and finalization of R0.3 | ||
+ | * Friday October 18 @ 1:30 in Library - Discuss R0.3 | ||
== tasks == | == tasks == | ||
− | + | <i>Mandatory: Application</i> | |
− | * | + | # <u>'''Browse Record'''</u> |
− | * | + | #* Members: Kunpriya aggarwal |
− | * | + | #* Task: Code browse record functionality |
+ | #* Files in <span style="color:black;font-weight:900">Kunpriya-V1--Application</span> branch of Team R Repository | ||
+ | #* Status: <span style="color:black;font-weight:900">Done</span><br/> | ||
+ | <b>Note: </b>I used all files from previous releases and object files of CDilog and CLabel. | ||
+ | <br /><br />'''Release 0.3''' | ||
+ | * Prototyping - Zach | ||
+ | * CLabel - Zach | ||
+ | * CLineEdit - Shane A. N. | ||
+ | * CDialog - Kunpriya and Daniel | ||
− | == | + | '''''PROBLEM WITH MAKING CDIALOG OBJECTS''''' |
− | * | + | * In R.03_CDialog_fix ... try to fix the problem in CDialog |
− | === | + | |
− | + | === NOTES === | |
+ | * Zach finished CLabel along with the prototyping. | ||
+ | * Shane finished CLineEdit. | ||
+ | * Daniel and Kunpriya finished CDialog together. | ||
+ | * CDialog was completed at one time by 2 people. | ||
+ | * Somebody Overwrote the CLineedit in master. Trying to return to my version (Shane) | ||
+ | |||
+ | |||
+ | === R0.4 === | ||
+ | * R.0.4.1 - CButton - Daniel | ||
+ | * R.0.4.2 - CValEdit - Zach | ||
+ | * R.0.4.3 - CCheckMark - Shane A. N. | ||
+ | * R.0.4.4 - CMenuItem - Kunpriya Aggarwal | ||
+ | |||
+ | === NOTES === | ||
+ | |||
+ | *Prototyping can be done individually | ||
+ | *CCheckMark Prototyping Completed 11/13/13 - Shane | ||
+ | *CMenuItem Prototyping: '''Completed''' - Kunpriya Aggarwal | ||
+ | *CCheckMark testing Completed 11/21/13 - Shane |
Latest revision as of 14:09, 14 December 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team R
Project Marking Percentage
- due immediately
Group work: 50% (25 <= xx <= 50) Individual work: 50% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo path: Team R's Repo
Master Branch Status
Status
- Open
- 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
- No Tab Character allowed. (replace tabs with spaces)
- Tab Size = 3 spaces (To reformat tabs into spaces change VS settings and press ctrl+k+d)
- Each object must have its own type:
int a;
int b;
CDialog D;
Repository
- repo Github id:https://github.com/Seneca-OOP344/Team-R
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | - | Zach | Howard | B | zdhoward | Zach Howard | zdhoward | Zach's Blog |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Kunpriya | Aggarwal | B | kaggarwal3 | Kunpriya Aggarwal | kiara3 | Kunpriya's Blog | |||||||
Daniel | Dvorkin | B | dldvorkin | Daniel Dvorkin | dvorkin212 | Dldvorkin' Blog | |||||||
Shane | Narciso | C | sanarciso | Shane Narciso | thatdude22 | Shane's Blog |
Useful Blogposts
meetings
- latest will be on top
- Tuesday November 5 @ 12:00pm in Library - Debugging, and finalization of R0.3
- Friday October 18 @ 1:30 in Library - Discuss R0.3
tasks
Mandatory: Application
- Browse Record
- Members: Kunpriya aggarwal
- Task: Code browse record functionality
- Files in Kunpriya-V1--Application branch of Team R Repository
- Status: Done
Note: I used all files from previous releases and object files of CDilog and CLabel.
Release 0.3
- Prototyping - Zach
- CLabel - Zach
- CLineEdit - Shane A. N.
- CDialog - Kunpriya and Daniel
PROBLEM WITH MAKING CDIALOG OBJECTS
- In R.03_CDialog_fix ... try to fix the problem in CDialog
NOTES
- Zach finished CLabel along with the prototyping.
- Shane finished CLineEdit.
- Daniel and Kunpriya finished CDialog together.
- CDialog was completed at one time by 2 people.
- Somebody Overwrote the CLineedit in master. Trying to return to my version (Shane)
R0.4
- R.0.4.1 - CButton - Daniel
- R.0.4.2 - CValEdit - Zach
- R.0.4.3 - CCheckMark - Shane A. N.
- R.0.4.4 - CMenuItem - Kunpriya Aggarwal
NOTES
- Prototyping can be done individually
- CCheckMark Prototyping Completed 11/13/13 - Shane
- CMenuItem Prototyping: Completed - Kunpriya Aggarwal
- CCheckMark testing Completed 11/21/13 - Shane