Difference between revisions of "OOP344 - Success Project Dev TextEdit Application"

From CDOT Wiki
Jump to: navigation, search
(signed up for a project task)
(updated status of project dev)
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
! Class !! Member Responsible !! Status  
 
! Class !! Member Responsible !! Status  
 
|-
 
|-
| IOField || jquan4|| 80% completed need to be finalized
+
| IOField || jquan4||Completed
 
|-
 
|-
| IOFrame|| mjschranz|| In Progress
+
| IOFrame|| mjschranz|| Completely Compilable. gcc -c iof.c and then g++ ioframe_main.cpp ioframe.cpp iof.o -lcurses/-lncurses. It does still have bugs in the moving of the frame and what is being displayed. Perfectly compilable with borland as well (bcc32 ioframe_main.cpp ioframe.cpp iof.c). Note: ioframe_main.cpp isn't in the prj directory in trunk for whatever reason/so you will have to manually copy it there./
 +
<hr/> <b>08/11/2010</b> - IOFrame was rewritten and  Completed by Jquan4
 
|-
 
|-
 
| IOForm ||mjschranz || In Progress  
 
| IOForm ||mjschranz || In Progress  
Line 14: Line 15:
 
| IOVEdit || ibalzamova || In Progress  
 
| IOVEdit || ibalzamova || In Progress  
 
|-
 
|-
| IOTextEdit || Not Assigned || In Progress  
+
| IOTextEdit || apliats || In Progress  
 
|-
 
|-
| IOLabel || jquan4 || In Progress
+
| IOLabel || jquan4 || Completed
 
|-
 
|-
 
|}
 
|}
 +
= Class Hierarchy =
 +
 +
<big><pre>
 +
 +
IOFrame
 +
|
 +
|---IOForm
 +
|
 +
|
 +
|---IOField
 +
      |
 +
      |-------- IOLabel
 +
      |
 +
      |--------IOEdit
 +
      |        |
 +
      |        |-------IOVEdit
 +
      |
 +
      |--------IOTextEdit
 +
</pre></big>
  
 
<h2> Notes/Information for Members </h2>
 
<h2> Notes/Information for Members </h2>
Line 25: Line 45:
 
<b>Date:07/30/2010</b>
 
<b>Date:07/30/2010</b>
 
<p>Hey members of team success,
 
<p>Hey members of team success,
+
<br/>
 
I recently committed a compliable version of IOfield class. This class is not fully functional until IOForm and IOFrame is complete. However, it is certainly operational for other classes below the hierarchy. Lines commented out are lines that required IOForm. Therefore, fellow members can start implementing other classes this weekend.
 
I recently committed a compliable version of IOfield class. This class is not fully functional until IOForm and IOFrame is complete. However, it is certainly operational for other classes below the hierarchy. Lines commented out are lines that required IOForm. Therefore, fellow members can start implementing other classes this weekend.
 
<br/>  
 
<br/>  
Line 31: Line 51:
 
  <br/>
 
  <br/>
 
Jason Quan     
 
Jason Quan     
 +
</p>
 +
<hr/>
 +
<b>Date:08/1/2010</b>
 +
<p>Hey members of team Success,
 +
<br/>
 +
This morning I uploaded a completed version of IOLabel with all of its logic and function definition completed. However, IOForm and IOFrame must be complete, in order to test IOLabel. 
 +
I hope all the classes are complete early enough so that we can have sufficient time to test our app.
 +
<br/>
 +
Sincerely,
 +
<br/>
 +
 +
Jason Quan
 
</p>
 
</p>
  
 
<h2> Bug Reporting </h2>
 
<h2> Bug Reporting </h2>

Latest revision as of 21:02, 11 August 2010

TextEdit Application - Class definitions assignment
Status - In Progress
Class Member Responsible Status
IOField jquan4 Completed
IOFrame mjschranz Completely Compilable. gcc -c iof.c and then g++ ioframe_main.cpp ioframe.cpp iof.o -lcurses/-lncurses. It does still have bugs in the moving of the frame and what is being displayed. Perfectly compilable with borland as well (bcc32 ioframe_main.cpp ioframe.cpp iof.c). Note: ioframe_main.cpp isn't in the prj directory in trunk for whatever reason/so you will have to manually copy it there./
08/11/2010 - IOFrame was rewritten and Completed by Jquan4
IOForm mjschranz In Progress
IOEdit ibalzamova In Progress
IOVEdit ibalzamova In Progress
IOTextEdit apliats In Progress
IOLabel jquan4 Completed

Class Hierarchy


IOFrame
 |
 |---IOForm
 |
 |
 |---IOField
       |
       |-------- IOLabel
       |
       |--------IOEdit
       |         |
       |         |-------IOVEdit
       |
       |--------IOTextEdit

Notes/Information for Members


Date:07/30/2010

Hey members of team success,
I recently committed a compliable version of IOfield class. This class is not fully functional until IOForm and IOFrame is complete. However, it is certainly operational for other classes below the hierarchy. Lines commented out are lines that required IOForm. Therefore, fellow members can start implementing other classes this weekend.
Sincerely,
Jason Quan


Date:08/1/2010

Hey members of team Success,
This morning I uploaded a completed version of IOLabel with all of its logic and function definition completed. However, IOForm and IOFrame must be complete, in order to test IOLabel. I hope all the classes are complete early enough so that we can have sufficient time to test our app.
Sincerely,
Jason Quan

Bug Reporting