Difference between revisions of "BTP300A A2 Team 3 Bugs Report"

From CDOT Wiki
Jump to: navigation, search
(Created page with '==Week 5== * **')
 
(Bug Report)
 
Line 1: Line 1:
==Week 5==
+
==Week 6==
  
*
+
* 10/16: Scope issues, some functions could not be found (even though they appeared in the code)
**
+
** Reported by: Rafid
 +
** FIXED ON 10/17 by Arnold
 +
** Solution: Add namespace cio to some functions that were "undefined"
 +
 
 +
==Week 7==
 +
 
 +
* 10/23: Move, draw, and hide function are undefined
 +
** Reported by: Artemy
 +
** FIXED ON 10/23 by Rafid
 +
** Solution: forgot to include iFrame.h
 +
 
 +
==Week 8==
 +
 
 +
* 11/1: Wrong move function is being called
 +
** Reported by: Arnold
 +
** FIXED ON 11/2 BY Peter Liu & Arnold
 +
** Solution: Forgot to make CFrame a child of iframe
 +
 
 +
==Week 9==
 +
 
 +
* 11/3: outbox goes out of bounds and crashes program
 +
** Reported by: Arnold
 +
** FIXED ON 11/4 by Arnold & Artemy
 +
** Solution: add more if checks inside the draw function
 +
 
 +
* 11/4: Inner box does not stay within the outer box.
 +
** Reported by: Rafid
 +
** FIXED ON 11/6 BY Rafid
 +
** Solution: Modified draw function to have more exceptions
 +
 
 +
* 11/6: Outer box "Sticks" to top and bottom ones columns or rows reach zero
 +
** Reported by: Artemy
 +
** FIXED ON 11/7 by Artemy
 +
** Solution: Slight modification of draw function intial check

Latest revision as of 00:43, 9 November 2013

Week 6

  • 10/16: Scope issues, some functions could not be found (even though they appeared in the code)
    • Reported by: Rafid
    • FIXED ON 10/17 by Arnold
    • Solution: Add namespace cio to some functions that were "undefined"

Week 7

  • 10/23: Move, draw, and hide function are undefined
    • Reported by: Artemy
    • FIXED ON 10/23 by Rafid
    • Solution: forgot to include iFrame.h

Week 8

  • 11/1: Wrong move function is being called
    • Reported by: Arnold
    • FIXED ON 11/2 BY Peter Liu & Arnold
    • Solution: Forgot to make CFrame a child of iframe

Week 9

  • 11/3: outbox goes out of bounds and crashes program
    • Reported by: Arnold
    • FIXED ON 11/4 by Arnold & Artemy
    • Solution: add more if checks inside the draw function
  • 11/4: Inner box does not stay within the outer box.
    • Reported by: Rafid
    • FIXED ON 11/6 BY Rafid
    • Solution: Modified draw function to have more exceptions
  • 11/6: Outer box "Sticks" to top and bottom ones columns or rows reach zero
    • Reported by: Artemy
    • FIXED ON 11/7 by Artemy
    • Solution: Slight modification of draw function intial check