Difference between revisions of "BTP300B Team 2 Weekly Log"

From CDOT Wiki
Jump to: navigation, search
(Week 2)
m
Line 3: Line 3:
  
 
(Thursday) We later tested the code made so far for the assignment with professor's provided file. and also the time for the next meeting is decided which will take place tomorrow in library.
 
(Thursday) We later tested the code made so far for the assignment with professor's provided file. and also the time for the next meeting is decided which will take place tomorrow in library.
 +
 +
10/09/2012 : Shajinth wrote the display function while Auquib acting as a navigator reviewed the code and provided following useful comments :
 +
          a) Condition when string is longer than fieldLen should be included
 +
          b) Condition when string is shorter than fieldLen should also be included
 +
 +
11/09/2012 : Shajinth changed the display function code after Auquib review and Auquib reviewed it and confirmed its correctness after testing.
 +
 +
12/09/2012 : Auquib wrote the edit function while Shajinth acting as a navigator reviewed the code and helped Auquib in writing code for RIGHT arrow press key.
 +
 +
13/09/2012 : Auquib continued his edit function and included other key presses handling also and Shajinth reviewed the code and also helped Auquib in writing down code for BACKSPACE and DEL key.
 +
 +
14/09/2012 : Auquib finished his code for edit function and Shajinth reviewed it and found there is heap corruption so Shajinth suggested delete [] StrBackup line at the end.
 +
 +
15/09/2012 : Auquib and Shajinth tested the code by including A1test.cpp file from website in the project. Found some errors in output.
 +
 +
16/09/2012 : Auquib and Shajinth debug thier code and corrected all the errors and found that the output is matching with what is required on the website.
  
 
==Week 2 ==
 
==Week 2 ==
 
We have gotten the code to display the border and messages sucessfully on September 16. We then worked on the key functions and have gotten the keys detected with our code on Tuesday September 17th. We have documented the bugs that need to be fixed and we will be focusing on fixing those bugs on the final release.
 
We have gotten the code to display the border and messages sucessfully on September 16. We then worked on the key functions and have gotten the keys detected with our code on Tuesday September 17th. We have documented the bugs that need to be fixed and we will be focusing on fixing those bugs on the final release.
  
 +
17/09/2012 : Shajinth wrote the sample program as suggested by Auquib to test the functionality of edit and display function.
 +
 +
18/09/2012  : Prepared the matrix script in linux with A1test.cpp and the sample program.Also took screenshots of the output.
 +
 +
19/09/2012  : Now to test the program in windows, Shajinth created a project in visual studio 2008 and included the .cpp and .h files in  it.
 +
 +
20/09/2012 : Auquib tested the project in visual studio and took screenshot of the output.
 +
 +
21/09/2012 : Auquib downloaded the borland 5.5.1 compiler and read from internet how to install it and compile the project in it.
 +
 +
22/09/2012 : Auquib compiled the code with borland compiler while Shajinth tested it and took the screenshot
 +
 +
22/09/2012 : Created an application to work with our assignment 1 while preserving the specifications.
 +
 +
22/09/2012 : Contributed and answered 2 questions on the wiki under assignment 1.
 
==Week 3 ==
 
==Week 3 ==
 +
The assignment is completed and submitted,to complete it Auquib and Shajinth meet three days every week and thus we were able to complete the assignment on time.
 +
 
==Week 4 ==
 
==Week 4 ==
 
==Week 5 ==
 
==Week 5 ==

Revision as of 12:07, 24 September 2012

Week 1

We will be working on the code and try and have something by the end of the day.

(Thursday) We later tested the code made so far for the assignment with professor's provided file. and also the time for the next meeting is decided which will take place tomorrow in library.

10/09/2012 : Shajinth wrote the display function while Auquib acting as a navigator reviewed the code and provided following useful comments :

         a) Condition when string is longer than fieldLen should be included
         b) Condition when string is shorter than fieldLen should also be included

11/09/2012 : Shajinth changed the display function code after Auquib review and Auquib reviewed it and confirmed its correctness after testing.

12/09/2012 : Auquib wrote the edit function while Shajinth acting as a navigator reviewed the code and helped Auquib in writing code for RIGHT arrow press key.

13/09/2012 : Auquib continued his edit function and included other key presses handling also and Shajinth reviewed the code and also helped Auquib in writing down code for BACKSPACE and DEL key.

14/09/2012 : Auquib finished his code for edit function and Shajinth reviewed it and found there is heap corruption so Shajinth suggested delete [] StrBackup line at the end.

15/09/2012 : Auquib and Shajinth tested the code by including A1test.cpp file from website in the project. Found some errors in output.

16/09/2012 : Auquib and Shajinth debug thier code and corrected all the errors and found that the output is matching with what is required on the website.

Week 2

We have gotten the code to display the border and messages sucessfully on September 16. We then worked on the key functions and have gotten the keys detected with our code on Tuesday September 17th. We have documented the bugs that need to be fixed and we will be focusing on fixing those bugs on the final release.

17/09/2012 : Shajinth wrote the sample program as suggested by Auquib to test the functionality of edit and display function.

18/09/2012  : Prepared the matrix script in linux with A1test.cpp and the sample program.Also took screenshots of the output.

19/09/2012  : Now to test the program in windows, Shajinth created a project in visual studio 2008 and included the .cpp and .h files in it.

20/09/2012 : Auquib tested the project in visual studio and took screenshot of the output.

21/09/2012 : Auquib downloaded the borland 5.5.1 compiler and read from internet how to install it and compile the project in it.

22/09/2012 : Auquib compiled the code with borland compiler while Shajinth tested it and took the screenshot

22/09/2012 : Created an application to work with our assignment 1 while preserving the specifications.

22/09/2012 : Contributed and answered 2 questions on the wiki under assignment 1.

Week 3

The assignment is completed and submitted,to complete it Auquib and Shajinth meet three days every week and thus we were able to complete the assignment on time.

Week 4

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12

Week 13

Week 14