Difference between revisions of "IssueReporting"

From LIBISIS
Jump to navigation Jump to search
Line 3: Line 3:
 
* [http://trac.libisis.org/code Browse/Report issues with LIBISIS]
 
* [http://trac.libisis.org/code Browse/Report issues with LIBISIS]
  
==Priorities==
+
==Issue Priorities==
TRAC defines several priorities and these are our interpretation:
+
TRAC defines several priorities for issues and these are our interpretation:
  
 
{| {{Tablestyle}}
 
{| {{Tablestyle}}
Line 11: Line 11:
 
! {{Headcellstyle}} | Interpretation
 
! {{Headcellstyle}} | Interpretation
 
|-
 
|-
| align="center" | blocker  
+
| blocker  
| align="center" | Unable to use libisis (e.g. DLL fails to load)
+
| Unable to use libisis (e.g. DLL fails to load, all procedures crash, installation fails)
 
|-
 
|-
| align="center" | critical
+
| critical
| align="center" | fdasadsfs
+
| Most things fail to work and give invalid values, crash etc.
 +
|-
 +
| major
 +
| A particular function/module works incorrectly and there is no workaround
 +
|-
 +
| minor
 +
| A particular function/module works incorrectly, but there is either a workaround or the problem does not occurr regularly
 +
|-
 +
| trivial
 +
| Something like a documentaton error that is obviously wrong and so would not cause too much confusion; otherwise it should be eneterd at a higher priority 
 
|}
 
|}
 
 
blocker
 
critical
 
major
 
minor
 
trivial
 

Revision as of 18:17, 16 January 2007

LIBISIS is using TRAC for problem/issue reporting. You can browse issues without logging on, but to report issues you will need to login using your WIKI username and password (the login notes mentioned for write access to the SubversionServer apply to TRAC login too)

Issue Priorities

TRAC defines several priorities for issues and these are our interpretation:

Severity Interpretation
blocker Unable to use libisis (e.g. DLL fails to load, all procedures crash, installation fails)
critical Most things fail to work and give invalid values, crash etc.
major A particular function/module works incorrectly and there is no workaround
minor A particular function/module works incorrectly, but there is either a workaround or the problem does not occurr regularly
trivial Something like a documentaton error that is obviously wrong and so would not cause too much confusion; otherwise it should be eneterd at a higher priority