Difference between revisions of "A Team's OpText - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Tasks)
(Update tasks progress)
 
(12 intermediate revisions by 4 users not shown)
Line 21: Line 21:
 
* Shun Yao: Create blabel.h, blabel.cpp in trunk and copy the class def. from project desc into blabel.h, add empty methods to blabel.cpp file, compile and if successful commit the changes to trunk by Mar 12, 12:00 noon
 
* Shun Yao: Create blabel.h, blabel.cpp in trunk and copy the class def. from project desc into blabel.h, add empty methods to blabel.cpp file, compile and if successful commit the changes to trunk by Mar 12, 12:00 noon
 
* Chun Xia: add bedit.h and bedit.cpp to the trunk, copy class def from the application desc into bedit.h and add empty methods to bedit.cpp, compile and if successful add it commit it to trunk by Mar 12, 12:00 noon
 
* Chun Xia: add bedit.h and bedit.cpp to the trunk, copy class def from the application desc into bedit.h and add empty methods to bedit.cpp, compile and if successful add it commit it to trunk by Mar 12, 12:00 noon
 
+
<hr />
 
===Mar 12 meeting===
 
===Mar 12 meeting===
 
* Kai, please take over BField and code it according to the specs, if any errors about BForm, just comment and wiat for Liang to finish
 
* Kai, please take over BField and code it according to the specs, if any errors about BForm, just comment and wiat for Liang to finish
 
* Liang, please create the Bform mock-up classes
 
* Liang, please create the Bform mock-up classes
 
+
<hr />
 
=== Mar 17 meeting ===
 
=== Mar 17 meeting ===
* Code the BEabel when done ask the tester to review and test the code<br />
+
* Code the BLabel when done ask the tester to review and test the code (due sat 20th, noon) <br />
Programmer:<br />
+
Programmer:Kai Xu, Email: kxu9 Irc: kxu9<br />
Tester:<br />
+
Tester:Yu Wang, Email: ywang268 Irc: ywang268  (ray)<br />
* Code the BEdit when done ask the tester to review and test the code<br />
+
* Code the BEdit when done ask the tester to review and test the code (due sat 20th, noon)<br />
Programmer:<br />
+
Programmer: Hsiu-Mei Mo, Email: hmo6 Irc: hmo6  (may)<br />
Tester:<br />
+
Tester: ShunYao Zhang, Email: DownWind Irc: DownWind<br />
* Code the BForm when done ask the tester to review and test the code
+
* Code the BForm when done ask the tester to review and test the code (due sun 10:00 am)<br />
Programmer:<br />
+
Programmer: WenFang Chen, Email: wfchen Irc: wfchen<br />
Tester:<br />
+
Tester: Liang Wang (Tony) Email: lwang168 Irc: lwang168<br />
 +
* Build the all the classes and test it with the test main (due Mon 20:00)<br>
  
* Build the all the classes and test it with the test main
+
<hr />
  
 
= Members =
 
= Members =
Line 53: Line 54:
 
=== Tasks Progress ===
 
=== Tasks Progress ===
 
* Mar.12,2010 - Begin to take over BField and code it according to the specs!
 
* Mar.12,2010 - Begin to take over BField and code it according to the specs!
* Mar.14,2010 - Finish BField!
+
* Mar.14,2010 - Finish BField!
 +
* Mar.18,2010 - Begin to code the BLabel!
 +
* Mar.19,2010 - BLabel done!
  
 
== Yu Wang ==
 
== Yu Wang ==
Line 89: Line 92:
  
 
* Updated to v0.2
 
* Updated to v0.2
 +
 +
* Finish BForm on Mar 20 Saturday 2:00pm
 +
 +
* Finish the Text editor Basic function on April 17 midnight
  
 
== ChunXia Wang  ==
 
== ChunXia Wang  ==
Line 98: Line 105:
 
=== Tasks Progress ===
 
=== Tasks Progress ===
  
* Mar.11,2010 - Created BEdit.h/BEdit.cpp(with empty methods), Added it in PRJ.
+
* Mar.11,2010 - Created bedit.h/bedit.cpp(with empty methods), Added it in PRJ.
 +
* Mar.21,2010 - Build the all the classes and test it with the test main (VCC Done on Sun. Mar.21 20:00)
 +
* Mar.21,2010 - Build the all the classes and test it with the test main (LNX Done on Sun. Mar.22  0:15)
 +
* Apr.16,2010 - Added test main for testing bvedit
 +
* Apr.17,2010 - Added test main for testing btextedit upkey,downkey ...
 +
* Apr.18,2010 - Added single line 'copy paste'  function into btestedit and tested it.
  
 
== Liang Wang (Tony) ==  
 
== Liang Wang (Tony) ==  

Latest revision as of 12:49, 22 April 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
A Team' OpText Development Page

The Applicaton

Repo No: 2

Issues

Tasks

Task List

YWang268 and wfchen:

  • Create new testmain, use the same structure as before so each developer has its own main and RUNNER can be selected by define value
  • Create btext.h; cteate two files: bframe.h and bframe.cpp;
  • Test the frame fro small frame, fullscreen, visible and invisible frames

Due date: 6 March

  • Wei: Add two files to the trunk: bfield.h and bfield.cpp and then from the desc of the project, copy the BField class into bfield.h then implement empty methods for all the methods of BField (except the pure virtual ones, of course) then compile the code and if successful, commit to trunk . make sure you do the work in your own workspace. Due date for Mar 11 - 17:00
  • Shun Yao: Create blabel.h, blabel.cpp in trunk and copy the class def. from project desc into blabel.h, add empty methods to blabel.cpp file, compile and if successful commit the changes to trunk by Mar 12, 12:00 noon
  • Chun Xia: add bedit.h and bedit.cpp to the trunk, copy class def from the application desc into bedit.h and add empty methods to bedit.cpp, compile and if successful add it commit it to trunk by Mar 12, 12:00 noon

Mar 12 meeting

  • Kai, please take over BField and code it according to the specs, if any errors about BForm, just comment and wiat for Liang to finish
  • Liang, please create the Bform mock-up classes

Mar 17 meeting

  • Code the BLabel when done ask the tester to review and test the code (due sat 20th, noon)

Programmer:Kai Xu, Email: kxu9 Irc: kxu9
Tester:Yu Wang, Email: ywang268 Irc: ywang268 (ray)

  • Code the BEdit when done ask the tester to review and test the code (due sat 20th, noon)

Programmer: Hsiu-Mei Mo, Email: hmo6 Irc: hmo6 (may)
Tester: ShunYao Zhang, Email: DownWind Irc: DownWind

  • Code the BForm when done ask the tester to review and test the code (due sun 10:00 am)

Programmer: WenFang Chen, Email: wfchen Irc: wfchen
Tester: Liang Wang (Tony) Email: lwang168 Irc: lwang168

  • Build the all the classes and test it with the test main (due Mon 20:00)

Members

Wei Tong

Email: wtong1 Irc: wtong1

Issues Progress

Tasks Progress

Finish bfield.h and bfield.cpp markup

Kai Xu

Email: kxu9 Irc: kxu9

Issues Progress

Tasks Progress

  • Mar.12,2010 - Begin to take over BField and code it according to the specs!
  • Mar.14,2010 - Finish BField!
  • Mar.18,2010 - Begin to code the BLabel!
  • Mar.19,2010 - BLabel done!

Yu Wang

Email: ywang268 Irc: ywang268

Issues Progress

Tasks Progress

Hsiu-Mei Mo

Email: hmo6 Irc: hmo6

Issues Progress

Tasks Progress

ShunYao Zhang

Email: DownWind Irc: DownWind

Issues Progress

Tasks Progress

WenFang Chen

Email: wfchen Irc: wfchen

Issues Progress

Tasks Progress

  • Finish btext.h bframe.h bframe.cpp OpText.cpp
  • Updated to v0.2
  • Finish BForm on Mar 20 Saturday 2:00pm
  • Finish the Text editor Basic function on April 17 midnight

ChunXia Wang

Email: cxwang Irc: cxwang

Issues Progress

Tasks Progress

  • Mar.11,2010 - Created bedit.h/bedit.cpp(with empty methods), Added it in PRJ.
  • Mar.21,2010 - Build the all the classes and test it with the test main (VCC Done on Sun. Mar.21 20:00)
  • Mar.21,2010 - Build the all the classes and test it with the test main (LNX Done on Sun. Mar.22 0:15)
  • Apr.16,2010 - Added test main for testing bvedit
  • Apr.17,2010 - Added test main for testing btextedit upkey,downkey ...
  • Apr.18,2010 - Added single line 'copy paste' function into btestedit and tested it.

Liang Wang (Tony)

Email: lwang168 Irc: lwang168

Issues Progress

Tasks Progress