Difference between revisions of "BTP300B A2 Team 3 Work Plan"

From CDOT Wiki
Jump to: navigation, search
(Created page with ''''Alek Minassian (Team Leader)''' * Task 1 * Task 2 * Task 3 '''Justin Flowers''' * Task 1 * Task 2 * Task 3 '''Anson Tan''' * Task 1 * Task 2 * Task 3')
 
m (Reverted edits by Chris Tyler (talk) to last revision by Alek Minassian)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[BTP300B A2 Teams Fall 2013|<-- Go Back]]
 +
 +
 +
<u>'''Part 2'''</u>
 +
 +
 
'''Alek Minassian (Team Leader)'''
 
'''Alek Minassian (Team Leader)'''
 +
* CField
 +
* CDialog
 +
  
* Task 1
+
'''Anson Tan'''
* Task 2
+
* CLine
* Task 3
 
  
  
 
'''Justin Flowers'''
 
'''Justin Flowers'''
 +
* CLabel
 +
 +
 +
'''Team Effort'''
 +
* CButton
 +
* Main application
 +
 +
 +
<u>'''Part 1'''</u>
 +
  
* Task 1
+
'''Alek Minassian (Team Leader)'''
* Task 2
+
* Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
* Task 3
+
* Create build scripts for each of Microsoft, Borland, and Linux.
 +
* Implement the following methods:
 +
** constructor and destructor
 +
** setLine()
 +
** capture()
 +
** display()
 +
** edit()
 +
** draw()
  
  
 
'''Anson Tan'''
 
'''Anson Tan'''
 +
* Implement the following methods:
 +
** absrow()
 +
** abscol()
 +
** goMiddle()
 +
** the two bordered() methods
 +
** the two frame() methods
 +
** hide()
 +
 +
 +
'''Justin Flowers'''
 +
* Implement the following methods:
 +
** the two row() methods
 +
** the two col() methods
 +
** the two height() methods
 +
** the two width() methods
 +
** move()
 +
** move() (helper function)
 +
  
* Task 1
+
'''Team Effort'''
* Task 2
+
* The team will work on creating the application
* Task 3
 

Latest revision as of 20:31, 23 April 2018

<-- Go Back


Part 2


Alek Minassian (Team Leader)

  • CField
  • CDialog


Anson Tan

  • CLine


Justin Flowers

  • CLabel


Team Effort

  • CButton
  • Main application


Part 1


Alek Minassian (Team Leader)

  • Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
  • Create build scripts for each of Microsoft, Borland, and Linux.
  • Implement the following methods:
    • constructor and destructor
    • setLine()
    • capture()
    • display()
    • edit()
    • draw()


Anson Tan

  • Implement the following methods:
    • absrow()
    • abscol()
    • goMiddle()
    • the two bordered() methods
    • the two frame() methods
    • hide()


Justin Flowers

  • Implement the following methods:
    • the two row() methods
    • the two col() methods
    • the two height() methods
    • the two width() methods
    • move()
    • move() (helper function)


Team Effort

  • The team will work on creating the application