The Sixth Core 20123 - OOP344
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
- 1 The Sixth Core (XIII)
- 1.1 Project Marking Percentage
- 1.2 Repository
- 1.3 Team Members
- 1.4 Issues and Status
- 1.4.1 1.0_AddConsoleClass
- 1.4.2 2.1_CFieldMockups
- 1.4.3 2.2_CLabelMockups
- 1.4.4 2.3_CDialogMockups
- 1.4.5 2.4_CLineEditMockups
- 1.4.6 2.5_CButtonMockups
- 1.4.7 2.6_CValEditMockups
- 1.4.8 2.7_CCheckMarkMockups
- 1.4.9 2.8_CTextMockups
- 1.4.10 2.9_CCheckListMockups
- 1.4.11 3.1.1_CField
- 1.4.12 3.1.2_CDialog
- 1.4.13 3.1.3_CLineEdit
- 1.4.14 3.1.4_CLabel
- 1.4.15 4.0.1_CCheckMark
- 1.4.16 4.1.1_CButton
- 1.4.17 4.2.1_CValEdit
- 1.4.18 Application
- 1.5 Coding Rules
- 1.6 meetings
- 1.7 discussions
The Sixth Core (XIII)
Project Marking Percentage
- due immediately
Group work: 35% (25 <= xx <= 50) Individual work: 65% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo Github id: XIII-SixCor
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Amir Mohammad | Mobasseri | B | ammobasseri | ammobasseri | ammobasseri | Amir's Blog |
Saeid | Ahankoub | B | sahankoub | Saeid Ahankoub | sahankoub | C++ Blog |
Prateek | Chadha | B | prateek | Prateek Chadha | aviat0r | prateek chadha |
Rocco | Pietrangelo | A | rmpietrangelo | WikiID | IrcNick | oop344-seneca |
Issues and Status
1.0_AddConsoleClass
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Rocco Pietrangelo
- Status: pushed to master
- comments: none
2.1_CFieldMockups
- Assigned to: Rocco Pietrangelo
- Code review by: Amir Mohammad Mobasseri
- Status: pushed to master
- comments: none
2.2_CLabelMockups
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
2.3_CDialogMockups
- Assigned to: Saeid Ahankoub
- Code review by: Amir Mohammad Mobasseri
- Status: pushed to master
- comments: none
2.4_CLineEditMockups
- Assigned to: Prateek Chadha
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
2.5_CButtonMockups
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
2.6_CValEditMockups
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
2.7_CCheckMarkMockups
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
2.8_CTextMockups
- Assigned to: Saeid Ahankoub
- Code review by: Amir Mohammad Mobasseri
- Status: pushed to master
- comments: none
2.9_CCheckListMockups
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Saeid Ahankoub
- Status: pushed to master
- comments: none
3.1.1_CField
- Assigned to: Rocco Pietrangelo
- Code review by: Amir Mohammad Mobasseri
- Status: being developed
- comments:
3.1.2_CDialog
- Assigned to: Amir Mohammad Mobasseri
- Code review by: Rocco Pietrangelo
- Status: being developed
- comments:
3.1.3_CLineEdit
- Assigned to: Saeid Ahankoub
- Code review by: Prateek Chadha
- Status: developed
- comments:
3.1.4_CLabel
- Assigned to: Prateek Chadha
- Code review by: Saeid Ahankoub
- Status: not developed
- comments: using object file
4.0.1_CCheckMark
- Assigned to: Rocco Pietrangelo
- Code review by: Saeid Ahankoub
- Status: developed
- comments:
4.1.1_CButton
- Assigned to: Saeid Ahankoub & Amir Mohammad Mobasseri
- Code review by: Rocco Pietrangelo
- Status: developed
- comments:
4.2.1_CValEdit
- Assigned to: Prateek Chadha
- Code review by: Amir Mohammad Mobasseri
- Status: not developed
- comments: using object file
Application
- Assigned to: Saeid Ahankoub & Amir Mohammad Mobasseri & Rocco Pietrangelo
- Code review by: Saeid Ahankoub & Amir Mohammad Mobasseri & Rocco Pietrangelo
- Status: being developed
- comments:
Coding Rules
- Use Safegaurd for header files with the format of _XIII_FILENAME_H_
- Data members in any classes start with underscore(_), for example _data
- Use Capital letter for the second (third, forth, ...) word of variables with compound words
- Use meaningfully variable names
- Use 2 spaces for indentation
- Use only SPACE BAR for indentation (do not use Tab)
- Use curly-braces for all kinds of loops, if statements, switch, etc. For example,
if (condition){ code; } // end if
- Comment shortly and properly, specially at the end of long scopes
- You can use extra spaces to align statements or blank line between parts of the code that you are going to put comment
meetings
- latest will be on top
- We need to make a meeting time for our group so we can discuss the issues and get organized.
- topic and date1
- topic and date2