Difference between revisions of "BTP300A Team 2 A2 Weekly Log"

From CDOT Wiki
Jump to: navigation, search
(Release 3-Danny Perrone)
Line 43: Line 43:
 
*October 6
 
*October 6
 
**Finished CFrame::move and squashed remaining bugs
 
**Finished CFrame::move and squashed remaining bugs
 +
 +
==Release 3==
 +
 +
*November 3
 +
**Created CDialog.h -Danny Perrone
 +
***Wrote CDialog:: consstructor, destructor, the queries, adds and operator overloaded functions

Revision as of 19:19, 6 November 2012

Team 2

Git repo: https://bitbucket.org/mashbourne/btp300_a2/changesets

Matthew Ashbourne: initial codebase setup, maintain master branch, implement CField

Taylor Cousins: CLine

Michael LaMonaca: CButton

Danny Perrone: CLabel


Weekly Log:

Oct. 2:

Oct. 19

  • setup project skeleton in git/bitbucket
  • implemented CField (matt)

Oct. 23

  • implemented CLabel (danny)

Nov. 2

  • team meeting over skype, setup everyone with git and their own branch

Release 1- Danny Perrone & Michael LaMonaca

All work was done evenly and using Skype screen sharing

  • October 1
    • Created CFrame.h all wrote up all files necessary for successful compilation
  • October 2
    • Wrote up all CFrame queries and finished everything except for CFrame::draw, CFrame::move, move, and CFrame::hide
  • October 3-4
    • Finished CFrame::draw function
  • October 5
    • Wrote move and hide
  • October 6
    • Finished CFrame::move and squashed remaining bugs

Release 3

  • November 3
    • Created CDialog.h -Danny Perrone
      • Wrote CDialog:: consstructor, destructor, the queries, adds and operator overloaded functions