Difference between revisions of "OOP344 - Success Project Dev TextEdit Application"
(posted a message and updated IOLabel status) |
(Added Class Hierarchy to team project dev page) |
||
Line 19: | Line 19: | ||
|- | |- | ||
|} | |} | ||
+ | = 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> |
Revision as of 08:32, 1 August 2010
Class | Member Responsible | Status |
---|---|---|
IOField | jquan4 | 80% completed, just need to be finalize and tested |
IOFrame | mjschranz | In Progress |
IOForm | mjschranz | In Progress |
IOEdit | ibalzamova | In Progress |
IOVEdit | ibalzamova | In Progress |
IOTextEdit | apliats | In Progress |
IOLabel | jquan4 | 95% completed, just need to be tested |
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