Changes

Jump to: navigation, search

WonderCode 20123 - OOP344

4,551 bytes added, 18:25, 12 December 2012
0.4 milestone
{{OOP344 Index | 20123}}
== WonderCode (Team WonderCode 2) ==
== Project Marking Percentage ==
* due immediately
<big>
Group work: XX40% (25 <= xx <= 50) Individual work: XX60% + (50 <= xx <= 75)
-------------------------
Total 100%
== Repository ==
* repo Github id: II-WonCod (https://github.com/Seneca-OOP344/II-WonCod.git) 
== Team Members ==
{| class="wikitable sortable" border="1" cellpadding="5"
! First Name !! Last Name !! Section !! Seneca Id !! Github ID !! wiki id !! IRC nick !! Blog URL
|-
|[[User:Guiwen Chen|Guiwen]]||Chen||B||[mailto:gchen42@myseneca.ca?subject=oop344 gchen42]|| Github:[http://github.com/guiwen guiwen]||[[Special:Contributions/Guiwen Chen|Guiwen Chen]]||chgw||guiwen|| [http://chgw.wordpress.com Guiwen's Blog]
|-
|[[User:Linpei Fan|Linpei]]||Fan||B||[mailto:lfan9@myseneca.ca?subject=oop344 lfan9] || Github:[http://github.com/lilyfan lilyfan]||[[Special:Contributions/Linpei Fan|Linpei Fan]]||Lilyaj||lilyfan|| [http://Linpei.blogspot.ca/ Learning Path to Software Development]
|-
|[[User:Hye Young Choi|Hye Young (Rody)]]||Choi||B||[mailto:hychoi6@myseneca.ca?subject=oop344 hychoi6]|| Github:[http://github.com/rodychoi rodychoi]||[[Special:Contributions/Hye Young Choi|Hye Young Choi]]||RodyChoi||rodychoi|| [http://rodychoi.blogspot.ca/ Happy Life]
|-
|[[User:Diao Qiang He|Diao Qiang]]||He||A||[mailto:dqhe1@myseneca.ca?subject=oop344 dqhe1]|| Github:[http://github.com/diaoqianghe diaoqianghe]||[[Special:Contributions/Diao Qiang He|Diao Qiang He]]||Antares||diaoqianghe|| [http://itactics.wordpress.com/ Diao Qiang He's Blog]
|-
|[[User:Jie Ming Feng|Jie Ming (Jay)]]||Feng||B||[mailto:jmfeng1@myseneca.ca?subject=oop344 jmfeng1]|| Github:[http://github.com/jayfeng jayfeng]||[[Special:Contributions/Jie Ming Feng|Jie Ming Feng]]||jayfeng||jayfeng|| [http://jayfeng.wordpress.com/ Blue Jay C++]
|-
|}
==Issues and Status ==
=== Issue description and/or number = 0.2 Milestone (1Due Fri 9th)====* Assigned # Add console class toproject and test with cio_test (issue 1) (by Linpei Fan and reviewed by Guiwen Chen)# Create Mock-up classes#: [mailto:EMAILID@mysenecaCreate the class files (header and cpp) with blank methods and make sure they compile## CField Mock-up Class (issue 2.1) (by Guiwen Chen and reviewed by Linpei Fan)## CLabel Mock-up Class (issue 2.2) (by Linpei Fan and reviewed by Rody Choi)## CDialog Mock-up Class (issue 2.ca FULLNAME]3) (by Rody Choi and reviewed by Diaoqiang He)* Code review ## CLineEdit Mock-up Class (issue 2.4) (by: [mailto:EMAILID@mysenecaDiaoqiang He and reviewed by JieMing Feng)## CButton Mock-up Class (issue 2.ca FULLNAME]5) (by Jieming Feng and reviewed by Guiwen Chen)* Status:## CValEdit Mock-up Class (issue 2.6) (by Guiwen Chen and reviewed by Lipei Fan)*: ## CCheckMark Mock-up Class (issue 2.7)(being developed/pull request/being by Linpei Fan and reviewed/pushed by Rody Choi)## CText ### Add Text Class to masterthe project (issue 2.8.1) (by Rody Choi and reviewed by Diaoqiang He)* comments:### CText Mock-up Class (issue 2.8.2) (by Diaoqiang He and reviewed by Jieming Feng)## CCheckList Mock-up Class (issue 2.9) (by Jieming Feng and reviewed by Guiwen Chen)*: === Issue description and/or number = 0.3 Milestone (2Due Sat 17 & Sun 18)====* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME]#CField, Dialog and Label (by Guiwen Chen, Linpei Fan & Rody Choi)* Code review #line Edit (by: [mailto:EMAILID@mysenecaDiaoqiang He ) ==== 0.ca FULLNAME]4 milestone ====#CButton* Status:#CValEdit (by Guiwen Chen)*: #CCheckMark (being developed/pull request/being reviewed/pushed to masterby Rody Choi)* comments:*: ==== 0.6 milestone ====#CText#CheckList 
== Coding Rules ==
* Data members in any classes start with underscore(_);* Use meaningfully variable name;* Comment properly;* Use 4 spaces for each indentation;* Define each variable in a new line;* Keep functions simple and clear;* Use safeguards in header file (i.e.: #pragma once) == meetings ==* Meetings (latest will be on top) ==* [[(Irc)logs of meeting number ## # - oop344 20113 | 0.4 Milestone and Nov. 24: ]]Audio conference in Skype. Discussed the problems in CCheckMark. Code and test it.* [[(Irc)logs of meeting number ### - oop344 20113 | topic 0.3 Milestone and date1 Nov. 19: ]]Audio conference in Skype. Discussed the problems in CLineEdit. Code and test it.* [[(Irc)logs of meeting number ## # - oop344 20113 | 0.3 Milestone and Nov. 18: ]]Audio conference in Skype. Discussed the problems in CDialog. Code and test it. * [[(Irc)logs of meeting number ### - oop344 20113 | topic Merging and date2 Solve Merging Problems and Nov. 9: ]]Audio conference in Skype. Discussed the problems on merging. There were some errors when merging branch back to master. It prompted that there were unmerged files and merge conflict. Explored those problem. Finally, all branches were merged to master by resetting it.* [[(Irc)logs of meeting number ### - oop344 20113 | Branching Again in Git and Nov. 8: ]]Met in person in school. Discussed more details on previous topics.* [[(Irc)logs of meeting number ### - oop344 20113 | Branching in Github and Nov. 5: ]]Meeting held in IRC. Discussed how to use GUI and command line to create branches, create issues and make pull requests. == discussions Discussions ==* DH1118: To easily find the latest codes from Github in the Object, we have to make sure we push the updates to THE branches...* RC1116: Every project needs to be managed by milestone and issues, doesn't it? and we need to review the codes before merge to master.* DH1109: Indentation! Plz use exactly 4 spaces for each indentation. Otherwise, when we open the codes in Github in the "master", they will look ugly. To set this up, go Visual C++ - Tools - Options - Text Editor - C/C++ - Tabs, set "Indenting" to "Smart", choose "Insert spaces", and set both "Tab size" and "Indent size" to 4. Or, go Notepad++ - Settings - Preferences - Language Menu/Tab Settings, set "Tab size" to 4 and check "Replace by space".* DH1106-2: I am thinking about how to communicate effectively. I guess we have to narrow down to just 1 or 2 places to meet constantly, so that we could keep in tight touch during this project. I'll start with an email to you and hopefully we'll get to an agreement these days.* DH1106-1: One suggestion -- can we always add a thread id in front of each discussion? As you see, it could start with the name initials and then the date. The benefit is that we could refer to the particular problem simply by using the thread id when we are discussing it in other places, e.g. the chatting room, the discussion board, the blog, the github, the class, the documentation. * I am in trouble because I push the "fork" button. I think I changed the master...Can you anybody help me?? @.@ <-- I emailed Fardad to help me out. Sorry for that* Does anyone know where methods _frame->draw() or draw() in void CFrame::refresh() comes from? I cannot find it in Bconsole or Console. In CFrame, there is a draw(int) method. But I am not sure if it calls draw(int). --> <u>Hey Lily, if you click F12 on the draw() text, you can see the function's definition,(maybe you already know that) so I think _frame->draw() comes from CFrame::draw(). If you have other opinion, let me know. ^^</u>

Navigation menu