Open main menu

CDOT Wiki β

Changes

OOP344 20131 Oopers

5,840 bytes added, 23:31, 14 April 2013
Announcements
{{OOP344 Index | 20131}}
== '''Oopers (Team 8)''' ==
 
 
 
Welcome to OOP344B Winter 2013 Semester Group 8 'Oopers' Team Page.
 
== '''Announcements''' ==
 
 
 
==='''April 14, 2013 - Milestone 0.8 completion (CIO Framework)'''===
 
 
 
 
Milestone 0.8 (CIO Framework) is completed. Milestone 0.9 (CMenu) was optional. All Testers 1-9 have passed and all branches are merged to Master. Have a good day and good luck to everyone on their exams.
 
* Peter
 
 
==='''March 15, 2013 - Milestone 0.3 master branch compilation error'''===
Milestone 0.3 compilation error (error MSB8008) found in master branch (found by Shay). Attempting to locate compilation problem and if need source files from group member branches. Will send email attachment to everyone or provide dropbox link of the fixed master branch.
* Peter
 
 
'''Update 1''': Made a 3.0_Fixed_Main_Branch branch to the master with the fixed vcxproj and other setting files. Please check and merge to master. Thanks.
 
* Peter
 
 
'''Update 2''': Verified, compiled and ran with no errors, and merged by Curtis. Thanks. - March 18, 2013.
 
* Peter
 
== '''Repository''' ==
+++ Git Repository ID: Ooper (https://github.com/Seneca-OOP344/8-Ooper.git) +++
== '''Coding Guidelines''' ==
== '''Members''' ==
 
 
'''1)''' Software: Visual Studio 2010.
 
'''2)''' Blocking: Open and closed brackets {} should each be in a new line. Single syntax in functions are to be blocked as well.
 
'''Examples:'''
 
if(whatever) do this; //bad
 
if(whatever)
do this; // bad
 
if(whatever)
{
do this:
} // good
 
'''3)''' Identation: 3 spaces!
 
'''4)''' Variable Names:
* Private instance var - '''_dataExample''' - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc.
* Public functions - '''GetData()''' - first letter of each word in function name is uppercase (rest of characters are lowercase).
* Each variable, when created, should be written in one line
'''Examples:'''
 
int a; // good
 
int a, b. c; //bad
 
== '''Team Members''' ==
[mailto:phuang19@myseneca.ca;mahom@myseneca.ca;strotsky@myseneca.ca;cjwilson3@myseneca.ca;?subject=oop344 Email to all members]
 
{| class="wikitable sortable" border="1" cellpadding="5"
! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id/Contributions !! IRC nick !! GITHUB ID !! Blog URL
|-
|[[User:Peter Huang|Peter]]||Huang||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:phuang19@myseneca.ca?subject=oop344 phuang19]||[[Special:Contributions/Peter Huang|Peter Huang]]||phuang||peter-huang|| [http://peter-huang.blogspot.ca/ Peter Huang's Blog]
|-
|[[User:Mark Hom|Mark ]]||Hom||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:mahom@myseneca.ca?subject=oop344 mahom]||[[Special:Contributions/Mark Hom|Mark Hom]]||mahom||mahom21||[http://mahom21.blogspot.ca/ OOP344 bLoG]
|-
|[[User:strotsky|Shay]]||Trotsky||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:strotsky@myseneca.ca?subject=oop344 strotsky]||[[Special:Contributions/Shay Trotsky|Shay Trotsky]]||strotsky||strotsky|| [http://ooprules.blogspot.ca// OOP344 Rules]
|-
|[[User:Curtis Jordan Wilson|Curtis]]||Wilson||[http://zenit.senecac.on.ca/wiki/index.php/OOP344_20131_Oopers Oopers]||B||[mailto:cjwilson3@myseneca.ca?subject=oop344 cjwilson3]||[[Special:Contributions/Curtis Jordan Wilson|Curtis Jordan Wilson]]||SL37||Curtis37||[http://curtis.axismp.com// Curtis' Blog]
|-
|}
== '''Agenda''' ==
==='''0.2 Milestone (Due Thur Feb 14th, 2013 23:59)'''===
 
 
 
<s>'''Issue 2.0 - Create Oopers Wiki Site And Coding Standards'''</s> - done
 
* Team wiki page
 
* Coding standards
 
Assigned to: Peter Huang
 
 
<s>'''Issue 2.1 - Add console class to project 0.2 and test with cio_test'''</s> - done
Assigned to: Shay Troksky
 
 
<s>'''Issue 2.2 - CLabel Mock-up Class'''</s> - done
 
Assigned to: Mark Hom
 
 
<s>'''Issue 2.3 - CDialog Mock-up Class'''</s> - done
 
Assigned to: Curtis Wilson
 
 
<s>'''Issue 2.4 - CLineEdit Mock-up Class'''</s> - done
 
Assigned to: Shay Troksky
 
 
<s>'''Issue 2.5 - CButton Mock-up Class'''</s> - done
 
Assigned to: Peter Huang
 
 
==='''0.3 Milestone (Due Wed March 6th, 2013 23:59)'''===
 
 
 
<s>'''Issue 3.2 - CLabel Implementation'''</s> - done
 
Assigned to: Mark Hom
 
 
<s>'''Issue 3.3 - CDialog Implementation'''</s> - done
 
Assigned to: Curtis Wilson
 
 
<s>'''Issue 3.4 - CLineEdit Implementation'''</s> - done
 
Assigned to: Shay Troksky
 
 
<s>'''Issue 3.5 - CButton Implementation'''</s> - done
 
Assigned to: Peter Huang
 
 
==='''0.5 Milestone (Due Thurs March 28th, 2013 23:59)'''===
 
 
 
<s>'''Issue 5.2 - CValEdit Implementation'''</s> - done
 
Assigned to: Curtis Wilson
 
 
<s>'''Issue 5.3 - CCheckMark Implementation'''</s> - done
 
Assigned to: Shay Troksky
 
 
<s>'''Issue 5.4 - CMenuItem Implementation'''</s> - done
 
Assigned to: Peter Huang
 
 
==='''0.8 and 0.9 (Optional) Milestone (Due Sat April 6th, 2013 23:59)'''===
 
 
 
<s>'''Issue 8.1 - CText Implementation'''</s> - done
 
Assigned to: Curtis Wilson
 
 
<s>'''Issue 8.2 - CChecklist Implementation'''</s> - done
 
Assigned to: Shay Troksky
 
 
<s>'''Debugging Assistance'''</s> - done
 
Assigned to: Peter Huang
 
 
==='''<s>1.0 Application Milestone (Due Sat April 13th, 2013 23:59)</s>'''===
 
* Removed from project by Fardad
 
== '''Merge Info''' ==
==='''0.2 Milestone (Due Thur Feb 14th, 2013 23:59)'''===
 
* Issue 2.2 - 2.5 merged to Master
 
 
 
==='''0.3 Milestone (Due Wed March 6th, 2013 23:59)'''===
 
* Issue 3.2 - 3.5 merged to Master
 
 
 
==='''0.5 Milestone (Due Thurs March 28th, 2013 23:59)'''===
 
 
* All 0.5 Milestone Branches made in repository
* Issue 5.2 - 5.4 merged to Master
 
 
==='''0.8 and 0.9 (Optional) Milestone (Due Sat April 6th, 2013 23:59)'''===
* All 0.8 Milestone Branches made in repository
* Debugging: Testers 1-7 passed. Merged to Master.
* Debugging. Testers 8-9 passed. Merged to Master.
 
 
 
==='''<s>1.0 Application Milestone (Due Sat April 13th, 2013 23:59)</s>'''===
 
* Removed from project by Fardad
== '''Meetings''' ==
None.
== '''Discussion''' ==
 
None.