HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2014T1 Happy Sounds Bug Metrics"

From IS480
Jump to navigation Jump to search
Line 87: Line 87:
 
|-
 
|-
 
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
Score < 10
+
Score < 15
 
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|  
 
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|  
 
Use planned debugging time to resolve all bugs found in iteration
 
Use planned debugging time to resolve all bugs found in iteration
 
|-
 
|-
 
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
 
!scope="row" style="padding: 5px; text-align: center; font-family:Arial; letter-spacing: -0.5px; font-size: 14px; text-align: center; font-weight:bold;"|
Score >= 10
+
Score >= 15
 
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|  
 
|style="padding: 5px; text-align: center; font-family:Arial; color:#5f5f5f; letter-spacing: -0.5px; font-size: 14px; text-align: left;"|  
 
Stop current development and resolve the bug immediately. Project Manager reschedules the project.
 
Stop current development and resolve the bug immediately. Project Manager reschedules the project.

Revision as of 23:31, 20 September 2014

Happysounds logo.png

HomeButton.png HOME   Glyphicons 042 pie chart.png PROJECT OVERVIEW   Calendaricon.png PROJECT MANAGEMENT   Tableicon.png DOCUMENTATION   Aboutus.png ABOUT US
PROJECT SCHEDULE   METHODOLOGY   METRICS MANAGEMENT   RISK & ISSUE MANAGEMENT   MEETING MINUTES
SCHEDULE METRICS BUG METRICS


Bug Metrics Impact Table
Severity Description

Low Impact (1 point)

Typo error / Small user interface alignment issues / CSS issues.

High Impact (5 point)

Non-critical functionalities or Javascript functions not working as expected

Critical Impact (10 point)

The system crashes or is down and unusable for a period of time.


Calculation: BUG SCORE = (1* No of Low Impact Bugs) + (5 * No of High Impact Bugs) + (10 * No of Critical Impact Bugs)

Bug Score Action

Score < 15

Use planned debugging time to resolve all bugs found in iteration

Score >= 15

Stop current development and resolve the bug immediately. Project Manager reschedules the project.


Bug Metric Score

Iteration Bug Score Action

3

7
(2 Low Impact + 1 High Impact)

Use planned debugging time

4

7
(2 Low Impact + 1 High Impact)

Use planned debugging time


Bug Logs

Iteration Bug Description Bug Score Bug Rectification

3

[Register] - Alignment issues for drawers for mobile screen size

1

Inserted a before div in auth.css in order to style it properly

3

[Login] - Hitting enter button on login page activates Facebook login instead of submitting the login fields in username and password form

1

Created another form tag and placed facebook login in separate form

3

[Browse Product Listings] - Filters do not hide and show as expected when the filter is clicked twice

5

Edited browse.js so that when user toggles filter, a "hide" class is added to the filter

4

[View User Profile] - Clicking on browser back button does not redirect user back to previous browse page

5

Edited browse.html to place user profile link/action in ng-click instead of href

4

[View User Profile] - Clicking on user's picture in product card does not lead to view user's profile page

1

Edited browse.html to change link for user picture in product card to user's profile page instead of product details page

4

[View User Profile] - Icons in profile page not displaying (Recommended, Social Media sharing, Verifications, Reviews, Location, URL, Likes)

1

Fixed font awesome folder structure