Changes

Jump to: navigation, search

GP

2,495 bytes added, 11:48, 29 March 2015
Team Members
* due immediately
<big>
Group work: XX45% (25 <= xx <= 50) Individual work: XX55% + (50 <= xx <= 75)
-------------------------
Total 100%
</big>
 
== Repository ==
* repo Github id: [https://github.com/Seneca-OOP344/IX-GP.git IX-GP]
== Team Members ==
|[[User:Youngjae Kim|Youngjae]]||Kim||A||[mailto:ykim116@learn.senecac.on.ca?subject=oop344 ykim116]||YoungJae-K||[[Special:Contributions/Youngjae Kim|Youngjae Kim]]||ykim116||[http://oop344-yjk.blogspot.ca// OOP344_YJK]
|-
|[[User:Peter Chen|Peter (Xiang Qiang)]]||Chen||A||[mailto:xqchen3blank@mysenecablank.ca?subject=oop344 xqchen3com ---------]||Sushii---||[[Special:Contributions/Peter Chen|Peter Chen]]||Sushii---|| [http://peterblank.ugblank/ Peter.ug... Just another blog...]|-|[[User:Wei Wang|Wei]]||Wang||A||[mailto:wwang125@learn.senecac.on.ca?subject=oop344 wwang125]||weiwang727||[[Special:Contributions/WeiWang|Wei Wang]]||BigData||[http://zhimanblog.wordpress.com/ Wei's Blog--]
|-
|[[User:Fahd Wahab|Fahd]]||Wahab||A||[mailto:wfahd@learn.senecac.on.ca?subject=oop344 wfahd]||FahdW||[[Special:Contributions/FahdWahab|Fahd Wahab]]||FahdW||[http://fahdw.wordpress.com/ Fahd's C++ Blog]
==Issues and Status ==
=== 0.2 MileStone ===
* issue 1: Add console class to project 1_AddConsole (by Youngjae Kim and reviewed by Hiroshi Takemoto)* issue 2.1: 2.1_CFieldMockup (by Hiroshi Takemoto and reviewed by Peter Chen)* issue 2.2: 2.2_CLabelMockup (by Hiroshi Takemoto and test with cio_test reviewed by Peter Chen)* issue 2.3: 2.3_CDialogMockup (by Youngjae Kim and reviewed by Hiroshi Takemoto)* issue 2.4: 2.4_CLineEditMockup (by Fahd Wahab and reviewed by Youngjae Kim)* issue 2.5: 2.5_CButtonMockup (by Youngjae Kim and reviewed by Hiroshi Takemoto)* issue 2.6: 2.6_CValEditMockup (by Fahd Wahab and reviewed by Youngjae Kim)* issue 2.7: 2.7_CCheckMarkMockup (by Peter Chen and reviewed by Wei Wang)* issue 2.8.1: 2.8.1_AddText (by Wei Wang and reviewed by Fahd Wahab)* issue 2.8.2: 2.8.2_CTextMockup (by Wei Wang and reviewed by Fahd Wahab)* issue 2.9: 2.9_CCheckListMockup (by Peter Chen and reviewed by Wei Wang)
=== 0.3 MileStone ===* issue 3.1.1: 3.1.1_CField (by Hiroshi Takemoto and reviewed by Peter Chen)* issue 3.1.2: 3.1.2_CDialog (by Youngjae Kim and reviewed by Fahd Wahab)* issue 3.1.3: CField Mock-up Class 3.1.3_CLabel (by whom Peter Chen and reviewed by whomYoungjae Kim)* issue 3.2.1: 3.2.1_CLineEdit (by Fahd Wahab reviewed by Hiroshi Takemoto)
=== 0.4 MileStone ===* issue 4.1 CButton (by Fahd Wahab and reviewed by Peter Chen)* issue 4.2CValEdit (by Youngjae Kim and reviewed by Hiroshi Takemoto)* issue 4.2: CLabel Mock-up Class 3 CCheckmark (by whom Peter Chen & Hiroshi Takemoto and reviewed by whomYoungjae Kim)
=== 0.6 MileStone (optional) ===* issue 6.1 CText (by Youngjae Kim & Fahd Wahab and reviewed by Hiroshi Takemoto)* issue 6.2.3: CDialog Mock-up Class CheckList (by whom Peter Chen & Hiroshi Takemoto and reviewed by whomYoungjae Kim)
=== 0.8 MileStone ===* issue 28.4: CLineEdit Mock-up Class 1 Make a framework (by whom and Youngjae Kim reviewed by whomAll)
* issue 8.2.5: CButton Mock-up Class Browse Opened data file (by whom Hiroshi Takemoto and reviewed by whomFahd Wahab)**goto next record**goto previous record**goto last record**goto first record**goto record by number
* issue 28.6: CValEdit Mock-up Class 3 Edit the record (by whom Peter Chen and reviewed by whomHiroshi Takemoto)**save the edited record**cancel editing a record without saving**make sure edit information is not lost (saving unsaved data on exit with prompt)
* issue 28.7: CCheckMark Mock-up Class 4 Add a record (by whom Fahd Wahab and reviewed by whomPeter Chen)**create an empty record and save it at the end of the file
issue 2=== 0.8.1: Add Text Class to the project X MileStone ===Issues detail, (by whom and reviewed by whom)
issue 2== Coding Rules ==* Each class MUST have its own header file and cpp file for implementation. * Use the class name for the name of the file but make sure it is all lowercase. For example CFrame class should have cframe.h and cframe.8cpp files for its implementation.2* Add recompilation safeguards to all your header files. The name of safeguard must follow the next rule: CText Mock-up Class __[Team name]_[namespace]_[class name]_H__ For example(by whom and reviewed by whomCFrame.h): #ifndef __GP_CIO_CFRAME_H__ #define __GP_CIO_CFRAME_H__ ................. ................. #endif
issue * Must use only #ifndef ... #endif for safeguard. (Do not use both #pragma once and #ifndef)* Member variables must start from a underscore. For example: int _data, char* _covered;* The other rules to declare variables (X) int i, j; (O) int i; int j; (X) char *_date; (O) char* _date;* Use 2spaces for indent (don't use tab)* General rules.9: CCheckList Mock-up Class (X) if(true) return x; (O} if(by whom and reviewed by whomtrue){ return x; }
(X) for(;;) x =y; (O) for(;;) { x == 0.y; } (O) for(;;);  (X MileStone ===) void CButton::draw(int rn) { <--- SPACE between ) and {Issues detail, (O) void CButton::draw(by whom int rn){ <--- NO SPACE between ) and reviewed by whom{
== Coding Rules ==
== meetings ==
* latest will be on top
1
edit

Navigation menu