Difference between revisions of "BTP300A Team 2 A2 Weekly Log"
(→Release 3-Danny Perrone) |
(→Release 3) |
||
Line 47: | Line 47: | ||
*November 3 | *November 3 | ||
− | **Created CDialog.h -Danny Perrone | + | **Created CDialog.h && .cpp -Danny Perrone |
***Wrote CDialog:: consstructor, destructor, the queries, adds and operator overloaded functions | ***Wrote CDialog:: consstructor, destructor, the queries, adds and operator overloaded functions |
Revision as of 18: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:
- posted wiki Virtual_Methods_and_Inheritance
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 && .cpp -Danny Perrone
- Wrote CDialog:: consstructor, destructor, the queries, adds and operator overloaded functions
- Created CDialog.h && .cpp -Danny Perrone