Difference between revisions of "BTP300B Team 9 Weekly Log"
(32 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
* Pair programming in the computer lab | * Pair programming in the computer lab | ||
− | * Requirements analysis (A1) | + | * Requirements analysis (A1, Pair Programming) |
====9/12 (Wednesday):==== | ====9/12 (Wednesday):==== | ||
* Pair programming in the Open Lab | * Pair programming in the Open Lab | ||
− | * Working copy of display() function (A1) | + | * Working copy of display() function (A1, Pair Programming) |
* Minor revisions to display() function at home (A1, Kevin) | * Minor revisions to display() function at home (A1, Kevin) | ||
− | ====9/ | + | ====9/13 (Thursday) - 9/16 (Sunday):==== |
* Individual attempts of edit() function (A1) | * Individual attempts of edit() function (A1) | ||
* Attempts will be used on 9/17 (Monday) to give a head start to pair programming of edit() function | * Attempts will be used on 9/17 (Monday) to give a head start to pair programming of edit() function | ||
+ | * Contributed cross-compatibility [[C++/C Q & A on stackoverlfow|stackoverflow Q & A]] | ||
==Week 3== | ==Week 3== | ||
Line 27: | Line 28: | ||
====9/17 (Monday):==== | ====9/17 (Monday):==== | ||
− | *Continued work on edit() function (A1) | + | * Pair programming in the computer lab |
+ | * Continued work on edit() function (A1, Pair Programming) | ||
====9/18 (Tuesday):==== | ====9/18 (Tuesday):==== | ||
− | *Working copy of | + | * Working copy of full-featured edit() function (A1, Kevin) |
− | *Final copy of display() function (A1, Kevin) | + | * Final copy of display() function (A1, Kevin) |
− | *Minor debugging (A1, Kevin) | + | * Minor debugging (A1, Kevin) |
+ | |||
+ | ====9/19 (Wednesday):==== | ||
+ | |||
+ | * Contributed pointer arithmetic Q & A to the [[C/C++ FAQ]] | ||
+ | * Contributed putty HOME and END key Q & A to the [[Assignment 1: Q & A#Q & A|Assignment 1: Q & A]] page | ||
+ | * Minor debugging (A1, Kevin) | ||
+ | |||
+ | ====9/20 (Thursday):==== | ||
+ | |||
+ | * Contributed answer and reference page regarding heap corruption question to the [[Assignment 1: Q & A#Q & A|Assignment 1: Q & A]] page | ||
+ | * Final version of consolelineedit.cpp (A1, Kevin) | ||
+ | * Contributed answer to a1test crashing question on the [[Assignment 1: Q & A#Q & A|Assignment 1: Q & A]] page | ||
+ | * Contributed question about unsigned long long and double differentiation to the [[Workshop 2|Workshop 2 Q & A]] page (W2, Kevin) | ||
+ | * Early version of a class and header file written for app associated with consolineedit.cpp (A1, Lucas) | ||
+ | |||
+ | ====9/23 (Sunday):==== | ||
+ | |||
+ | * Revisions made to room.cpp and room.h (A1, Both) | ||
+ | * Riddle app written (A1, Lucas) | ||
+ | * Riddle and Room.cpp bug fixing (A1, Both) | ||
+ | |||
+ | ==Week 4== | ||
+ | |||
+ | ====9/24 (Monday):==== | ||
+ | |||
+ | * Old app scrapped (buggy), new a1main.cpp created and completed (A1, Kevin) | ||
+ | |||
+ | ====9/26 (Wednesday):==== | ||
+ | |||
+ | * Header files made (A2 0.1, Lucas) | ||
+ | |||
+ | ==Week 5== | ||
+ | |||
+ | ====10/02 (Tuesday):==== | ||
+ | |||
+ | * Revisions to header files made (A2 0.1, Kevin) | ||
+ | * Height, Width, Row, Col, Draw, Move, Display, & Edit made (A2 0.1, Lucas) | ||
+ | * Revisions to header files made (A2 0.1, Lucas) | ||
+ | |||
+ | ====10/04 (Thursday):==== | ||
+ | |||
+ | * Further revisions to headers, existing cframe.cpp functions (A2 0.1, Kevin) | ||
+ | * cframe.cpp completed rough draft (A2 0.1, Kevin) | ||
+ | * cframe.cpp debugged and working (A2 0.1, Pair Programming on Skype) | ||
+ | |||
+ | ====10/05 (Friday):==== | ||
+ | |||
+ | * Final cframe.cpp revisions, release draft complete (A2 0.1, Kevin) | ||
+ | |||
+ | ====10/07 (Sunday):==== | ||
+ | |||
+ | * Final comments and revisions, ready for submission (A2 0.1, Kevin) | ||
+ | * Completed a2.0.1main.cpp sample main application (A2 0.1, Kevin) | ||
+ | |||
+ | ==Week 9== | ||
+ | |||
+ | ====11/04 (Sunday):==== | ||
+ | |||
+ | * Set up SVN account | ||
+ | * Divided A2 revisions 0.2 and 0.3 as follows: | ||
+ | |||
+ | ** Initial code base: Kevin Kofler and Lucas Passarella | ||
+ | ** CField class: Kevin Kofler | ||
+ | ** CLabel class: Lucas Passarella | ||
+ | ** CLine class: Kevin Kofler | ||
+ | ** CButton class: Lucas Passarella | ||
+ | ** CDialog class: Pair programming |
Latest revision as of 06:30, 5 November 2012
Week 1
9/05 (Wednesday):
- Course introduction, formed team
Week 2
9/10 (Monday):
- Pair programming in the computer lab
- Requirements analysis (A1, Pair Programming)
9/12 (Wednesday):
- Pair programming in the Open Lab
- Working copy of display() function (A1, Pair Programming)
- Minor revisions to display() function at home (A1, Kevin)
9/13 (Thursday) - 9/16 (Sunday):
- Individual attempts of edit() function (A1)
- Attempts will be used on 9/17 (Monday) to give a head start to pair programming of edit() function
- Contributed cross-compatibility stackoverflow Q & A
Week 3
9/17 (Monday):
- Pair programming in the computer lab
- Continued work on edit() function (A1, Pair Programming)
9/18 (Tuesday):
- Working copy of full-featured edit() function (A1, Kevin)
- Final copy of display() function (A1, Kevin)
- Minor debugging (A1, Kevin)
9/19 (Wednesday):
- Contributed pointer arithmetic Q & A to the C/C++ FAQ
- Contributed putty HOME and END key Q & A to the Assignment 1: Q & A page
- Minor debugging (A1, Kevin)
9/20 (Thursday):
- Contributed answer and reference page regarding heap corruption question to the Assignment 1: Q & A page
- Final version of consolelineedit.cpp (A1, Kevin)
- Contributed answer to a1test crashing question on the Assignment 1: Q & A page
- Contributed question about unsigned long long and double differentiation to the Workshop 2 Q & A page (W2, Kevin)
- Early version of a class and header file written for app associated with consolineedit.cpp (A1, Lucas)
9/23 (Sunday):
- Revisions made to room.cpp and room.h (A1, Both)
- Riddle app written (A1, Lucas)
- Riddle and Room.cpp bug fixing (A1, Both)
Week 4
9/24 (Monday):
- Old app scrapped (buggy), new a1main.cpp created and completed (A1, Kevin)
9/26 (Wednesday):
- Header files made (A2 0.1, Lucas)
Week 5
10/02 (Tuesday):
- Revisions to header files made (A2 0.1, Kevin)
- Height, Width, Row, Col, Draw, Move, Display, & Edit made (A2 0.1, Lucas)
- Revisions to header files made (A2 0.1, Lucas)
10/04 (Thursday):
- Further revisions to headers, existing cframe.cpp functions (A2 0.1, Kevin)
- cframe.cpp completed rough draft (A2 0.1, Kevin)
- cframe.cpp debugged and working (A2 0.1, Pair Programming on Skype)
10/05 (Friday):
- Final cframe.cpp revisions, release draft complete (A2 0.1, Kevin)
10/07 (Sunday):
- Final comments and revisions, ready for submission (A2 0.1, Kevin)
- Completed a2.0.1main.cpp sample main application (A2 0.1, Kevin)
Week 9
11/04 (Sunday):
- Set up SVN account
- Divided A2 revisions 0.2 and 0.3 as follows:
- Initial code base: Kevin Kofler and Lucas Passarella
- CField class: Kevin Kofler
- CLabel class: Lucas Passarella
- CLine class: Kevin Kofler
- CButton class: Lucas Passarella
- CDialog class: Pair programming