HeaderSIS.jpg

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

From IS480
Jump to navigation Jump to search
Line 25: Line 25:
 
| style="padding:0.4em;  font-size:90%; border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; background-color:#ffffff; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Project Management|<font color="#3d3d3d"><b>PROJECT SCHEDULE</b></font>]]  
 
| style="padding:0.4em;  font-size:90%; border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; background-color:#ffffff; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Project Management|<font color="#3d3d3d"><b>PROJECT SCHEDULE</b></font>]]  
  
| style="border-bottom:4px solid #2f2929; background:none;" width="1%" | &nbsp;  
+
| style="border-bottom:4px solid #000000; background:none;" width="1%" | &nbsp;  
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Methodology|<font color="#3d3d3d" size=2><b>METHODOLOGY</b></font>]]
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Methodology|<font color="#3d3d3d" size=2><b>METHODOLOGY</b></font>]]
  
| style="border-bottom:4px solid #2f2929; background:none;" width="1%" | &nbsp;  
+
| style="border-bottom:4px solid #000000; background:none;" width="1%" | &nbsp;  
 
| style="padding:0.4em; font-size:90%; background-color:#585858;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Metrics Management|<font color="#F2F2F2" size=2><b>METRICS MANAGEMENT</b></font>]]
 
| style="padding:0.4em; font-size:90%; background-color:#585858;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Metrics Management|<font color="#F2F2F2" size=2><b>METRICS MANAGEMENT</b></font>]]
  
| style="border-bottom:4px solid #2f2929; background:none;" width="1%" | &nbsp;  
+
| style="border-bottom:4px solid #000000; background:none;" width="1%" | &nbsp;  
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Risk Management|<font color="#3d3d3d" size=2><b>RISK & ISSUE MANAGEMENT</b></font>]]
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Risk Management|<font color="#3d3d3d" size=2><b>RISK & ISSUE MANAGEMENT</b></font>]]
  
| style="border-bottom:4px solid #2f2929; background:none;" width="1%" | &nbsp;  
+
| style="border-bottom:4px solid #000000; background:none;" width="1%" | &nbsp;  
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Meeting Minutes|<font color="#3d3d3d" size=2><b>MEETING MINUTES</b></font>]]
 
| style="padding:0.4em; font-size:90%; background-color:#ffffff;  border-bottom:4px solid #000000; border-top:0px solid #000000; text-align:center; width:10%" |[[IS480 Team wiki: 2014T1 Happy Sounds Meeting Minutes|<font color="#3d3d3d" size=2><b>MEETING MINUTES</b></font>]]
 
|}  
 
|}  

Revision as of 14:33, 1 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 < 10

Use planned debugging time to resolve all bugs found in iteration

Score >= 10

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