Difference between revisions of "OOP344 BINGO"
(→dsun17) |
(→Current Tasks) |
||
Line 52: | Line 52: | ||
| IO_Menu || Fardad || - || Done | | IO_Menu || Fardad || - || Done | ||
|- | |- | ||
− | | IO_TextEditor || Feihong || Nov 25 || | + | | IO_TextEditor || Feihong / Xiaozhe || Nov 25 || Done |
|- | |- | ||
| Main || Suwon || Nov 25 || - | | Main || Suwon || Nov 25 || - |
Revision as of 00:53, 25 November 2009
Contents
Team Members
Position | Last Name | Name | Section | Blog | SVN ID | IRC Nick | |
---|---|---|---|---|---|---|---|
Leader | Shi | [Lucy] Xiaozhe | A | xshi18@learn.senecac.on.ca | Blog | ops344_093svn77 | Lucy_ |
- | An | Suwon | C | san@learn.senecac.on.ca | Blog | ops344_093svn71 | mercedes13 |
- | Ren | Keyan | C | kren1@learn.senecac.on.ca | Blog | ops344_093svn72 | rocky413 |
- | Sun | Dong | C | dsun17@learn.senecac.on.ca | Blog | ops344_093svn73 | frank123 |
- | Xiong | Feihong | B | fxiong1@learn.senecac.on.ca | Blog | ops344_093svn76 | fxiong1 |
- | Zhu | Zhaolong | A | zlzhu@learn.senecac.on.ca | Blog | ops344_093svn78 | zlzhu |
- | - | - | - | e-mail all members | - | - | - |
Current Tasks
Task Name | Who's Contributing | Due date | Completed |
---|---|---|---|
IO_Field | Xiaozhe | Nov 25 | Done |
IO_Form | Zhaolong | Nov 25 | - |
IO_Frame | Dong | Nov 25 | Done |
IO_Edit | Dong | Nov 25 | Done |
IO_Node | Dong | Nov 25 | Done |
IO_Label | Dong | Nov 25 | Done |
IO_Vedit | Keyan | Nov 25 | Done |
IO_CheckList | Fardad | - | Done |
IO_Menu | Fardad | - | Done |
IO_TextEditor | Feihong / Xiaozhe | Nov 25 | Done |
Main | Suwon | Nov 25 | - |
Project Suggestions
1. Before you commit your codes, make sure it is buildable.
2. Feel free to change the codes if you think that would be better, even it's not your codes.
3. After you commit your codes, please write down what you have done on both Docs which is in our repo and wiki Team Page.
4. If you haven't finished your class yet, please commit all the empty functions to our repo.
5. Eliminate warnings as many as possible.
LOG
dsun17
1. Oct 29, 2009 22:26 -- I've got a draft of IO_Label class done, I will make it more efficient and do some corrections later.
2. Oct 29, 2009 22:46 -- Comment some unnecessary codes in io_label.h
3. Nov 01, 2009 22:19 -- I commited all the required classes for our project to our repo and added them to PRJ.vcproj, but some of them only have an empty constructor, so you guys can change them according to the coming descriptions.(make sure it's buildable)
4. Nov 05, 2009 19:03 -- I put more define statements in io_def.h file.
5. Nov 05, 2009 21:30 -- I added IO_Vedit class to our project, and I finished the two constructors.
6. Nov 08, 2009 00:55 -- Update io_def.h
7. Nov 10, 2009 21:30 -- I finished several functions in IO_Frame class, and did some changes in IO_Form.
8. Nov 11, 2009 20:01 -- I removed io_menubar from our project. Also, copy io_checklist from the notes, and commit to our project.
9. Nov 11, 2009 20:15 -- Add two functions, getOwnerTop and getOwnerLeft, to io_field, and change one function, set(int top, int left) --> set(int top, int left, int width, int height), in io_frame.
10. Nov 11, 2009 21:45 -- Finished io_frame class, but there is still a bug. And change prjmain to test io_frame.
11. Nov 12, 2009 23:00 -- Removed io_radio from our project, and add io_node to it.
12. Nov 12, 2009 23:08 -- Completed IO_Node class.
13. Nov 13, 2009 00:41 -- Completed the draft of IO_Edit class
14. Nov 14, 2009 23:23 -- Fixed a bug in ciol.c
15. Nov 19, 2009 20:02 -- Add a function called void displayOwner(void)const into IO_Field class.
16. Nov 22, 2009 15:47 -- Write a test main to test io_menu (both Vertical and Horizontal).
17. Nov 24, 2009 22:12 -- Add two functions (getWidth and getHeight) into IO_Frame.
18.
fxiong1
kren1
suwon
xshi18
zlzhu
Meeting Schedule
1. We will have two meetings this week at 9 pm on Wed.(Nov 25) and Fri.(Nov 27)
2. We need to make our project at least work before Nov 28.
3. The final due date changed to Dec 8.
Meeting Minutes
1. Date: Oct. 23, 2009 Time: 9 to 10 pm Present: Keyan, [Frank]Dong, ChunXia, Feihong, David, [Lucy]Xiaozhe
Actions: 1. Every member will take a ownership of different classes in assignment 2
David IO_edit; Keyan IO_checklist; [Frank]Dong IO_label; Feihong IO_menu; Chunxia IO_ frame; An IO_Radio; Zhaolong IO_Form; [Lucy]Xiaozhe IO_field.
There are two classes left IO_MenuBar and IO_TextEdit. Frank, the strongest technical person in our group, is volunteered both of them. We all believe that those exercises can help Frank promote his mark from A+ to A++.
2. Next two meetings will be held at the same place on Tuesday (Oct. 27) 9:00pm and Friday (Oct. 30) 9:00pm. We need more discussing about assignment 2. Please prepare your questions and proposals (solutions) in advance.
3. Team name will be changed to BINGO. Feihong will be responsible for updating the group web pages accordingly.
2. Date: Oct. 27, 2009
Time: 9 to 10 pm
Present: Fardad, Keyan, [Frank]Dong, ChunXia, Feihong, David, [Lucy]Xiaozhe
Prof. Fardad was a chair and organized the meeting.
What we have done during the meeting?
1. Frank was chosen to be the organizer for our group, to be able to initiate the project source. He added his ciol.h and ciol.c to the PRJ directory.
2. A general headerfile io_def.h was created and added to the PRJ dir.
3. A prjmain.cpp file was created. There were one int main() funciton and 8 "sub-main" functions. Everyone can share and at the same time run his or her own test.
What we need to do next?
1. We can modify our own main and start developing.
2. For each class in the project we should create a headerfile and a cpp file with the same name of the class. ie: io_label.h and io_label.cpp.
3. Each of us MUST add a txt file with Seneca id to the docs directory.
4. Whenever we are committing something make sure at top of the file we add what we have done.
5. Fardad said: “NEVER COMMIT A CODE THAT IS NOT BUILDABLE ”
3. Nov 6, 2009 Time: 9 to 10 pm Present: Keyan, [Frank]Dong, Feihong, Zhaolong, [Lucy]Xiaozhe
Discuss assignment2.
4. Nov 13, 2009 Time: 9 to 10 pm Present: Keyan, [Frank]Dong, Feihong, Zhaolong, [Lucy]Xiaozhe
IO_checklist and menu were given form class. Feihong is working on texteditor instead of checklist. Ren is working on vedit instead of menu. Zhaolong is working on form.
5. Nov 20, 2009 Time: 9 to 10:06 pm Present: Keyan, [Frank]Dong, Feihong, An, [Lucy]Xiaozhe
All the classes will be done by Wed. (Nov 25) IO_vedit has be submitted. Feihong is working on texteditor. An is working on main.