|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
− | {{OOP344 Index | 20121}}
| |
| | | |
− | = Team Name ".RU"=
| |
− | == Project Marking Percentage ==
| |
− | * due right after study break
| |
− | <big>
| |
− | Group work: 50% (25 <= 50 <= 50)
| |
− | Individual work: 50% + (50 <= 50 <= 75)
| |
− | -------------------------
| |
− | Total 100%
| |
− | </big>
| |
− |
| |
− | == Project Plans ==
| |
− | *[http://zenit.senecac.on.ca/wiki/index.php/File:Main_View.png Main View V0.1] <br/>
| |
− | *[http://zenit.senecac.on.ca/wiki/index.php/File:Main_Viev0.2.png View V0.2] <br/>
| |
− | *[http://zenit.senecac.on.ca/wiki/index.php/File:Zoomed_View.png Zoomed View V0.1] <br/>
| |
− | *[http://zenit.senecac.on.ca/wiki/index.php/File:Zoomed_Viewv0.2.png Zoomed View V0.2] <br/>
| |
− | === Description: ===
| |
− | Our project's goal is to create a Personal Game Library, which will store games in a file, and will read them from there. <br />
| |
− | This program will read a file and care X instances of Game Objects (possible use of CMenu) and allow users to create, edit or delete Game Objects, it will also provide them with search and sort options. Once a Record is chosen to be edited or added, it will display a Zoomed View.
| |
− |
| |
− | - Notify fardad<br />
| |
− | - Download files from the rest of classes<br />
| |
− | - create empty main<br />
| |
− | - Plan the coding & divide tasks<br />
| |
− | - Start coding<br />
| |
− |
| |
− | == Repository ==
| |
− | * repo id: 08
| |
− | === Trunk Status ===
| |
− | Status: fine<br>
| |
− | Used by: -
| |
− |
| |
− | == Team Members ==
| |
− | {| class="wikitable sortable" border="1" cellpadding="5"
| |
− | |+ Team ".RU"
| |
− | ! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
| |
− | |-
| |
− | |[[User:dkavalchyk2 | Dzmitry]]|| Kavalchyk || B || [mailto:dkavalchyk2@learn.senecac.on.ca?subject=oop344-dkavalchyk2 dkavalchyk2] || [[Special:Contributions/dkavalchyk2 | dkavalchyk2]] || RevenTL|| [http://oopnoobblog.blogspot.com/ Dima's Blog]
| |
− | |-
| |
− | |[[User:ateremetskyi | Anton]]|| Teremetskyi || B || [mailto:ateremetskyi@learn.senecac.on.ca?subject=oop344 ateremetskyi] || [[Special:Contributions/ateremetskyi | ateremetskyi]] || ateremetskyi || [http://ateremetskyi.blogspot.com/ Anton's Blog]
| |
− | |-
| |
− | |[[User:apetrus | Andriy]]|| Petrus || A || [mailto:apetrus@learn.senecac.on.ca?subject=oop344 apetrus] || [[Special:Contributions/apetrus | apetrus]] || apetrus || [http://a-petrus.blogspot.com/ Andriy's OOP Blog ]
| |
− | |-
| |
− | |[[User:ynikifarau|Yaraslau]]||Nikifarau||B||[mailto:ynikifarau@learn.senecac.on.ca?subject=oop344 ynikifarau]||[[Special:Contributions/ynikifarau|ynikifarau]]||ynikifarau||[http://http://ynikifarau.blogspot.com/ Yaraslau's OOP Blog]
| |
− | |-
| |
− | |[[User:mshutov|Mike]]||Shutov||A||[mailto:mshutov@learn.senecac.on.ca?subject=oop344 mshutov]||[[Special:Contributions/mshutov|mshutov]]||mshutov||[http://mikeprog.blogspot.com/ Mikes Blog]
| |
− | |-
| |
− | |}
| |
− |
| |
− | == Tasks ==
| |
− | === Dzmitry ===
| |
− | Status: Finished
| |
− | <pre>
| |
− | int CDialog::add(CField* field, bool dynamic)
| |
− | CDialog::~CDialog()
| |
− | CLabel::~CLabel()</pre>
| |
− |
| |
− | === Yaraslau ===
| |
− | Status: Finished
| |
− | <pre>
| |
− | void CDialog::draw(int fn)
| |
− | CDialog& CDialog::operator<<(CField& field)
| |
− | void CLabel::set(const void* str)</pre>
| |
− |
| |
− | === Anton ===
| |
− | Status: Finished
| |
− | <pre>
| |
− | int CDialog::edit(int fn)
| |
− | CDialog& CDialog::operator<<(CField* field)
| |
− | CLabel::CLabel(const CLabel& L)</pre>
| |
− |
| |
− | === Andrew ===
| |
− | Status: Finished
| |
− | <pre>
| |
− | CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border)
| |
− | CLabel::CLabel(const char *Str, int Row, int Col, int Len)
| |
− | CLabel::CLabel(int Row, int Col, int Len)</pre>
| |
− |
| |
− | === Mike ===
| |
− | Status: Finished
| |
− | Didn't attend meeting. - Was away.
| |
− | Will working on Cdialog and Clabel constructors (as backup) for starters. -02.28.12
| |
− |
| |
− |
| |
− | == Tasks 2 ==
| |
− | === Dzmitry ===
| |
− | Status: Finished<br>
| |
− | Class: CLineEdit
| |
− |
| |
− | === Yaraslau ===
| |
− | Status: Finished<br>
| |
− | Class: CMenuItem
| |
− |
| |
− | === Anton ===
| |
− | Status: Finished<br>
| |
− | Class: CValEdit
| |
− |
| |
− | === Andrew ===
| |
− | Status: Finished<br>
| |
− | Class: CButton
| |
− |
| |
− | === Mike ===
| |
− | Status:Finished<br/>
| |
− | Class: CCheckMark<br/>
| |
− | Creating Header File and Prototypes. 03/22/12<br/>
| |
− | More work done on Edit and Draw more of the smaller functions complete. 03/28/12<br/>
| |
− | Fixed a bug with draw in cdialog, completed functions committed and tagged. 03/30/12
| |
− |
| |
− | Status: Done<br/>
| |
− | Class: CText<br/>
| |
− | Finished most methods and most of edit. 04/08/12
| |
− |
| |
− | == Meetings ==
| |
− | === Topic-Date ===
| |
− | *Meeting with Fardad
| |
− | **17-Mar-2012 6:00-6:30 PM
| |
− | ===Group Meeting===
| |
− | *April 12 5:00 PM to 7:00 PM
| |